Nick Touran

Results 74 comments of Nick Touran

Great idea. That should be relatively easy to add.

Would you want it to update which animated gif it is after every x seconds, or whenever it gets switched back to or something?

Sorry, haven't set aside time to work on it yet.

This is a very cool application and I'm excited you're working on it. Sorry for the struggles and slow response on my end. In your 2nd comment, it looks like...

That's a good point. Certainly reddit is not the only feed people may want to read from. Perhaps we could more generally allow something that reads headlines from a general...

Excellent idea! We definitely already calculate direction and altitude, so that would indeed be relatively easy to expose. Rise, median, and set times would take a little more computation to...

Oof yeah sorry about that. There's [an undocumented option](https://github.com/partofthething/infopanel/blob/7f04aa0f0fca532c5ea1b53d1c6e5dd6fbc36f0d/infopanel/sprites.py#L95) that defaults to true that you have to add to turn off the 'flipping': try adding `can_flip: false` ```yaml eventdescription: type:...

Yeah I need to do a doc update for sure. dx is supposed to mean "change in x per tick" so `0` would mean motionless (you'd have to set `x`...

Oh sweet! Yeah there are good ways to do this right similar to how GUI frameworks deal instantly with users pressing buttons, etc. in another thread. I'm happy to hear...

Hmmm thanks for the reports folks. Sorry for the trouble. On python 3.12 there may be a more restrictive combination of numpy and matplotlib versions that I'll have to specify...