Barnaby Keene

Results 182 comments of Barnaby Keene

Ah I misread the post from Daniel and thought `static const` was resolved.

If `const` works, surely `static const` isn't much different? The only difference is the access constraint to the section/file it's in.

If the fix is complicated, is this really worth the work? Symbolising constants with #define is good enough, right?

I feel like this is correct, the enumerator declares a set of symbols that implicitly have a tag (if the enumerator is labelled). So `E_TEST:0` feels like the correct one...

I've been getting this quite a lot recently, can't remember exactly what I did to fix it but nothing is working this morning. If I run `sh` myself, I can...

This is my number 1 hatred of Docker hub and what triggered me to go find an alternative, I'd love to see this implemented! The issue here is the same...

I think it would be better to register a set of keys to monitor, send that to the client when they connect so the client side only sends updates for...

This sounds like a simple and easy thing to implement tbh. I'm strongly against scripts and prefer declarative approaches to problems. Currently, my config repo has Pico configs but also...

Also, I'm aiming to get a community hub set up soon, I'm working on documentation at https://pico.sh currently and it's mostly just me working on it at the moment with...

I've written up the first batch of documentation on https://pico.sh now so if you're still interested in this project, check it out!