Simon Pettersson
Simon Pettersson
From what I can tell when bringing in cachix from a flake you can't configure the nixpkgs version to use, the flake imports `default.nix` passing the current system as argument,...
I'm experiencing this same issue too
@OvermindDL1 To describe my particular problem further; I am making a simulation environment for Magic The Gathering (the trading card game). I am modeling cards as entities with components Toughness,...
@OvermindDL1 Yes, the Abilitiea. What do you mean by parented to? Parent as in keeping a reference to an entity? In that case, is it safe to keep Entity references...
After producing a MCVE I'm not sure it is `take` that is the problem anymore. ```C++ #include #include struct foo : public rxcpp::sources::source_base { static int refcount; explicit foo() {...
If I use `rxcpp::observable::create()` the result is more pleasing however. ```C++ #include struct bar { static int refcount; explicit bar() { std::cout
A bit late maybe but why did you not fix it yourself? It took me about four minutes to fork, fix, create a PR.
My team is happy to use your patch @btrieger, so thank you for your work. I've submitted a [merge request](https://github.com/btrieger/carvel-imgpkg/pull/1) to make this work with v0.35.0. ``` ❯ git log...
+1 I spent a fair bit of time figuring out that my Docker container didn't have Java, and that it was a requirement. I would suggest mentioning it as a...
Does this mean there is no chance of seeing a restangular 2.0 anytime soon?