Josh Lloyd
Josh Lloyd
Please consider pushing this up the backlog, it would be really nice to be able to perform an upsert rather than our current workaround of query the table then append...
flatbuffers requires all strings to be properly encoded as UTF8, that is an obligation of using flatbuffers. Any idea where we are not doing our job of encoding as UTF8,...
If we have a string inside flatbuffers, it should be UTF8. Can we update FlatbufferTranslator to ensure data going in and out of the flatbuffers are UTF8. This may also...
Not really sure if at this stage if this example will get me closer to emulating HID controllers on my FPGA, but watching intensely! Really excited to try it out.
Glad to hear it meets your requirements for #462 Hopefully we get some contributors' eyes on this so we can move along with a PR for the schema and a...
Either backporting, or guarding the functionality behind a feature flag and have a fall back behaviour, or allow the objects to be defined / overridden by the bot author in...
https://github.com/PrismarineJS/minecraft-data/pull/464 is ready for review
I think I may be seeing this issue also, on a fresh OpenLog bought from SparkFun
#429 related?
Sorry, I'm not a Unity developer. But it's C# yes? You can Unlock the bits of a C# Bitmap and write the bytes directly to the memory address. Then relock...