Matthew McCune
Matthew McCune
Previously: #1279 I'm not sure if this aligns with Aseprite's goals, but would you consider publicly publishing the CLI version of Aseprite when built on your CI? I wanted to...
**Describe the bug** I'm not sure if this is caused by the VSCode update that came out recently, but I noticed that the shell.nix file no longer seems to be...
This is kinda a specific issue that I'm having but I was hoping to use the `nix fmt` command to format my flake. The only problem is that my flake.nix...
This PR adds the "Do Not Disturb" toggle functionality that was mentioned in #15. This is also my first time working on writing GNOME extensions so please let me know...
Whenever revisioning assets, this will always place a "\" somewhere in the URL. This is _generally_ not a huge issue when included in tags, but when CSS is referencing an...
In the spec, it says: > The position of the entity relative to the [0, 0, 0] position of the schematic (without the offset applied). Am I correct in assuming...
This PR fixes the TeX images in the torture test to use the images at https://fred-wang.github.io/MathFonts/mozilla_mathml_test/ (which is what Mozilla links to now on their [MathML examples page](https://developer.mozilla.org/en-US/docs/Web/MathML/Examples)).
I noticed that there wasn't a way to configure upload permissions from the menu. I can't get it working myself, so I figured you may be able to understand how...
I was excited to see that there was a Rust crate being developed for the BL808. I noticed that most of this crate is still TODO and I was wondering...
Gmod's [documentation](https://wiki.garrysmod.com/page/Player/UniqueID) recommends that you do not use Player:UniqueID(), as it may possibly cause collisions between players and therefore break the addon. While this is extremely rare, it is probably...