Totto

Results 106 comments of Totto

A Problem that I encountered is, that these scriptsrun asynchronus, so the exact time when a possible cwd change happens, is unknown, so a better way to solve this would...

The second approach saves the start cwd and makes it accessible to all those, who want it, that happens only once, so you are right, but scripts can modify the...

As far As I found and knew, thats the only place it's used explicitly, there may be other calls then current_path() that use the cwd, thats also out of my...

I tested this with normal CI runs and it didn't affect anything, it just fixes the example I described :)

The problem also occured to me, after some digging I foudn out the following: The typelib for "GpasteGtk" version "4" cannot be found, since it's in a wrong folder. To...

> This looks good. It would be awesome to apply this design while keeping the customization features. What do you think @Totto16 ? I like the proposed new design too,...

Customizations aren't terrible to maintain and don't break easy, e.g. setting the color means that we retrieve the color from a setting instead of hard-coding it, that's't not difficult and...

Duplicate (but still not fixed) of #107

The error is indeed what @NinZeige discovered, thank you for that :heart: And the fix is to just unescape the content on reading it from the db (see #266) ,...