frak0d
frak0d
I made this draft version  You can see some orange tinge on edges. I'll make a cleaner version when i get time
Is there any active fork of boden ? I feel like this shouldn't die.
Its licenced as LGPL, how much more permissive do you want ?
Name is misleading / At least add screenshots/information of it working in previous Windows versions
yeah this is not even a toast library, its a baloon tip library which in windows 10 looks like toast notifications
> Did anyone find a way to edit the Notification Title being "Python" or the executable name ? when packed with pyinstaller, the title will change to your app name...
Is it ever going to merge ? Or is @jacobcolbert dead due to corona ? Its been 2 Years Now ! @Charnelx Please make a New pip Repo with Your...
@niklas-heer ping!
I think `fmt` library's grammer is fine and many people are already familiar with it. As for user defined types, I would suggest something like this :- ```cpp #include //...
@egorpugin how to fix this ? ``` $ ./sw build Exception in file /home/egor/dev/sw/src/sw/core/build.cpp:594, function loadPackages: loc.sw.self.57f78d-0.0.30: {"native":{"configuration":"releasewithdebuginformation","library":"static","mt":"false","program":{"asm":"org.gnu.gcc-12.1.0","c":"org.gnu.gcc-12.1.0","cpp":"org.gnu.gpp-12.1.0","lib":"org.gnu.binutils.ar-0.0.1","link":"org.gnu.gpp-12.1.0"}},"os":{"arch":"x86_64","kernel":"org.torvalds.linux"}}: No target resolved: pub.egorpugin.primitives.hash-master ``` i believe my internet got interrupted during...
@egorpugin same error again, here is my sw.cpp : ```c++ #define QT_VERSION "=5.15.4" #pragma sw require header org.sw.demo.qtproject.qt.base.tools.moc-=5.15.4 void build(Solution &s) { auto &t = s.addTarget("BLauncher"); t += cpp20; t...