Jason Kenney

Results 5 issues of Jason Kenney

I can't seem to find anything in the documentation to configure nostrum to NOT spin up and connect to discord when running tests for the code. I tried dev: true....

question

I get this output when running the build script for plrustc: ``` 3.516 + env 'RUSTFLAGS=-Clink-args=-Wl,-rpath,/usr/local/rustup/toolchains/1.70.0-x86_64-unknown-linux-musl/lib/rustlib/x86_64-unknown-linux-musl/lib -Zunstable-options -Zbinary-dep-depinfo' cargo build --release -p plrustc --bin plrustc --target x86_64-unknown-linux-musl 3.800 Updating crates.io...

This error suggests flex does not support ruby 1.9, is this true? I'm using Rails 4 and Ruby 2.0 (Ruby 1.8 allows each on a string, where 1.9 you must...

**Is your feature request related to a problem? Please describe.** Our GM does not allow bonus successes from brawl attacks to count towards damage, furthermore if an opponent dodges we...

Feature

I am trying to cross compile my rust code to `x86_64-unknown-linux-musl` I have tried in `.cargo/config.toml`: ``` [target.x86_64-unknown-linux-musl] linker="clang" rustflags = ["-C", "linker=clang", "-C", "link-arg=--ld-path=/nix/store/fm5083fc4ylj6zyld7n1j270m8kx0q8i-mold-2.31.0/bin/mold", "-C", "target-feature=+crt-static", "-C", "link-arg=-v"] ```...