The King of Half-Baked Projects
The King of Half-Baked Projects
After doing a paste, undo won't undo the paste, instead it deletes single parts of the paste one by one. Undo should always undo an action, not a set of...
The diffs currently don't provide a lot of value, since a single line changed is displayed as a many-line diff. I am not sure if this is an issue on...
Calls to `os.Symlink` can error on windows, due to lack of "certain permissions". Can we just replace this with hardlinking? If so, only for Windows, or for all systems?
There are calls to `syscall.Umask`, which isn't supported on Windows. That test could be moved to a !windows only file.
Output shows, that the virus `arithmetic.New()` has been applied to a string concatenation, which causes a build failure. ``` internal/service/routing.go:168:9: invalid operation: operator - not defined on "/" (constant of...
To assure that build fails don't go unnoticed, there should be a continuous integration tool like `Circle CI` or `Travis CI` that does builds for as many platforms as possible....
Depending on how high the delay between typing and saving is, this might cause data loss.
At work i sometimes access my machine via RDP, meaning that isntead of 3 monitors, I'll only have one. Due to that change, the UwU Note windows will rearrange and...
Seems to be a bug in wastebucket.
Some settings are only applied initially when starting the application or show / creating a note. Therefore the app has to be restarted in order to properly apply the settings....