Marko Mikulicic
Marko Mikulicic
Is this about having a mode where metacontroller and the custom controller can run in the same process and metacontroller, no need for metacontroller custom resources and having metacontroller not...
I added the feature behind an `--alpha` flag because I'd like to play a bit more with the feature before stabilizing its API. I don't have times for writing tests...
regression in f5189d6ee22dfdd6957789c6e6022f844a0f6ea4
Interesting read https://users.rust-lang.org/t/guis-and-the-main-thread/2863/21?page=2
Resolved with: ```bash LIBRARY_PATH="$LIBRARY_PATH:$(brew --prefix)/lib" cargo install --features=sdl endbasic ``` I'm not sure if this LIBRARY_PATH env var is supposed to be always set as such when using homebrew on...
CC: @gus, @primeroz, @jaymebrd, @lukebond
> @mkmik I've been coming back to this RFC a lot recently, and I really would love to have some version of it. What needs to happen to get this...
The reason we need to vendor helm tgz and then importbin is because we want to preserve the "immutability" guarantee, which requires that we don't let native code download code...
@kinghrothgar I _think_ this is what happens when you have a trailing whitespace in any of the lines of the input. I don't remember if this is part of the...
@kinghrothgar can you doublecheck if the data you cut and replaced with`blahblahblahblah` in your snippet above contains a trailing whitespace before a newline or as last char of the string?