Meriel Luna Mittelbach

Results 147 comments of Meriel Luna Mittelbach

Unrelated, but specifying a resource file (.rc) in files doesn't work either. It gets compiled, yes, but it isn't included in the final link, leaving the built executable with an...

right now the .rc file gets compiled to a .res (this part works!), the .res file gets added to a "CUSTOM" fileset in the generated makefile, which is used as...

We have the exact same issue, and we're not even sure how or why our shaders are (supposedly) already outputting sRGB in the first place, when we're only using regular...

Ditto. I'm thinking setting the rpath to $ORIGIN would help, if your `build.rs` knows where build tests/executables will land, and can copy the built library to the same directory. Don't...

Environment variables are terribly fickle and the crate documentation doesn't mention CROSS_COMPILE at all in any obvious place.

I don't think using `env::set_var` is particularly intuitive or ergonomic, like if you're already suggesting setting it in-code it almost definitely should have a proper method, (even if, as a...

I have `col from util-linux 2.33.2`. Unfortunately `MANPAGER='sh -c "col -bx | bat -plman"' man sprintf` yields the following ![image](https://user-images.githubusercontent.com/38919842/64458046-957b6380-d0f4-11e9-8d91-442ede50d159.png)

``` ++ alias bat bash: alias: bat: not found ++ bat --version bat 0.11.0 ++ bat --config-file /home/luna/.config/bat/config ++ bat --cache-dir /home/luna/.cache/bat ++ less --version less 551 (POSIX regular expressions)...