honey the codewitch

Results 88 comments of honey the codewitch

Yeah I could make one do that by walking the tree. I just don't think it's fair to simdjson to do that, but considering it doesn't have another way it...

Let me see if I can flesh this out a little bit. When you're dealing in bulk data, you're not so much crawling through it as you are *filtering it*...

Eventually I will propose (by way of pull request), an evaluator for a non-backtracking subset of JSONPath on simdjson. However, I don't want to make this proposal without something to...

After digging through the code I've got a plan. My plan is this. I'm going to exploit the fact that the stage 1 happens in chunks (or at least it...

Hello,  I appreciate your interest in this offering of mine. For some background, I originally created it for my own use in my commercial projects, but I wrote it such...

Q3: GFX is a drawing library library. It does not know about display hardware. GFX Demo is GFX (under the /lib folder) plus drivers for ESP-IDF and Arduino. That are...

For gfx_demo what you want to do is pull out the ILI9341 code and everything under the /lib folder for your own project. The ILI9341 code is arduino/drivers/ili9341.hpp, and then...

If you're seeing this in email please go to github and refresh. I made significant edits to my prior post. It's early here and I'm still on my first coffee....

Well here's the thing. I'm not nearly ready to put the drivers up as a library. The problem is that the source code is going to dramatically change, but that...

Sorry, I forgot you were using Eclipse. I've recently updated the codebase and the documentation, but it won't affect your code. GFX is just a bit more cross-platform friendly now....