Markus KARG
Markus KARG
Apparently the JAX-RS client API's `SyncInvoker.post(Entity.entity(null, Non-Null-Media-Type)` actually will `POST` an empty entity decorated with `Content-Type: Non-Null-Media-Type`. It's doubtful whether this is allowed by the HTTP spec, but _it in...
When **bridging between synchronous and event-driven APIs**, there comes a situation when a synchronous method sends a request in the form of a CDI event and then _needs to wait_...
In PR #16 we introduced the workaround [`.filter(s -> !"null".equals(s));`](https://github.com/s4u/sign-maven-plugin/pull/16/files#diff-54931d201f68e04f8e4c1c28ebd101174c05fc8713e55697afc657ccaa8767c3R78) for [MSHARED-969](https://issues.apache.org/jira/browse/MSHARED-969) and [MINVOKER-273](https://issues.apache.org/jira/browse/MINVOKER-273). As soon as those issues have been resolved and their solution is published on Maven Central,...
There are questions open wrt to how we currently perform the expiration check for the secret key, see https://github.com/bcgit/bc-java/issues/861. Once this issue is resolved, we possibly need to revise our...
Java records come very handy to hold parameter values as a replacement for custom classes, as much less custom code is to be written. Unfortunately JCommander does not allow to...
**Describe the bug:** Applying "Slower > 1/8" on 240 FPS source footage produces **stuttering** 30 FPS file export. Apparently importing *fluent* 240 FPS files drops seven of eight valueable frames,...
## Expected Behavior Footnotes should get numbered automatically. The footnote ID provided in Markdown should not be visible in the final document, but just the automatic footnote number should be...
I tried to set up a **Puppeting-only bridge** (i. e. completely ignoring channel linking) so I could use Element instead of the original Slack client (just for me, not serving...
The docs contain the following sentence: "RTM support means the bridge will use websockets to communicate with the bridge rather than HTTP pushed events." I assume that it is not...