David Denton
David Denton
Yep - we're aware of this and you are of course correct. There is a fine balance between making the API comprehensible (and avoiding magic), which is obviously a little...
yep - that's pretty much the general idea in a nutshell. it would be probably fairly easy as a new routing layer unless there are a bunch of implicts or...
There is no news on this feature request.
The `*` here takes precedence over the supplied origin *only* if the policy explicitly allows traffic from all origins. (I've also now refactored the when slightly to be a little...
This is a really great find and definitely something which requires more investigation! :) The claim seem to be that the metadata version of moshiX will replace kotlin-reflect - which...
This is more to do with attaching data to the Response as opposed to the request, as per Duncan's video here. The idea is to possible provide a consistent way...
Interesting. As an aside, you can manually create the open API renderer instance and omitting the offending class from the list.
From my experiments, the new version of Dokka also runs in a non-deterministic way and suffers from an absurdly high memory footprint when running. Which is problematic with the size...
We have now introduced Apache 4, 5 and Netty to the TechEmpower benchmarks. Latest results are here: https://www.techempower.com/benchmarks/#section=test&runid=203ff846-d210-4205-851f-611c5c246c8d Unfortunately for some reason, Apache 5 is not starting in the test...
I think I've fixed this in the benchmarks by messing with the virtual host setup for the benchmark server: https://github.com/TechEmpower/FrameworkBenchmarks/pull/5980 SunHttp is also suffering - it seems to think that...