CodeDoctor

Results 295 comments of CodeDoctor
trafficstars

Yeah, the problem is: The check for nightly is wrong: https://github.com/LinwoodDev/Butterfly/blob/da8ed04432b84810dcc0eb9b63023ffb79c8aad1/.github/workflows/build.yml#L160 The github.event_name is "push" and we don't get the information if the running job is inside a prerelease or...

Hmm, Can you give me more information which desktop environment and graphic engine (wayland, x11) you use? I don't know why this error happens: `Failed to read XDG desktop portal...

Okay thanks, I will look on this. The linux-alternative build is just the linux build compiled in ubuntu-20.04 with old libraries where the normal build is compiled in ubuntu-22.04

I tried many things out in https://github.com/LinwoodDev/Butterfly/tree/fix/appimage-segfault but I didn't found a fix. If anyone found one feel free to make a pr. For now the portable, flatpak, deb and...

You can need to click again on your selection and the handles gets a different color. Now you can resize without changing the aspect ratio

I think it isn't mentioned anywhere in the docs. It would be nice if you could contribute it. Where would you like to have the lock icon? I don't see...

Top right is a bit random. We already put the rotation circle at the top (see #607 in https://preview.butterfly.linwood.dev). How should this look like? Is there any reference to other...

But there it isn't inside a canvas. I'm currently not sure if this looks good

This is the function that needs to be fixed: https://github.com/LinwoodDev/Butterfly/blob/develop/app/lib/renderers/renderer.dart#L174 The public `transform` function should try to remove the rotation out of the evaluation and then call the private `_transform`...

good idea but then we need access to the native clipboard