Geoffrey Garrett
Geoffrey Garrett
I personally use conda as a package manager and a way of separating environments (similar effects as docker). Small note: it's a lot more than just a Python package manager,...
> I'm more than willing to write a guide to use conda to setup environments (Go, compilers, Hugo, etc) all in fewer steps, where it would a (mostly) single process...
Has anyone investigated this further? I would love this feature.
I've been playing around with the `diff` config option and in my case, I need more than just a `CHANGE` diff, but also `REMOVE` and `CREATE`. I believe @alexanderhorner is...
A few hours later, I got a diff-based temporal middleware working, after dropping zundo's files into my project. I didn't have the time to make it non-intrusive and make a...
Any further plans on tackling this? > #[derive(Clone, Debug, PartialEq, Serialize, Deserialize)] > #[serde(untagged)] > pub enum Option1OrOption2Options { > ArrayVecString(Vec), > ArrayVeci32(Vec), > } Your suggestion is the imo...
HI @FilippoOggionni, I've encountered this because and usually it means (in this case) the command `rever 0.6.0` has already been run [resulting in what you referred to here?](https://github.com/tudat-team/tudatpy/releases/tag/0.6.0) I usually...
Still forming a solution to this such that tudat and tudatpy can release simultaneously. Managed to get the rerendering automated via GitHub workflows, a step in the right direction.