野瀬田 裕樹

Results 27 comments of 野瀬田 裕樹

I would like to emphasize not only the use of `guard` as a syntax for unwrapping null values but also the readability aspect of the code, where it is guaranteed...

I don't mind if the language feature with the same meaning as `guard` is `if!` or `unless`. What I care about is having a syntax that ensures the condition is...

In flutterfire, the definition that references the old nanopb has been deleted in the following commit: https://github.com/firebase/flutterfire/commit/c899a7bc9cdd7b552d3c10058f4899106a4c1994 In firestore-ios-sdk-frameworks, there are still definitions that refer to the old nanopb https://github.com/invertase/firestore-ios-sdk-frameworks/blob/c1fc6ae59c96b43a900e7a4c77a6c74929d7990f/FirebaseFirestore.podspec#L9

@nate-thegrate This issue can be resolved with my own fix ( #154808 ). I once closed it, but I have reopened it, so please check it.

Apologies to those who were expecting this fix, but I have closed my PR. After working on this issue, I came to understand that this behavior is part of the...

> Error: This request has been automatically failed because it uses a deprecated version of `actions/upload-artifact: v2`. Learn more: https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/ CI is failing in a place that is not related...

Sorry, I won’t be able to respond for a while due to DroidKaigi in Japan(9/11-13). I will start working on it next week, and I will leave a comment once...

Sorry for the delay. I have added the test code and switched the status to ready for review. Please review it when you have time.

Just to provide my personal view, this is a small fix that should not affect other parts of NestedScrollView, so I believe there won't be any side effects. I would...