Abdesol Builds
datagrid is the scariest avalonia control out there to contribute to 🥶 ... but I am going for it .. will be a very good learning curve even if I don't make it 🤷♀️ #avalonia #contribution @abdebuilds
after a whole day of trying to fix one issue, I finally managed to do it 😄
created a pull request.. hope it doesn't come up with new issues on tests
https://github.com/AvaloniaUI/Avalonia/pull/16054
#avalonia #contribution
@abdebuilds
created a pull request.. hope it doesn't come up with new issues on tests
https://github.com/AvaloniaUI/Avalonia/pull/16054
#avalonia #contribution
@abdebuilds
Please open Telegram to view this post
VIEW IN TELEGRAM
GitHub
Enhance SplitPropertyPath to conditionally handle parentheses in prop… by Abdesol · Pull Request #16054 · AvaloniaUI/Avalonia
What does the pull request do?
Parenthesis encircles the property type in front of properties in a property path. Example (Contact).Name. The SplitPropertyPath method from ReflectionHelper could no...
Parenthesis encircles the property type in front of properties in a property path. Example (Contact).Name. The SplitPropertyPath method from ReflectionHelper could no...
👏4⚡1
https://github.com/AvaloniaUI/Avalonia/issues/15887
attempted to also fix this issue feeling confident😅
turns out, it is more than just a basic fix. I have to deal with pointers. I thought I was very close to the solution, but the issue seemed not any where I thought it would be. The pointer stuff I learned in C helped me a bit, but this one is very weird. Just look at these pointer functions👆 .. they don't really make sense 😂
finally, I gave up on it😮💨 🔺
#avalonia #contribution
@abdebuilds
attempted to also fix this issue feeling confident
turns out, it is more than just a basic fix. I have to deal with pointers. I thought I was very close to the solution, but the issue seemed not any where I thought it would be. The pointer stuff I learned in C helped me a bit, but this one is very weird. Just look at these pointer functions
finally, I gave up on it
#avalonia #contribution
@abdebuilds
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
⚡2
#books #recommendation #programming
@abdebuilds
Please open Telegram to view this post
VIEW IN TELEGRAM
❤4
I love asynchronous programming, but it hurts ma' brain when it gets too complex 😭
#async #programming
@abdebuilds
#async #programming
@abdebuilds
Please open Telegram to view this post
VIEW IN TELEGRAM
⚡3
This media is not supported in your browser
VIEW IN TELEGRAM
I wrote a C# noscript to detect the player's weapon and apply an anti-recoil pattern, keeping the weapon steady while shooting. I also had to developed a program to reverse-engineer the actual recoil pattern and use it.
Apex legend developers are very smart that they don't use the real mouse pointer position, rather, they create a virtual mouse for the in-game experience. Just basic mouse manipulation didn't work. So, I had to go deep into using the unsafe win32 apis 💀
It was a challenging and interesting project
#game #win32 #programming #project
@abdebuilds
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥12👏5
Hi, my name is Amanuael. I am a freelance front-end developer and currently learning software engineering in AASTU. Join my channel where I share things I find interesting about anything and everything.
@the_blogrammer
@the_blogrammer
⚡8
Are you a .NET developer?
Anonymous Poll
17%
Yes, I am a pround one 💪
10%
No, I don't like it 🤷♂️
36%
No, what is .NET? 🤔
37%
Just wanna see the result 🍿
From the poll result, I see that most of you have no idea about .Net
There are plenty of articles out there explaining what .NET is in short. Here you go with one of them: https://aws.amazon.com/what-is/net/
For those who voted for I don't like it, it might be a misconception 😁 so, check out the post I have above where I broke down some of the stereotypes: https://news.1rj.ru/str/abdebuilds/57
#dotnet #programming
@abdebuilds
There are plenty of articles out there explaining what .NET is in short. Here you go with one of them: https://aws.amazon.com/what-is/net/
For those who voted for I don't like it, it might be a misconception 😁 so, check out the post I have above where I broke down some of the stereotypes: https://news.1rj.ru/str/abdebuilds/57
#dotnet #programming
@abdebuilds
Amazon
What is .Net? - Dotnet Explained - AWS
Find out what is .Net and how to use Amazon Web Services for .Net
❤1👍1😁1
got to fix another issue in avalonia 😄
https://github.com/AvaloniaUI/Avalonia/pull/16118
#avalonia #contribution
@abdebuilds
https://github.com/AvaloniaUI/Avalonia/pull/16118
#avalonia #contribution
@abdebuilds
GitHub
Added support for LinkBase in Avalonia resources generator by Abdesol · Pull Request #16118 · AvaloniaUI/Avalonia
What does the pull request do?
adds support for LinkBase in avalonia resources generator
What is the current behavior?
Avalonia asset loader is not resolving for LinkBase
What is the updated/expect...
adds support for LinkBase in avalonia resources generator
What is the current behavior?
Avalonia asset loader is not resolving for LinkBase
What is the updated/expect...
🎉8
I don't know if you guys do it or not, but I think having a separate private channel where you post the common issues or other things you often face, with denoscription of their fix and tag is very helpful.
I am doing it for about a year now, and I can feel it improving my efficiency.
#tip #idea
@abdebuilds
I am doing it for about a year now, and I can feel it improving my efficiency.
#tip #idea
@abdebuilds
❤6
one of my old side projects that I didn't get to release 😅
I was so obsessed with making the UI very good that I got lazy to continue on it after that😄
#old #project
@abdebuilds
I was so obsessed with making the UI very good that I got lazy to continue on it after that
#old #project
@abdebuilds
Please open Telegram to view this post
VIEW IN TELEGRAM
🔥6👍2
Article: Let’s do photo editing with python using NumPy and MatPlotLib
I wrote this article few years ago. Researching stuff to write the article was so fascinating and interesting.
So far, this is my favorite article 🙃
#article #math #python
@abdebuilds
I wrote this article few years ago. Researching stuff to write the article was so fascinating and interesting.
So far, this is my favorite article 🙃
#article #math #python
@abdebuilds
Medium
Let’s do photo editing with python using NumPy and MatPlotLib
This article tends to explain how photo editing software works in the background. It will help you understand how mathematics is…
⚡3
This media is not supported in your browser
VIEW IN TELEGRAM
another old side project that didn't make it 😅
tbh, I don't know why I even paused on it... but I think it works well
#old #project
@abdebuilds
tbh, I don't know why I even paused on it... but I think it works well
#old #project
@abdebuilds
⚡7
Abdesol Builds
I am planning on reading the book "Computer Systems: Programmers Perspective", which goes very deep into low level stuff with C. So, to learn C quick as a programmer who already have some experience, I am going with the very short book called "Effective C".
#book #review #contribution
@abdebuilds
Please open Telegram to view this post
VIEW IN TELEGRAM
⚡8