Arran France
Arran France
If you have a type (as shown below) which has a property that begins with a numeric character (as a string or not!) encode and `encodeDiff` fail because they attempt...
### Prerequisites * [ ] Put an X between the brackets on this line if you have done all of the following: * Can you reproduce the problem on a...
### Prerequisites * [x] Put an X between the brackets on this line if you have done all of the following: * Can you reproduce the problem on a fresh...
If you're looking for an alternative to this tool (given that it's unmaintained) - I've written [a command line tool in Rust that does the same job](https://github.com/arranf/HugoLunr/). Pull/feature requests are...
In my use case I use the `` element, which allows various `` images that can be art directed for breakpoints. To integrate zoom.ts I've added a `data-src` to the...
Running an analysis on functions that are undefined or null produces one of two exceptions. Example source code: ``` var x = undefined; x(); ``` If used standalone the following...
Hey this PR sketches out an initial draft of SeaORM support which would allow users to have type safety all the way down to their DB and back. I thought...
This is an initial draft of adding [jpegli](https://opensource.googleblog.com/2024/04/introducing-jpegli-new-jpeg-coding-library.html) encoding support to replace the existing mozjpeg functionality. jpegli seems to show significant improvements over mozjpeg. I had a stab at adding...
The install instructions say you can install with `brew install` however this build does not seem to include the web ui. Running `jd -port 8080` returns the error message >...