Nobu

Results 69 comments of Nobu

new `counter` complains about sound null safety in dartea but it runs with `flutter run --no-sound-null-safety` on my Android device.

It works fine in the browser with `flutter run -d chrome` for future reference.

This is what I tried: https://flutter.dev/docs/development/androidx-migration

what does this mean? can you provide a snippet? my dcc.input value is not being sent to the callback at all. The documentation examples don't use State either.

None of those little ^ toggle arrows on the very right of the box that says "too much recursion" work. Also this error did not appear in notebook form. I'm...

I saw all the messages named parameters in the example for which I can input any language. But still have to figure out how to do it multilingual.

@astrojuanlu how's that supposed to help here with Pandas?

Try changing google to 'stooq' ``` import pandas_datareader.data as web from datetime import datetime start = datetime(2004, 1, 1) end = datetime(2016, 12, 31) print(start, end) start end df =...

What about for Ubuntu 22.04 WSL2? What tutorial can I follow to have OpenCV installed so I can use both C++ and Python3?

I got it installed with CUDA enabled following someone else's blog but forgot to point the Python to my miniconda python so get no module CV2 and then have to...