Thomas Brüggemann
Thomas Brüggemann
@RicoSuter @drinehim #1520 solves only constructor not the validate methods: ``` System.MissingMethodException: Method not found: System.Collections.Generic.ICollection`1NJsonSchema.JsonSchema.Validate(System.String, NJsonSchema.Validation.FormatValidators.IFormatValidator[])'. ``` Before 10.7.1: public ICollection Validate(JToken token, params IFormatValidator[] customValidators); After: public ICollection...
Typescript won't work with this package, maybe it's better to remove .d.ts completely until it's covered by unit tests.
> What's the workaround for using this package with typescript in the meantime? I've created a gulp task to replace the definition file in the node_modules folder with a modified...
Would be good to have path prefix matching like /idp1/apiX, /idp2/apiY
@cfryanr For that I will set the Header as needed for this. Off-topic: Currently I use Envoy together with https://github.com/louketo/louketo-proxy because I need an AuthService for production enviroment. Can you...
Seems documentation/example is wrong: ``` // rpc server that returns a Message queue.activateConsumer((msg) => { var rpcParameters = msg.getContent(); return new Amqp.Message(rpcParameters.value, {}); }); ``` because return value for reply...
Maybe related to golang update from 1.13 to 1.16 from this commit (https://github.com/docker/cli/commit/a477a727fccdcd392ad495076b99c359af8f8d18) Because of this text/template change in golang 1.14: https://golang.org/doc/go1.14#text/template
Steps to reproduce the issue: 1. docker pull timescale/timescaledb:latest-pg12 2. docker inspect --format='{{((index .Config.Labels "maintainer") 0)}}' timescale/timescaledb:latest-pg12 Output of 20.10.7: Timescale https://www.timescale.com Output of 20.10.8: Template parsing error: template: :1:3:...
With 'https://' requests the typed-filter config will respected, with 'wss://' not: http:  wss:  One of the not disabled filter: 
@stevenzzzz Any idea why `wss` request catched by disabled filterchain and `https` not?