gitneko

Results 6 comments of gitneko

I'd suggest to use I2C GPIO expander chips to implement this, so you don't use any GPIO pins of the Raspberry Pi itself (which could be used better). I2C is...

> > > Thank a lot. It is not necessary to open an issue anymore, IT WORKS, with few adjustments I did it. I made the test and it works...

> > > Uhm, on my arduino environment it compiles well. Need to check. Yup, it suddenly works too. I don't know why or how. But I haven't tested the...

Hello! What is the status of this PR? Is there anything blocking this from merging?

I think it would already be sufficient to replace this tiny block with [`Task.async_stream/5`](https://hexdocs.pm/elixir/Task.html#async_stream/5): https://github.com/tallakt/codepagex/blob/0782be8388b40011f94f644f975559fcb961ee08/lib/codepagex/mappings.ex#L185-L186 Although file processing could probably also be parallelized using `Task.async_stream/5` for better results.

I want to give this issue new wind, because currrently arduino commands (starting with `arduino-`) can't have their keyboard shortcut changed. I've tried on several attempts to move `arduino-find-next` to...