Guillermo Calvo
Guillermo Calvo
The lightweight version of the library does not support _complex_ multithreading. However, **OpenMP** directives are safe to use; and it _might_ as well be safe to use [**C11 threads**](https://en.wikipedia.org/wiki/C11_%28C_standard_revision%29#Optional_features) if...
**exceptions4c** provides a macro `e4c_reusing_context` which allows for exception handling _inside library functions_. This macro reuses an existing exception context, if available when the library function was called. If there...
Hi @Frotty, I don't exactly understand what kind of anchors are you missing there. The template currently generates anchors for all **sections**, and kramdown automatically generates IDs for all **headings**....
Hey @Frotty, just made a small change to display anchors in the browser. Please check it out :+1: You are right about Prism, [I disabled it](https://github.com/xriley/PrettyDocs-Theme/pull/5/commits/33a96f63f317e34f9e96fcf5beda8d3ca445016d) because Jekyll has its...
I've checked out the provided sample app [grails-cas-encoding](https://github.com/dpcasady/grails-cas-encoding) and ran it locally. It seems to work totally fine as it is (no need to disable spring security cas): ```bash $...
@funcoleto I believe the app is returning the correct response, but your command line application is not interpreting UTF-8 correctly. Could you please run this test locally and tell us...
@funcoleto Thanks for your help! That's not the same response I get when I run it locally 🤔 Could you tell me which OS / JDK version are you using...
I've been trying to reproduce this issue with the latest versions of the libraries and the problem seems to be solved at the present time. I can update the source...
Duplicated by #502 Solved by #598 @arudge Please note that the supported way to receive keys in batch mode is via `List`, as documented in the [Micronaut Kafka guide](https://micronaut-projects.github.io/micronaut-kafka/latest/guide/#_manually_committing_offsets_with_batch).
Closed by #774 and #810