Issam Maghni

Results 27 issues of Issam Maghni

Hi, is there a technical reason why `libbasu` is always build as a shared library? Because I’m trying to build a mostly static linux distro, and only use shared libs...

So @randy408, I’ve considered your feedback and here is my updated PR. https://github.com/randy408/libspng/pull/135

Hi, it would be awesome if autotools would use pkg-config to search for dependencies. All of `openssl`, `xxhash`, `zstd` and `lz4` provide the required files. Thank you.

- `nodemon -v`: 2.0.3 - `node -v`: v13.13.0 - Operating system/terminal environment: Void Linux / kitty + fish. - Using Docker? Nop. - Command you ran: `npx nodemon` This is...

not-stale

## Description When using CanvasBlocker with Firefox Developer Edition (69.0b1 on Arch), I simply cannot disable Container Tabs, which seems to be a hard dependency of CanvasBlocker. Response from email:...

Firefox bug

Hi. Can you add support for UNIX socket? Thank you.

I faced `test: too many arguments` when building using [sbase](https://core.suckless.org/sbase/). This is due to a non-POSIX syntax `test ... -a ...` and `test … -o …`. > The XSI extensions...

new user

Meson also offers [`b_ndebug=if-release`](https://mesonbuild.com/Builtin-options.html#base-options), but right now, [`default_options` are ignored in subprojects](https://github.com/mesonbuild/meson/issues/6728).

Is it possible for you to implement a graceful shutdown inspired from this [snippet](//github.com/valyala/fasthttp/issues/66#issuecomment-305934974) from `fasthttprouter` (which do not implement it…)? > [In Go 1.8, net/http is having graceful shutdown...

enhancement