OvermindDL1
OvermindDL1
Well the examples, here is a simple state monad in Purescript via https://github.com/purescript/purescript-st/blob/master/src/Control/Monad/ST.purs and https://github.com/purescript/purescript-st/blob/master/src/Control/Monad/ST.js (because apparently purescript does not have a real effects system, it only has 'interfaces', what...
> edwinb/States That's pretty nasty, definitely prefer doing it the OCaml way. ^.^;
Since [StreamData](https://github.com/whatyouhide/stream_data) has come out by one of the primary Elixir Devs (and thus being used by some of the biggest Elixir projects) have you thought about using it as...
Can also see the OCaml compilers code for it, it's quite clean. :-)
For now, does anyone have a workaround on being able to render 'something'? Anything at all? I can't dev using amethyst because of this issue... ``` Device: AMD CYPRESS (DRM...
Lol, for anyone curious, it was discovered on Discord just recently that an OGL/WebGL backend is in progress and is almost complete! ^.^
Installing `0.4.0` gives this in a popup: ``` Uncaught Error: Failed to spawn command `$HOME/.cargo/bin/rustup`. Make sure `$HOME/.cargo/bin/rustup` is installed and on your PATH ``` And yet if I do:...
Further testing shows the error is fixed if I fill in the option "Cargo home directory (optional)" directly. Also, stopping and restarting the plugin duplicates the toolbar, it does not...
For 'best practices' from the big cmake dev's themselves see: https://cgold.readthedocs.io/en/latest/
Honestly, as long as the library is accessible via something like [Hunter](https://hunter.sh/) (or any of the other cmake dependency systems, though hunter is the only one that only requires cmake...