Arpit Tarang Saxena

Results 14 comments of Arpit Tarang Saxena

So right now the notices are persisted in redux, and new notices are fetched when tabs are switched (so that we always have fresh notices) and merged with existing list...

Same with the new neutral items slot introduced recently. Did anyone manage to solve this?

Yes, but that is at a module level. I would still have to setup mnesia and load schemas for each module. That is too expensive since I have hundreds of...

Those definitions are for writing tests within a module. In the call `eunit:test` you only pass in the names of the modules you want to test, not the tests themselves;...

Actually you might be right, let me look into it once more

Made some changes. I was thinking of not touching this and doing the parsing and fixturing on my own side but that seems like unnecessary effort?

sorry i meant loop **counters**, not loop count ``` The code is currently dimensioned to support a chain with roughly 600 entries and 20 loop counters. ``` i.e. i can...

Thank you. I'm up for contributing if @joan2937 thinks this is worthwhile, or I'd like to know if there's another way around this.

I couldn't find any documentation related to sending synchronous wave chains. Do you mean using `wave_send_using_mode(PIN, pigpio.WAVE_MODE_ONE_SHOT_SYNC)` to send individual waves?