Tokazio
Tokazio
Yes nice! When the frame appears it's empty (all white). I can see the content only when i change the window size. Thanks.
+1 will open the possibility to paste http links
it can be cool to allow deselect by pointing somewhere far from the selection instead to use the shortcuts or to change the tool.
see https://github.com/mbrlabs/Lorien/pull/245
Yes it's working when not moving the canvas, there's still a bug. I think the détection is not using thé 'moved' origin. I wanted to deselect when touching outside the...
With the release of kotlin2.0 with it's New K2 compiler, kapt will be no more supported then mapstruct could not be used anymore. Sad to see that the use of...
In fact K2 is not supporting ksp at this time
Yes no doubt on that but just a little rushed 😜 That gives Time to add ksp support to mapstruct
I think MapStruct should have its own class model that can be a facade with a java implementation and a kotlin implementation I've done that on some custom tools that...
can't load when: ``` PULSE_LATENCY_MSEC=60 LD_LIBRARY_PATH=./ ./spopd ``` ``` [ERR ] Can't load ao audio plugin: libspop_audio_ao.so ``` but ok with: ``` PULSE_LATENCY_MSEC=60 LD_LIBRARY_PATH=~/spop/build ~/spop/build/spopd ```