Joel Setterberg
Joel Setterberg
Not a prio any more.
I've done some research and manage to figure out that it is called 'Jump lists' in the Windows sdk. https://learn.microsoft.com/en-us/windows/win32/shell/taskbar-extensions#jump-lists
@eumario I can appreciate that, I'm not a windows only user. I think finding a cross platform solution will be hard. Another idea could be to build like a companion...
I did `cp sercomm/build/config.h sercomm/include/public/sercomm/` to bypass this problem if I remember correctly See my build steps in my repo https://github.com/NangiDev/GDSerCommPlugin
Ah nice. I will see if I can try using the nightly one and see if that fixes my problem. Thanks!
Yes this works! Thanks! Hopefully it will be merged into crate. Now I have to build your repo manually.
I get this when trying to install ` Building wheels for collected packages: typed-ast Building wheel for typed-ast (pyproject.toml) ... error error: subprocess-exited-with-error × Building wheel for typed-ast (pyproject.toml) did...
For now I just removed the typed-ast dependency in pyproject.toml and installed it locally.
I don't really understand how it works. But straight out of the box you are limited to the icons that are contained in the urls at the top of file...
So this is the commit that worked for me: https://github.com/NangiDev/nangidev.github.io/commit/e4145a0ec9a9894915b2529d31eb30fe9d072b22 I went to https://icomoon.io/app/#/select and created my own "icon sheet" Then I imported it and updated the code to work...