Jeff Lockhart

Results 32 comments of Jeff Lockhart

> How do I add a status here to clearly state the issue is fixed so that this issue is no longer blocking a merge and I can get this...

> I’d like to backport this once it lands: [Kotlin/kotlinx-io#174](https://github.com/Kotlin/kotlinx-io/pull/174) Great, I'm planning to implement the additions there on this Okio branch as well.

I backported the changes from https://github.com/Kotlin/kotlinx-io/pull/174 including support for `NSOutputStream` sink extensions and `NSRunLoop` scheduling.

My current use case in tests is fairly simple. I'm using the API to either check the number of files in a directory using the size of the file list,...

@blaugold yes, this looks like a similar limitation. As [Blake notes](https://www.couchbase.com/forums/t/36504/5), there are a lot of things that aren't allowed to be done within an open transaction. A helpful error...

I experienced this same issue after upgrading from 5.0.3 to 6.3.2 and migrating to the new `auto_injector` API. At first I thought the same thing, that the `AppModule` dependencies weren't...

This is not a Kotlin Multiplatform library. While there are ports for other platforms in Swift, Dart, Go, and C/C++, the linked library is a Java library that only supports...

@fzhinkin I just checked out this new `FileSystem.resolve(Path)` API in 0.3.1. The issue I ran into is the fact that it throws `FileNotFoundException` when the file doesn't exist. Would it...

Version 6.3.4 seems to have now made this bug worse. Now even the ``` i.addLazySingleton(() => LoginController(i())); ``` syntax fails to find dependencies declared in a separate module. The bug...

Yes, Couchbase Sync Gateway supports OIDC authentication and Kotbase supports the Couchbase Lite replicator API to authenticate with a session ID. The basic steps are: 1) [Configure your Sync Gateway...