top of page
MR
Spell out information about application development, etc.
Search
Aug 14, 2021
[Flutter/dart]Reflect the change of Store even after transitioning with Navigator
Overview When managing the state with redux, you can use StoreProvider to reflect the change of store in widget. However, the rebuild...
Aug 14, 2021
Aug 14, 2021
[C#] Process.start ends with exit code 2
Problem When I execute an external program with Process.start, it does not work as expected and exits with exit code 2 (no exceptions)....
Aug 13, 2021
Aug 12, 2021
Things to watch out for when using keras on Raspberry pi
Overview When I install keras for deep learning with Raspberry pi, I get the following error at the time of import ValueError:...
Aug 11, 2021
Aug 11, 2021
[Flutter/dart] Update only specific field in Cloud Firestore
Overview I think that cloud fire store is often used as a destination to store user data in smartphone apps. I would like to introduce...
bottom of page