li@ng

Results 7 issues of li@ng

book p199 ended up the parsing numbers part. But how about the following test case: ``` it('can parse plus number', function() { var fn = parse('+2'); expect(fn()).toBe(2); }); ``` I...

**Describe the feature request** >"Only claim of type string/int/bool is supported" https://istio.io/latest/docs/reference/config/security/jwt/#ClaimToHeader, it would be nice to support other data types like: arrays in the payload. **Describe alternatives you've considered**...

kind/enhancement
area/security

Hey guys, noticed some case that actionPause will not pause the processing in the filter chain. I have a wasm filter and ext-proc filter configure in my envoy sth like:...

*Title*: *Increasing `max_request_headers_kb` in HCM not working* *Description*: I got `431 Request Header Fields Too Large` from envoy as we are adding some larger request header within wasm filter (size...

triage

Hey guys, We're having some discussions regarding whether or not Gin `Context` violates the Go context style guide. I'd like to hear your thoughts on this. According to the Go...

Hey guys, We're having some discussions regarding whether or not Gin `Context` violates the Go context style guide. I'd like to hear your thoughts on this. According to the Go...

*Description*: The upstream service will get duplicated payload when: 1. enable ext-proc [requestBody:STREAMED](https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/http/ext_proc/v3/processing_mode.proto#enum-extensions-filters-http-ext-proc-v3-processingmode-bodysendmode) mode 2. enable router [retry_policy](https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/route/v3/route_components.proto#config-route-v3-retrypolicy). (with any policy) # Repro steps: > envoy version: 7b8baff1758f0a584dcc3cb657b5032000bcb3d7/1.31.0/Distribution/RELEASE/BoringSSL ## 1....

bug
area/ext_proc