Nolan Darilek
Nolan Darilek
FWIW, hitting this as well. My network interfaces seem to want to hit http://localhost:3000/graphql when my Phoenix server actually listens on ws://localhost:4000/socket. I think I actually had this working on...
Not sure if this is the best place to add this, but since it's a documentation issue and I'm struggling to figure this out... I have a meter/second velocity. How...
Perfectly understandable. I wasn't clear whether the internal representation was always the same and conversions were only handled when formatting as a string, which your answer clarifies. One additional question:...
Oh, thanks. I'd found format specifiers a while back but had forgotten about them, and wasn't even sure what to google. Works great!
New iOS user coming from Android. I'd love to use this, but am incredibly wary of storing private keys on a device that could easily be lost or stolen. Even...
Would be nice to allow uploading of more than just images. It might be useful to upload video, audio, etc. Even if off-site embeds are allowed, I might want my...
Hey, this is exciting work. Thanks for pinging me, and for putting together this PoC. I'd earmarked this for when I needed to investigate UI for my game, but covering...
Finally getting some time to play with this. I'm prototyping in Bevy because it's a bit clearer to me how I might begin separating out the screen reader functionality from...
Background: I built one of the first open source Android screen readers, so I have some sense for how accessibility APIs should work. I recognize the challenges immediate-mode GUIs pose....
Nifty! A bit brainfried right now but will check this out tomorrow. As for how to know whether a screen reader is wanted, I'd say that's game/platform-specific. My games will...