Maik Riechert
Maik Riechert
One practical use case for this could be to extract the preprocessor definitions from the compiler command line per file and use them instead of the static ones from `.fortls`....
@ddsol Is there an issue with the PR? It's quite useful! :)
I'm interested in this too! I also think it should be part of jQRangeSlider. In my case I need it for selecting a time range of a dataset to be...
Confirmed that this also fixes length of byte arrays, unsurpringly.
@Tajnymag I'm not missing features, but since there are breaking changes with OpenAPI 3.1 I thought it would be worth explicitly checking that tsoa is compatible. See https://github.com/OAI/OpenAPI-Specification/releases/tag/3.1.0-rc0. An example...
The README only has a "Streaming Decoding Example" and I checked the code of CborEncoder to see if it has some kind of streaming interface but couldn't find anything. ```...
I see. It seems natural to me to want to use the CborBuilder as such a DSL. So CborBuilder could be made into an interface where one implementation is the...
In parallel I am implementing a generic streaming interface that I can use both with Jackson and cbor-java and which is supposed to be compatible to both, meaning which I...
This feature would be required to implement COSE validators in a secure manner: https://datatracker.ietf.org/doc/html/rfc8152 > Applications MUST NOT generate messages with the same label used twice as a key in...