Cosmin Apreutesei
Cosmin Apreutesei
Most graphics libs (all?) can only blend premultiplied-alpha sources. Maybe out-of-scope for libspng, but since libpng has the feature, it may be worth to add it. EDIT: Note that most...
Hi! I noticed this TODO on kh_put(): `TODO: implement automatic shrinking; resize() already supports shrinking` ... and above I see there's a resize call with h.n_buckets - 1 and the...
## Specifying dependencies A repo can specify its dependencies in the `.mgit/.deps` file which looks like this: ~~~ dep1 dep2 ... platform1: dep1 dep2 ... platform2: dep1 dep2 ... ~~~...
linux & osx: install $0 $path or /usr/local/bin/mgit windows: copy both mgit and mgit.cmd to syspath
this should fork REPO to your account (you'll be prompted for username & password) and clone or, if already cloned, replace its origin and pull from it. maybe add a...
**Bug description** After installing tarantool, `apt-get update` says The repository 'https://download.tarantool.org/tarantool/modules/debian bookworm Release' does not have a Release file. Complete output of `apt-get update` ``` Hit:1 http://security.debian.org/debian-security bookworm-security InRelease Hit:2...
Hi, I'm using libtls in Windows with IOCP, so I have to use libtls callbacks and moreover, my programming environment (LuaJIT) is limited such that I cannot do the actual...