Juarez Rudsatz
Juarez Rudsatz
What about running some shell commands: ```bash $ dconf dump '/org/gnome/shell/extensions/forge/keybindings/' > dconf-forge-keybindings.ini $ dconf load '/org/gnome/shell/extensions/forge/keybindings/' < dconf-forge-keybindings.ini ```
> > What about running some shell commands: > > ```shell > > $ dconf dump '/org/gnome/shell/extensions/forge/keybindings/' > dconf-forge-keybindings.ini > > > > $ dconf load '/org/gnome/shell/extensions/forge/keybindings/' < dconf-forge-keybindings.ini >...
+ 1 Maybe both schemes could coexist if: - We change the `shortcut` page preferences windows and add a second optional shortcut for each command for use alongside the current...
One thing I'm quite missing when editing Dockerfiles in VS Code is `region folding. Besides code organization, region folding is useful when creating Dockerfiles for many tasks like: - Focusing...
I couldn't test the updated viewer because the page froze, but: - The `schema: 3` may have been injected into local storage and crashed the old viewer. - It looks...
> Can you please explain how "the page froze"? Did you investigate further? It was a side effect caused by the [Dark Mode](https://mybrowseraddon.com/dark-mode.html). > Then selecting a scheme from the...
Thanks for considering to discuss it and sorry for my examples not being good enough to show the use cases. > I typically use rename for a job like this....
Hi, > Sorry, what should the correct behaviour be here? The safer behavior IMHO may be `auto_mkdir=False` in: ``` python def open_files( urlpath, mode="rb", compression=None, encoding="utf8", errors=None, name_function=None, num=1, protocol=None,...
> Happy to hear more opinions here. Note that it's difficult to come up with the right default behaviour that matches most users' expectations. > For sure. Always there is...
> The best tangential solution I can think of is a configuration system for setting global and per-instance behaviour and/or a mechanism to define the default instance for a given...