David Konsumer

Results 457 comments of David Konsumer

I also added a `Footer` to show current in-component state indicators, and they work same as other things (on refresh, it shows `user: true` if logged in, but doesn't update...

I made [this sandbox](https://codesandbox.io/s/6xyvr3rv2n) as another way to have providers update the app, that I can think of. It also doesn't update, so I'm not sure what I am doing...

I would also like to output audio in love, and have a bit of experience with raw-audio output (see [lua-openmpt](https://github.com/konsumer/lua-openmpt)) but again, really not sure how to get a handle...

As a sidenote, I'm happy to write a nice love2d demo for luaradio, once I figure it out. I feel like this is a really ripe area for fancy graphical...

I realized this just uses luajit, and works fine there, without anything special. That's great! Love2d also uses luajit too, so often things are just compatible, so I tried to...

Does `radio.utilities.network_utils` maybe need a check for if `sockaddr` is already FFI-wrapped?

That may have been a red-herring. I think it might be because I had some other FFI thing (like luarequest) loaded. I made a cross-lua version that works in both,...

Excellent info. Thanks! Seems very straightforward. I think I could probly wrap this second approach all in a simple (and familiar to love users) interface, and it'd be just ideal....

Nice! The `source:ctrl_set_frequency(135e6)` style seems particular useful and cool for my purposes. I am wondering how I should interface this. My first instinct is to do as I did with...

I'm still not quite figuring out how to do this with audio. I tried looking at pulseaudio as an example, but I think I am missing some key C-related thing...