Anthony Pesch

Results 7 issues of Anthony Pesch

Heya, First off, thank you so much for all your great WebGL blog posts and projects, they're absolutely top-notch work all around. Tonight I was toying around with bringing js-struct...

Hey guys, I'm trying to build a darwin toolchain to cross-compile from Linux for Mac. I've got a .config which is a slightly modified version of the i686 darwin11 config:...

I'm trying to fund an additional validator for the mainnet, and when uploading the deposit data I am presented with the error - ``` This JSON file isn't for the...

Hi, I was trying to use the 01-basic tool for the first time on a recent demo, and on parsing I get: ``` CUtlVectorEmbeddedNetworkVar< CNetworkedIKProceduralTargetContext > /home/inolen/projects/butterfly/src/butterfly/private/flattened_serializer.cpp:206: Unhandled fs type....

I'm working on a project where nanopb_generator.py is called with `-s fallback_type:FT_POINTER`. When doing so, I get a warning about a particular circular dependency being broken by converting the field...

Priority-Low
Type-Enhancement
Component-Generator

Not actually proposing to merge this, but wanted to gather feedback on if this was useful and if so, how it should be implemented. Decoding messages (specifically load_descriptor_values) was eating...

Hey @PetteriAimonen, wanted to bring this issue up that I hit while working on #1008. Right now, the main decode loop looks like - ``` while (stream->bytes_left) { if (!decode_tag(&eof))...

Component-Decoder
Type-Review