dev-null-undefined
dev-null-undefined
You can make PR adding the package the build step for python over here https://github.com/engineer-man/piston/blob/master/packages/python/3.9.4/build.sh#L21 or you can host your own piston with changed `build.sh` for that package.
Same error debian docker image latest with 0 custom config Running the command again seems to be working tho
Same issue. LC_ALL=en_US.UTF-8 cava Solved the issue! cava -v output is 0.7.3 if so
Same issue here on NixOS System/Version info ```sh Hyprland, built from branch at commit 3ac0e7ead1434c172f276a12f81da1eeb0dc4491 (). Date: 2024-05-16 Tag: , commits: flags: (if any) System Information: System name: Linux Node...
Should I move this into discussion? It is exposed, I am currently modifying different wasmtime nginx integration and, I did manage to make use of the wasmtime C API to...
This is the documentation that I used https://docs.wasmtime.dev/c-api/store_8h.html#ae9782930bfa96900c5171db1c86035a8 But since all of the C API is pretty much a wrapper around rust functions I also used the rust API documentation...
> Do you have a branch somewhere where we could see your modifications on the other nginx integration The project is not public, but I will try next week to...
Would you mind me asking why are you using wasm in first place? For us it is used to run "unchecked" code without having to worry about it crashing or...
Finally I got some time to look into this again, here is public github repository with applied patches generate from the changes that I have been working on and that...
I have started looking into how the limits could be implemented into kong, I think it would be best have 2 limits "per call" and "per request", so far main...