matsunanaro

Results 6 comments of matsunanaro

The HKSampleQuery in question was actually running on a worker thread, but the Flutter plugin channel method was calling on the main thread. According to the official Flutter documentation [here](https://flutter.dev/docs/development/platform-integration/platform-channels#jumping-to-the-main-thread-in-ios),...

I've been looking into this issue. But because of the way how this function was implemented natively, I find it not feasible to implement it in Dart in the same...

I've created this [PR](https://github.com/SaltechSystems/couchbase_lite/pull/101#issue-1000292650) to try to fix this issue

It's basically because Xcode 13 will, by default, include "arm64" for the simulator architecture. However, "arm64" is not available for this pod yet.

I've already fixed this issue in pull request #103 . Could someone please merge the pull request?

I think the issue here is the use of IP address as the node name. When a k8s pod is restarted, it would be automatically assigned a new IP which...