You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sphinx documentation generator can be extended by providing event callbacks. Events fire during different phases of the build and the functions are called.
The page event callbacks documents these. To see when which functions run, this little minimal conf.py file can be used.
These are helper functions for rust development inspired by Jeremy Chones cwt and cwe
helper functions (however I call them rwt and rwe). They start examples or tests and watch them with bacon.
This is nice when exploring in examples or doing a kind of test driven development.
These are best if you have fzf, bacon and bat installed but should also work with just bacon (that is needed and recommended, as cargo-watch is unmaintained).
Add the function declarations in rust_helpers.bash to your initialization files (e.g. ~/.bashrc). To also get autocompletion
for them, create files ~/.local/share/bash-completion/completions/{rwe,rwt} and add the contents of rwe_completion.bash
and rwt_completion.bash. Note that the completion files have no file extension. I added an extension here so that the gist
A script which generates information to use ssh in a ci/cd pipeline.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
First of all, if the install script referenced here was used to install guix, ideally the output of that script as well as the script itself should have been saved somewhere.
This makes it easier to see which components were installed and where and thus makes it easier for you to uninstall them.
As for me personally, I used the install script to install guix on a debian derivative distribution with systemd.
This guide thus focuses on uninstalling guix from a debian derivative distribution but will probably work for your distribution as well with some slight changes.