Shad Amethyst
Shad Amethyst
Maybe we can use the `1...0` keys to select the first 10 colors and `Shift+1...7` for the other 7? It'd make switching colors easier
Calculations are done in the page's thread in a blocking way, meaning that the page becomes almost entirely unresponsive (unclickable links, buttons not doing anything, etc.) while the script is...
I am using `usvg` (version 0.23.0) to calculate the bounding of an SVG to automatically adjust its `viewBox`; however, the image keeps being cut off:  I have boiled down...
While playing around, I saw an issue with the module, which is that when accessing functions in objects (with `Parser.prototype.evaluate`), these function lost their `this`. Example: ```js // requires and...
[Demonstration](https://playground.ponylang.io/?gist=0d260a10117e5ba8e504e2834b9e96a7) When casting an object using the `as` operator and trying to assign a value to one of its properties (`(object as Something).property = value`), the compiler errors out with...
### What version of `astro` are you using? 2.4.4 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? yarn ###...
The `Storage` trait does not expose any alignment information, and one would thus assume that implementations of it would allow for unaligned reads, but `RmwNorFlashStorage` currently does not. As an...
### Affected Version `paru v2.0.1 - libalpm v13.0.2` ### Description On a clean arch linux install, simply installing `base-devel` is not enough: `clang` and `openssl` also need to be installed...
Please add a license so that people can use your code :)
I plan on working towards building a Rust API for bootutil, and I would like to pass an opaque `struct flash_area` to bootutil, so that this struct can be fully...