salotz
salotz
In order to design proper "process" backend abstractions it should be necessary to pin down exactly what kind of deployment strategies we want to support. Furthermore, this will actually give...
The configure script for gambit supports installing binaries, headers, libs, etc. to different directories around the system. I had configured and installed gambit using this feature, i.e.: ``` cd $gambit_src_dir...
Was annoyed at not having a desktop icon so I made one (I also have svg), let me know if you'd want to include it.  I also wrote...
Would it be possible to have an option to store certain kinds of profile data in some sort of plaintext format that is versionable or syncable by something like git?...
In order to accomplish this I generalized the creation of datadirs, and then provided aliases for the old fixtures of the same name. This adds a number of fixtures to...
WIP as I try to understand the code but I want to add an option to make virtualenvs in any directory. I want to leverage the multiple python versions with...
I understand that `bumpver` is primarily a CLI tool, but I would like to try and use the Python API for scripting a more complex situation of bumping multiple versions...
Currently in the low level APIs velocities and forces are not supported even if the file format supports them, e.g. trr and Amber restarts. This should be supported at least...
## Feature Request ### Background / Motivation I commonly find myself using a pattern of first creating a Deployment, via garden `kubernetes` deploy action, and then running things on it...
## Feature Request ### Background / Motivation TL;DR is that some Kubernetes resources are created immediately and return successfully from `kubectl apply` but actually require some time to process. Sometimes...