Thomas Timmer
Thomas Timmer
I was also working on it 😅
Maybe we could add a trait that can convert rust types into RedisString and let these functions accept this (so &str will keep working) :thinking:
Not to be annoying, I know that nginx is the default for this problem. But maybe it would be nice to add traefik, it integrates nicely with docker-compose (adding a...
After some digging we figured out that remove the subtract one fixes our problem. Can you remember why this is there in the clock_broadcaster? ```elixir @impl GenStage @spec init(opts ::...
Sounds good. > a real necessity for creating dates ~7900 years in the future in your project I also told my customers this :joy:. I now catch the exception in...
I have an issue, I try to configure the logging interface. ```elixir Wasmex.Components.start_link(%{ path: wasm, wasi: %Wasmex.Wasi.WasiP2Options{}, imports: %{ "wasi:logging/[email protected]" => %{ "log" => {:fn, fn severity, ctx, message ->...
Ignore my comment, I was looking at the wrong problem! It works like a charm! ```elixir require Logger Wasmex.Components.start_link(%{ path: wasm, wasi: %Wasmex.Wasi.WasiP2Options{}, imports: %{ "wasi:logging/[email protected]" => %{ "log" =>...
ran the formatter :ok_hand:
@arujjval it does work indeed, the warning is shown in wadm (the server)
I did try to make it work by changing the image to the other target (with docker buildx) that didn't resolve the issue. I had to include the musl.cc binaries...