Flavio Castelli

Results 244 comments of Flavio Castelli

@jsoverson kubewarden doesn't make use of this crate, thanks for asking

Also, this would allow to have policies like the following one from OPA: https://www.openpolicyagent.org/docs/latest/kubernetes-tutorial/

I think there are basically two options: * Implement a timer * Try to use something fancy like the [fuel](https://docs.rs/wasmtime/0.39.1/wasmtime/struct.Config.html#method.consume_fuel) concept built into wasmtime

I've updated the card to reflect the progress we've made on this topic since the card was created.

I did a quick search, there doesn't seem to be a better way to solve this problem with Go applications. On [this stackoverflow](https://stackoverflow.com/questions/10383299/how-do-i-configure-go-command-to-use-a-proxy) I found a link to [these nice...

Wouldn't that make the final binary less portable?

I looks like goreleaser and `CGO=1` is not that easy... https://goreleaser.com/cookbooks/cgo-and-crosscompiling/ However, I would be fine to have only linux built with CGO disabled, as long as you can verify...

Sorry for the late response, I was on vacation. I like the PR, I made some fixes to make the test pass. However, it looks like the Windows build is...

I would be super happy to see us help here! :rocket: