Martin Schaer
Martin Schaer
+1. The same happens with inputs.
One thought to start: I would avoid overloading prop types like favicon (string or boolean) and storage (string or object). I actually had to avoid this to make it work...
It works for me only if I add both options: `notifyOnNetworkStatusChange: true` and `fetchPolicy: 'network-only'`
Worked for me adding `-DUSE_DMA_TRANSFERS=OFF` on a a Pi Zero W, as suggested here https://github.com/juj/fbcp-ili9341/issues/125
It isn't working for me either. These are my settings: ```json { "lsp": { "rust-analyzer": { "initialization_options": { "check": { "overrideCommand": [ "cargo", "check", "--target=arm-unknown-linux-musleabihf" // "--target=x86_64-apple-darwin" ] } }...