Cauê Baasch de Souza
Cauê Baasch de Souza
Of course it can be done manually, but I feel it's one of the things that could be beautifully integrated into Hug. What are your thoughts? :)
I don't know if it's possible and how hard it would be, but I can tell you it would be pretty cool to be able to just `cargo install` this...
I can implement it if you want. Do you think it should take just the access token or handle the entire authorization flow? (generating authorization url, etc) I was working...
Is there a good reason to print so many blank lines in interactive mode? Examples: https://github.com/sdispater/cleo/blob/master/cleo/styles/cleo_style.py#L187 https://github.com/sdispater/cleo/blob/master/cleo/styles/cleo_style.py#L192 This results in a very spaced out output, which might be desired under...
Current shebang is `#!/usr/bin/python`, but python2 shouldn't be considered default anymore. This will only work correctly on less sane linux distributions (debian-based, I suppose). To avoid ambiguity, it should be...
Needed for [ASIM-4848](https://eden.esss.co/jira/browse/ASIM-4848). Main PR in https://github.com/ESSS/alfasim/pull/38/. When cells are copied by ctrl+dragging, a callback is executed as the new cells are added, but decorations weren't passed along with nodes...
I believe these two types of exceptions should be handled internally to just abort the autocompletion (equivalent to returning an empty list), instead of leaking and flooding the terminal with...
To give the user some feedback when it's taking some time, show a progress bar and the path currently being measured (or something like that). It's important to detect the...
Horizontal scrolling is not very good. Maybe this could be a setting, maybe there could be a button besides the "copy to clipboard" one. What are your thoughts?