Skip to content

Instantly share code, notes, and snippets.

View jviotti's full-sized avatar
🌴
On vacation

Juan Cruz Viotti jviotti

🌴
On vacation
View GitHub Profile
@jviotti
jviotti / README.md
Last active May 2, 2023 23:38
JSON BinPack Example

Gists don't let me upload binary files directly. To get the output.bin binary file, run:

echo "0x03 0x01 0x01 0x66 0x6f 0x6f 0xfa 0x01" | xxd -r > output.bin
@jviotti
jviotti / README.md
Last active October 30, 2023 14:57
Backtrace Crashpad Homebrew Formula

Try it out

# In case you already have it, etc
brew reinstall --formula ./backtrace_crashpad.rb --verbose --force

Sample app

Create a CMakeLists.txt:

@jviotti
jviotti / README.md
Created June 6, 2024 15:50
KrakenD Schemas Bundling