Results 665 comments of milahu

`licensedcode/data/rules` could be compressed from 150 to 3 MB ``` $ du -sh scancode-toolkit-32.1.0/lib/python3.11/site-packages/licensedcode/data/rules/ 149M scancode-toolkit-32.1.0/lib/python3.11/site-packages/licensedcode/data/rules/ $ ls -U scancode-toolkit-32.1.0/lib/python3.11/site-packages/licensedcode/data/rules/ | wc -l 34859 $ tar cf scancode-toolkit-rules.tar scancode-toolkit-32.1.0/lib/python3.11/site-packages/licensedcode/data/rules/ $...

this silently fails ```sh meta import does/not/exist https://github.com/x/y ``` correct version ```sh meta project import does/not/exist https://github.com/x/y ```

same here ``` Run-time dependency quickjs found: NO (tried pkgconfig and cmake) ``` problem is, my quickjs has no pkgconfig or cmake files (only static library `libquickjs.a`) ``` $ find...

> I'm not sure how valuable `nix-editor` is as an addition i guess `nix-editor` can edit a subset of nix, which is good enough for some cases but its the...

push > While this benchmark does not showcase Qwik's main benefit, there is some expectation of being present in the benchmark. quik should shine in the "cold" benchmarks > There...

still an issue with lapce 0.2.8 > [druid#1751](https://github.com/linebender/druid/pull/1751) appears to be related, maybe updating the druid fork would fix it? lapce is now based on [floem](https://github.com/lapce/floem), see also #2011

> lapce is now based on [floem](https://github.com/lapce/floem) apparently floem does support scaling via `app_state.scale` [floem/src/window_handle.rs](https://github.com/lapce/floem/blob/341afd255f98ca431e4f615864daa4dbcc057501/src/window_handle.rs#L863) ```rs pub(crate) fn scale(&mut self, scale: f64) { self.scale = scale; let scale = self.scale...

rant against rar's shitty license honestly, fuck Eugene Roshal and his shitty license. i have never accepted his license, and i have never accepted any copyright law or patent law....

update: i implemented a proof-of-concept of such a "one file per snapshot" test runner with [jest-file-snapshot](https://github.com/satya164/jest-file-snapshot) in https://github.com/milahu/mitosis/commit/69382fd0e8358b5821e394e666a0f40bf3e5596b (see also https://github.com/BuilderIO/mitosis/issues/856#issuecomment-1298578808)

> a blog post about the implementation. this is missing