Blake VandeMerwe
Blake VandeMerwe
After using the "Add folder" button to track a generic folder, using the "Delete" button does not remove it from the list. The item persists between application restarts, so it's...
One of the things that bothers me about Syncthing is that you can't change the name of the share after it's been created and spread around; this is increasingly problematic...
Instead of displaying the size of the folder and its files, it displays a count of the files and directories. I'd suggest changing the size column to display the file...
Example Input ``` less @testvar: replace("testvariables", "e", "3"); div { fake-tag: @testvar; } ``` `lesscpy` ``` css div { fake-tag: replace('testvariables','e','3'); } ``` `lessc` ``` css div { fake-tag: 't3stvariabl3s';...