Christian Banse
Christian Banse
Unfortunately, that is not possible without breaking the API compatibility. Your approach sounds a little bit like I would do that also. I would probably use an anonymous function that...
That's a good point. To be honest, we didn't pay too much intention on the internal naming of "required" vs "expected". As long as the existing API will stay the...
> @oxisto, the internal package here was largely based on https://github.com/akshayjshah/memhttp. We are in fact considering something like this as exported API available in the connectrpc GitHub organization, but until...
Hi! I would have to look into cloudquery a bit more, but in general this sounds interesting. Maybe as an additional discoverer next to the cloud native ones. There are...
I was thinking the same, go for it.
Can you send the contents of `QueryRequest` as query parameters? Then yes, this can be converted into a `GET`.
We should check, whether nullable/optional fields are really stored as "null" in the database (and not as an empty string for example)
Hi everyone! Happy to announce that we (https://github.com/Fraunhofer-AISEC) were contracted by the German BSI to develop an extension to DependencyTrack to handle CSAF documents. This includes importing, matching them against...
I am currently trying to fix the test, the actual outcome after by patch is: ```Simple CastCounterDemos $l0, Sub1 $stack3, Super1[] $#l0, $#l1, $l1, $l2, $l0 := @this: CastCounterDemos, $l1...
Update: This looks to me to be a bug in `JArrayRef`. The type is defined as the type of the base, but in my opinion it should be the base's...