Teddy Astie
Teddy Astie
Hello ! I spent time making a nice Nord theme for [Howl](https://howl.io)  You can access it here : https://github.com/TSnake41/howl-nord
Use integers instead of functions as decoder state machine mode. It may improve JIT efficiency on this code as JIT compiler may be able to use a static jump table...
There are two variants of http-codec currently living in the luvit project. There is [luvit/[email protected]](https://github.com/luvit/luvit/blob/master/deps/http-codec.lua) and [luvit/[email protected]](https://github.com/luvit/lit/blob/master/deps/http-codec.lua) But, luvit/http uses luvit/[email protected] whereas weblit (and other library like Discordia) uses luvit/[email protected]...
It should be nice to add a "past end scrolling" feature like most code editors.
Add a feature to ignore/blacklist files from search using project-open. Maybe use something like .gitignore or a custom .howl-ignore (both ?) ? Having a lot of files that pollute search...
First, rayfork refuses to compile with sokol because glad is imported after sokol, which includes it's own GL, which makes glad refusing to compile, as OpenGL is already imported. To...
Built on top of https://github.com/deltaphc/raylib-rs/tree/4.2.0 Along with 4.5.0 support (albeit without its added features), this branches features this : - add `make_bound_thin_wrapper!` to create raylib objects that has a shorter...
This is a cleaned up version of https://github.com/devkitPro/pacman-packages/pull/85 that got too complicated. I also added few notable changes from original pull-request : - there is no longer need of libdl...
As possibly needed with #85. This is a _extendable_ stub implementation of libdl. It implements a "fake" libdl that can be needed for some libraries (like LuaJIT FFI). You can...