Jacob Persson

Results 10 comments of Jacob Persson

I've solved this problem by registering my custom content types using the ContentNegotiation plugin in a fairly simple way at least for binary content. I think the ktor documentation should...

Right, I just think would make more sense to add separate build configuration version/tag somewhere and not rely on the `Version.xcconfig`, because as it is now we would need to...

While working on changes to a framework I often drag in the framework in question as a subproject in the main project. I then modify the copy phase to take...

Does support for async drivers mean that there will be a async version of `SqlDriver`? I'm very interested in this since it would enable me to write a driver on...

Nice! Do have any idea for how to deal with fields which are shared between events? For example I think all conversation events have a `conversationID` and `senderID` and a...

> @typfel is this still relevant? No it's outdated and needs to be re-done. I'll close it.

Hi, even though I can see on the status page that bencher.api should be operational again we are still getting errors when trying to create new reports ``` Failed to...

Thanks @caldrian the CI error doesn't seem related to your change. We'll look into it.

> I think this is not complete. We have > > ``` > Makefile:207: IPHONEOS_DEPLOYMENT_TARGET=16.0 \ > interop/src/clients/InteropClient/InteropClient.xcodeproj/project.pbxproj:245: IPHONEOS_DEPLOYMENT_TARGET = 18.0; > interop/src/clients/InteropClient/InteropClient.xcodeproj/project.pbxproj:302: IPHONEOS_DEPLOYMENT_TARGET = 18.0; > crypto-ffi/bindings/swift/WireCoreCryptoUniffi/WireCoreCryptoUniffi.xcodeproj/project.pbxproj:282: IPHONEOS_DEPLOYMENT_TARGET =...

> > I think this is not complete. We have > > ``` > > Makefile:207: IPHONEOS_DEPLOYMENT_TARGET=16.0 \ > > interop/src/clients/InteropClient/InteropClient.xcodeproj/project.pbxproj:245: IPHONEOS_DEPLOYMENT_TARGET = 18.0; > > interop/src/clients/InteropClient/InteropClient.xcodeproj/project.pbxproj:302: IPHONEOS_DEPLOYMENT_TARGET = 18.0;...