Dylan MacKenzie
Dylan MacKenzie
When doing test runs for #399 on a D4v3 Azure instance, I occasionally observed some [spurious regressions/fixes](https://ecstatic-morse.github.io/crater/top-100_2/default/). These appear to be caused by an error in the docker daemon which...
The vast majority of crates use the `cc` crate for building native libraries. However, a few want the compiler and/or linker on the `PATH` (see https://github.com/blt/mond). This seems pretty standard...
~~The `pkg_config` utility is nominally cross-platform, so successfully building crates which use it--usually via a utility crate like [`pkg-config-rs`](https://github.com/rust-lang/pkg-config-rs)--should be feasible. However, such crates don't currently build (e.g. [`tcod-sys`](https://ecstatic-morse.github.io/crater/random-200_1/stable/gh/DeltaManiac.RustyRogueLike/log.txt)). This...
This is meant to be an ongoing tracking issue. If anyone observes a crate failing to build due to a missing dependency, post it here. Libraries should be added to...
Attempting to install Souffle from packagecloud by following the instructions [here](https://souffle-lang.github.io/install#debianubuntu-systems) has been failing for the past 4 days. [This link](https://packagecloud.io/souffle-lang/souffle/packages/ubuntu/focal/souffle_2.1_amd64.deb/download.deb) suggests a bandwidth cap is to blame, although the...
Atmel's ARM chips omit the `` element for register descriptions. `` is used to generate a `write` function which doesn't have to read the initial value from a register in...
...and direct the user there if something goes wrong.
Resolves #1299. Resolves #1771. This adds a momentary layer lock behavior (`&molock` ) which causes all active momentary layers _not_ to become deactivated on release. If no layers are active,...
Formatters have been moved outside the `Python` extension to their own extensions. This stops a popup message everytime I open VSCode.
Includes #1318. Running tests using the shell allows testing multiple input sequences for a single configuration without rebuilding the configuration each time. As an example, I've converted the `toggle-layer` test...