Ricardo Matsui

Results 8 comments of Ricardo Matsui

@sorryaboutyourcats Have you been able to confirm the display is working with the official Pimoroni library and their example code? Here are the options that worked for me on a...

@86svojoe Depending on how you're starting fbcp-ili9341 you could signal it to stop with a SIGTERM, wait for it to exit, change the active CS line, and start fbcp-ili9341 again.

@NoahDaNerd Based on the following errors it seems like you are running a 64-bit OS: ``` c++: error: unrecognized argument in option ‘-mabi=aapcs-linux’ c++: note: valid arguments to ‘-mabi=’ are:...

@ovr It seems like it's related to using the `redis` driver without an `error` listener since it states: >"error" client will emit error when encountering an error connecting to the...

@chriscalo We use `npx task` to run a default task we configure with `cli({ default })`. A workaround for your project could be to have the default task run `sh('npx...

Superseded by https://github.com/parse-community/parse-server/pull/8203

Thanks for reviewing, it is also possible to trigger the "Encountered two children with the same key" error without `st.rerun` in the code example, so I think there could be...

Thanks @Asaurus1, I agree those issues could be related. > frontend processes and sends the button press rerun request before it processes the request for the text_input widget value changing...