SArpnt

Results 30 issues of SArpnt

this minifier is used in things like [cobalt](https://cobalt-org.github.io/) through [html-minifier](https://crates.io/crates/html-minifier), it would be helpful to have benchmarks of these so i can know if i should use the builtin minifier...

pr welcome

### Version of Kakoune v2023.07.29 ### Reproducer create a file test.js ```js let foo = 20; foo /= 3; // all code here is higlighted incorrectly foo /= 3; ```...

bug

previously past the corners of the costume content bounding box, all pixels would be checked twice (once for horizontal, once for vertical) a fully transparent costume would get scanned 4...

my terminal (uxterm) is sending ^H on backspace and ^? on ctrl-backspace i use `stty erase \^H` to make all programs handle backspace correctly this program doesn't seem to be...

bug

### BEE2 Application Version 4.44.1 64bit ### BEE2 Package Version 4.44.0 ### What operating system are you running on? Linux ### Description of the bug beemod seems to not be...

Bug

both these code snippets should act the same as `t` ``` "//",t ``` ``` (` `=="\n")?t:0 ``` but neither do. it seems like you're running some kind of string replace...

try [this one out](https://greggman.com/downloads/examples/html5bytebeat/html5bytebeat.html#t=0&e=0&s=8000&bb=5d000001004c0000000000000000349b4a67b8523c9bd9b6adcca0bd0e7b167415b70f4713c8e309b2a09894ca85671398617a903eb504c5cf9b11777cff3be71e91fd905c84f02c0632c1e7f98990d4cb5f7d4798a3212bc566f3ffff30400000) ``` import("data:text/javascript,document.location='/'+'/youtu.be/oHg5SJYRHA0'") ```

```rs use css_minify::optimizations::{Minifier, Level}; fn main() { let _ = std::hint::black_box( Minifier::default().minify("*{color:#f}", Level::Three) ); } ``` ``` thread 'main' panicked at 'byte index 4 is out of bounds of `#f`',...

in my case `bina tdewolff/minify --install-dir node_modules/.bin` failed because the project directory had spaces in the absolute path