Carlo Alberto Ferraris
Carlo Alberto Ferraris
I'm trying ffjson in a project of ours but found that it sometimes emits extra spaces after the opening brackets in the generated JSON: ``` { "origin":"fake-origin-1","logMessage":{ "message":"aGVsbG8="}} ``` I...
The offset shell allows to dump the oldest and newest offsets currently available in a partition: https://cwiki.apache.org/confluence/display/KAFKA/System+Tools#SystemTools-GetOffsetShell The same information is also available from the SimpleConsumer: https://apache.googlesource.com/kafka/+/trunk/core/src/main/scala/kafka/consumer/SimpleConsumer.scala#184 This information seems...
There seem to be no way currently of emitting instructions with the LOCK prefix (for e.g. making use of atomic instructions involving memory) > Causes the processor’s LOCK# signal to...
**Environment information** * Operating System: osx 12.2 * Cutter version: 2.0.5 * Obtained from: - [ ] Built from source - [x] Downloaded release from Cutter website or GitHub -...
This PR is an RFC for a conditional interceptor for specific gRPC methods. It allows applying an interceptor (sub)chain only to specific methods, or to all but some specific methods,...
I always think that checklists such as this -i.e. especially security-oriented ones- would be much more useful, as they would let you learn the why behind the how, if they...
This is more of as a feature suggestion than anything else (I would have added it to the wiki, but it's readonly): since the driver already creates ephemeral prepared statements...
Add an option to convert GIF/PNG images to JPG when the source image content looks a better fit for JPG rather than the original format (e.g. the content is a...
Add an option to convert GIF images to PNG if the GIF image is not animated and the resulting optimized PNG is smaller than the the optimized GIF.
I have tons of raw images that I took over the years and while most of them are already losslessly compressed, I guess that the compression that cameras perform on...