modatwork

Results 13 comments of modatwork

I’m concerned about the complexity involved in implementing the ExtensionContextPolicy. While the ExtensionContextPolicy is linked to a Gateway API Custom Resource (CR), it is the extension server’s responsibility to apply...

To share our experiences for consideration, here are our use cases involving extension hook APIs: - Integrating a customized WAF filter into an HCM - Implementing an original source listener...

@arkodg Thanks for replying. > Heath Check 0.0.0.0 19001 I believe you are referring to port 19001, which is used for the entire Envoy process. Implementing a health check for...

> ``` > git clone https://github.com/bep/docuapi.git > cd docuapi/exampleSite > hugo server > ``` hugo v0.113.0 failed to start the exampleSite, the error message is > Error: command error: failed...

Adding a specific compilation database config does not fix the issue. ```shell > cat .clangd CompileFlags: CompilationDatabase: /path/to/bazel-example ``` https://clangd.llvm.org/faq#how-do-i-fix-errors-i-get-when-opening-headers-outside-of-my-project-directory

But if adds a command line option `--compile-commands-dir=/path/to/bazel-example` it started working. So it seems to be related to clangd itself. https://github.com/clangd/clangd/issues/413

https://github.com/clangd/clangd/issues/649#issuecomment-1021946005 explains why `.clangd` not works. > The part about a config file being scoped to its directory is not a security measure, it's just how clangd searches for config...

Hi cpsauer, thanks for replying. I'm still trying to find the best way to set the clangd config for Neovim because Neovim created another LSP client for the code in...

It's hard even impossible for an extension server to find the original target of a policy when xDS listener hook is called. Here is an example. - `mergeGateways` is enabled...

> [2024-05-09 11:15:14.963][11636530][debug][http] [source/common/http/conn_manager_impl.cc:1939] [Tags: "ConnectionId":"0","StreamId" :"13380574157739000950"] Disabling upstream stream due to downstream stream watermark. For a slow downstream, stream buffer's watermark is high and it takes a long time...