inliquid
inliquid
Hi! this library is very helpful in creating short descriptions from posts. However there are few corner-cases, one of them is that we have some special meaning sort of entities...
### Is there an existing issue for this? - [X] I have searched the existing issues ### What happened? I'm using these test pods on `kind` local cluster: 1. https://raw.githubusercontent.com/cilium/tetragon/main/testdata/specs/testpod.yaml...
There are compile errors when building plugin with (latest) tinygo `v0.32.0`: ``` $ tinygo build -target=wasip1 -scheduler=none --no-d ebug # github.com/knqyf263/go-plugin/wasm ../../../vendor/github.com/knqyf263/go-plugin/wasm/plugin.go:18:10: cannot use uintptr(size) (value of type uintptr) as...
There is very good document [Go compatibility matrix](https://tinygo.org/docs/reference/go-compat-matrix/) which describes mapping between supported big Go and `tinygo` versions, but unfortunately outdated, the last Go version mentioned there is `go1.20`. I...
Hi @knqyf263 I finally had time to look into issue mentioned in [this](https://github.com/knqyf263/go-plugin/pull/65#issuecomment-2320682412) thread. I can't reproduce this problem on my systems. Have tried Ubuntu 22.04 and older Ubuntu 20.04....
### What happened? Issue affects our prod systems and constantly appears during load tests. This was initially discovered when using own gRPC agent which consumes events from `tetragon` directly, but...
This is follow up of #4580 as the initial issue was closed. I have same issue when trying to build module, which imports quite complex `*.proto` definitions: ``` $ tinygo...
Not sure if this an issue at all, or hasn't been discussed somewhere already, so please feel free to close. I just tried to install `wazero` from sources and I...