Richard Neitzke

Results 12 comments of Richard Neitzke

I see potential in a WS2812 library! My horrible solution consists of calling the Python library from Swift right now.

@uraimo I'm currently on a project that involves 115 WS2812b 5050 LEDs (Adafruit calls them NeoPixels but they're significantly cheaper from China) from a LED Strip. I still have some...

I'll try my best helping. I'll play around with the repo, looks like you did a nice job setting everything up.

Hi and thank you for your contribution to this project, I like what you did there! - I just tested your repo and noticed that the app crashes as soon...

Thanks! I made some improvements to the UI and project structure. I noticed that the undo functionallity is flawed since the app allows two players to have the same name....

Yes, I would be ok with that. What if the user deletes a player and creates a new one with the same token though? We might want to give each...

Hi and thank you for your contribution. I will review the changes in a few days and if everything is ok I will eventually merge them and push an update...

Hi Miguel! Sorry for this taking literally a year. I just came back to this project and will review your PR again. I will most likely model the transaction log...

Turns out this is due to the UILongPressGestureRecognizer ending far earlier than I thought. Increasing `longPressGestureRecognizer.allowableMovement ` does not seem to solve the problem. Will have to investigate further.

I haven’t touched this project for a long time but I believe there’s a PR open for this right now. I don’t think I ever got around to reviewing it...