Daniel Jilg
Daniel Jilg
Thanks, we think we've now triangulated where the problem is coming from. Sorry for the inconvenience
I really appreciate all your issue reports! Thank you very much!
Thank you very much for all your well-written, clear and helpful tickets!
I updated the mocks but I'm unsure how to properly test this, so I didn't merge the commit yet. Could you check out PR #165 and see if it does...
Hmm this might be possible if we can look the CKAN command line app's database. I'll have to investigate.
Here are some thoughts about this: Before, when just copying entire folders, I just pointed Cocoa's `FileManager` towards a directory and a target directory, and it would do the right...
Are you sure we want a codeowners file? We have a lot of churn, and I don't see the benefit of having one such file right now
https://github.com/Kitura/SwiftKafka/issues/9#issuecomment-1029330338
To compile librdkafka with Xcode, do these two things: 1. `brew install librdkafka` 2. add this to the `target` section of your `Package.swift`: ```swift linkerSettings: [ .unsafeFlags(["-Xlinker", "-L/usr/local/lib"], .when(platforms: [.macOS]))...
Thanks for reporting. I'll investigate, but it's hard without any error messages as I can't reproduce it. Per your question: the SDK is written in a way that completely decouples...