Kaustubh Maske Patil
Kaustubh Maske Patil
Hello there! I would like to use this bash kernel with Google Colab notebooks. Any way to configure that?
It may become a nuisance to see too many branches in the list. We can configure autosaved to delete autosave branches that are either `older than x hours` or `not...
Only restore the given paths. Recently ran into this need when I made some change to a file that I later thought I wanted to revert. This feature may help...
The configuration names are confusing (checking_interval and after_every), do something to polish that so that it is easier to get the correct idea from the config file
I am trying to keep it as lightweight as possible, but if a Web UI will allow people to have better visibility on their Git structure, we should consider that.
* inotify, fsnotify, similar should be looked into so that polling isn't necessary, [as suggested by Pratham on FOSS United Telegram group](https://t.me/fossunited/18322)
I missed the Vim keybindings while working in the browser editor. It might be a good idea to add that as an option, or as a plugin. I'll be happy...
I want to login the user (`ObtainWebTokenMutation`) from within mutation for registration itself. So, the differentiating factor from the usual case is that the `username` and `password` won't be there...
Single quotes (''') were being used instead of backticks (```) in one snippet. Fixed that Edit: Fixed another typo
## Context Trying to install Fabrik using virtualenv on this system: - OS: Ubuntu 16.04 WSL on Windows 10. - Environment: Python 2.7 virtualenv Just following the instructions on the...