Johannes Brüderl

Results 42 issues of Johannes Brüderl

Go to https://editor.swagger.io/ Click File -> Import URL Enter `https://raw.githubusercontent.com/grpc-ecosystem/grpc-gateway/master/examples/proto/examplepb/a_bit_of_everything.swagger.json` (current ABE example) Find some validation errors: ``` Schema error at paths['/v1/example/a_bit_of_everything/echo/{value}'].get.responses['404'] should NOT have additional properties additionalProperty: description, schema...

help wanted
question
waiting on reporter
openapi

previously, conjungo aborted if different types are found. With this option, we're backwards compatible in this case but still offer the possibility to explicitly pick the source value in case...

It seems that time bucket seems to always work with UTC. I'm using the following query: ``` 127.0.0.1:6379> TS.RANGE testseries 1 1581812055 aggregation avg 86400000 ``` i.e. 86400000 = 1...

calendar_aggregations

I'm currently working on a OPCUA PubSub (Part 14) implementation. For one step, where the message consumer has to store MetaData persistently, so we can reference it later when a...

It seems volumeMode is set server-side in certain cases (e.g. k3s sets it to 'Filesystem'), which causes unwanted diffs. Deleting the field from both current and modified effectively ignores this...

I noticed the following behavior: - Ordered container contains BeforeAll, AfterAll, and several It blocks. The last It block contains a DeferCleanup. - AfterAll runs BEFORE the last It container's...

This patch fixes a bug in detailed metrics. only the last descriptor uses the provided descriptor value in case of detailed metrics. when traversing the list of descriptors, the code...