Dhi Aurrahman

Results 48 comments of Dhi Aurrahman

Envoy uses [wee8](https://github.com/envoyproxy/envoy/blob/79205cdde2dd07cd92f175b0d699b443b516fc5d/bazel/repository_locations.bzl#L889-L902)/`envoy.wasm.runtime.v8` (https://www.envoyproxy.io/docs/envoy/latest/configuration/other_features/wasm) turned on by default (at least for Linux x86_64). Testing the above code with latest envoy from `envoyproxy/envoy-dev:79205cdde2dd07cd92f175b0d699b443b516fc5d` the errors are reduced: ``` [2022-07-22 11:47:22.235][2145515][error][wasm] [source/extensions/common/wasm/wasm_vm.cc:38]...

Sorry probably this is unrelated, but since it is "hardcoded" to true, can we override it to false and use a custom resize detector (https://github.com/microsoft/monaco-editor/issues/28#issuecomment-484445134)? Ref: https://github.com/microsoft/monaco-editor/issues/28#issuecomment-228523529.

Seems like we can rely on something similar (the approach, by scanning the bytes) https://github.com/ArthurHlt/go-isexecutable/blob/v1.0.0/isexecutable.go, whilst it is very raw and naive, it has no external deps.

Not sure if it is related, but we could possibly use dynamic configuration from filesystem: https://www.envoyproxy.io/docs/envoy/latest/start/quick-start/configuration-dynamic-filesystem, also see: https://www.tetrate.io/blog/envoy-101-file-based-dynamic-configurations/.

⚠️ This is a sketch ☢️ Please don't hate me because I do a silly thing like this 🙏🏽. > I'm starting to realize this "feature" is largely superfluous @eitansuez...

@kjyoti @kuroneko25 seems like you don't have `autoreconf` on your machine. Could you let us know the platform you use to build this project? Thanks!

/assign @incfly

/assign @incfly

I think once: - #215 - #218 are merged, I'll revise this a bit.

Seems like we can have a file watcher for this. However, we need to separate e.g. server config (for example listener host and port) and `chains` config first I think.