Fugi

Results 6 issues of Fugi

### Guidelines - [X] I have read the guidelines. ### Is your feature request related to a problem? Please describe. Currently project files have the same icon as the application...

enhancement
help wanted
good first issue
design
hacktoberfest

### Guidelines - [X] I have read the guidelines. ### Version/Commit hash a7db3db ### Describe the bug. 1. Click on 'File > Export > Export as MP3' 2. Select path...

bug
design

Since many people (including me) were struggling with setting this up correctly, I decided to create a docker configuration so it can be deployed more easily. Bare metal deployment is...

Removes the double escaping in the remote files completion. This affects rsync and scp. Instead of for example a space character in a remote filename turning into `\\\ `, it...

### I have confirmed that this is a bug related to nh - [x] This is a bug, and not an user error or a support request. I understand that...

bug (requires confirmation)

Example (adapted from https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API/Using_Fetch#setting_a_body): ```js Fetch("https://example.com", { fetchOptions: { method: "POST", body: new URLSearchParams({ query: 'abc' }), }, }) ``` Any change in the URLSearchParams will hit the same cache...