Preston Thorpe
Preston Thorpe
It's obvious a std lib sort() function on arrays in dreamberd should mutate in place. We can't have copies being thrown around, unless of course you declare a const const...
Issue: mv: error message "Directory not empty" is confusing #5102 Error message changed to: "A directory with the same name exists at destination"
"Everything that can be written in DreamBerd, will eventually be written in DreamBerd" - Jeff Atwood
Flag for disabling rendering #363 This PR adds a "SET" option set DisableRender That does the obvious :smile: and keeps it from executing the ffmpeg command so just .txt output...
Would be cool to have the URL form autocomplete previously used URL's as you type
As most of this applications use comes with testing API's/back-ends, I'd like to build a menu where a user can dynamically compile `.proto` files, and get a client and a...
When entering input (although this is currently single-line/cursor), the ability to move around when not in `insert` mode would be pretty cool, considering the rest of the application uses vim...
Tried about every x-platform clipboard crate out there. Had friends test it on windows and macOS and everything seems fine, but I'm still unable to copy command to the clipboard...
Postman collection importation needs testing around it, as well as input validation for a few of the new features. Most of the existing tests were written very early.
Currently I have only been able to test Bearer auth.. Obviously testing this would more or less be testing the `libcurl` bindings, which I'm quite confident in. But nonetheless there...