jamon

Results 13 comments of jamon

In case someone else runs into this. "nid" does seem to work for all-access track streaming, but not for uploaded songs. "id" works for everything, so using that is probably...

for anyone trying to do this recently, instead of modifying your .platformio files, now you just need to add an extra define to your Configuration.h or somewhere else, at your...

it initializes to 0, so if you go counterclockwise, you'll get a negative number. Change your "uint" to "int" and I think that will make it show as the negative...

ah--that makes sense. Maybe I'll add a DMA enabled version where it pushes an update on every change and you just DMA it to a memory location that you can...

@firelizzard18 --that's definitely a simpler solution, but for the sake of others reading the issue--the main difference in implementation is that the one in this repo does not require active...

https://github.com/LemmyNet/lemmy/issues/3071#issuecomment-1590944306 is a very elegant solution. It allows many features with one change and it doesn't suffer the consequence of encouraging making small duplicate communities. Benefits: - Gives users a...

I think I was confused about your original proposal, as I can see from your explanation that it works differently than I had understood--so I'll re-state my opinion as my...

@ryanpeach -- that's precisely what some of us have been talking about in the other newly linked issues. I put together a diagram here: https://github.com/LemmyNet/lemmy/issues/3071#issuecomment-1595303910 and there's some more discussion...

I described over [here](https://github.com/LemmyNet/lemmy-ui/issues/1113#issuecomment-1595273502), what I think is a variation of @rhino1998 's suggestion. It's much simpler and more intuitive, and more useful in general ways than the proposals that...

Directly attached nodes will be drawn immediately so long as your node has it's location set and you've heard from them recently. Connections between other nodes are drawn when you...