Jānis Seržants

Results 6 comments of Jānis Seržants

Hello, I am using Raspberry 1.2 and adding `led-no-drop-privs` option helped me to accesses GPIO pins after LED Matrix have been initialised. Example: ``` sudo python ./show_text.py --led-gpio-mapping=regular-pi1 --led-cols=64 --led-rows=64...

I encountered an issue with GPIO pins. When I ran the LED matrix, I couldn't retrieve data from my sensors, which were utilizing the remaining available GPIO pins. The root...

> I found a workaround. > > You could use `v-click-outside="() => handleMenuVisibility(false)"` I had an issue with callback, so you need to pass another callback param

Problem was, that versions of react-native-svg didn't match

I'm experiencing the same issue. It's unfortunate that the example provided in the documentation is generating errors. :(

I managed to fix this by just changing the input in React Testing Library: ``` await selectEvent.openMenu(screen.getByLabelText('My Select')); fireEvent.change(screen.getByLabelText('My Select'), { target: { value: 'Hello World' } }) await selectEvent.select(screen.getByLabelText('Tag...