Enzo Nocera
Enzo Nocera
Still hyped by the project :)
@dannykopping Any news regarding this issue? I see it has been marked in progress, do you know which metrics you are planning to use? I was considering using recent queries...
As discussions are not enabled on this repository, I guess we should go on and exchange on the Matrix server because from my understanding, IAM in Lemmy needs a complete...
Sorry I was too ambiguous, what I meant is: There are a lot of issues on IAM on the repository and I am not sure all users are on the...
You can assign me the issue if you will. I managed to cross-build on a AMD64 VM (GitHub Codespace) to ARM64, I just need to clean up, document and create...
Hey, just my 2 cents, I use https://skaffold.dev a lot at work. What it does is basically what you want, but for Go projects. My experience using it as been...
For reference, @thomastaylor312 already embed wasmtime in `wash-cli` for the plugin system, see https://github.com/wasmCloud/wasmCloud/pull/1989.
Also, I found an in-progress crate of wasmtime host implementations for the `wasi:http` interfaces: https://github.com/bytecodealliance/wasmtime/blob/main/crates/wasi-http/src/lib.rs It seems to be an implementation built on top of https://hyper.rs We may decide to...
Is this issue up-to-date ? Are all listed problems still there?
Should we use the `` notation or use a *typedef* (`type Default... = ...`) ?