Results 450 issues of milahu

basic usage is unclear im a zig noob, so i have no idea whats wrong here ```sh zig init-exe ( cd src && git submodule add https://github.com/alexnask/ctregex.zig ) ``` ```zig...

readme says > Smart caching: It uses smart crate by crate caching so that nix rebuilds exactly the crates that need to be rebuilt. Compare that to docker layers... please...

i just did a quick port from svelte to [solidjs-resizable-splitter-component](https://github.com/milahu/solidjs-resizable-splitter-component) the code (js + css) is rather hacky ... but it works ; ) maybe add this to solid-blocks?

see https://techgaun.github.io/active-forks/#https://github.com/ileben/ShivaVG ### actual Link | Owner | Name | Branch | Stars | Forks | Open Issues | Size | Last Push -- | -- | -- | --...

usually "hostile" forks are renamed, sometimes these forks are more interesting : )

goal: save traffic and disk space on a metered connection, the 200 MB download of emscripten-\*.tgz costs around 30 cents, which is not-so-nice when the install fails, and the next...

```bash grasp --version # -> grasp v0.6.0 echo -e '#!/bin/env node\nlet x = 0;' | grasp '#x' --replace y # -> let y = 0; # expected result: # ->...

currently a new value is set only on mouseup or mousemove but i expect the change to start with mousedown