Jonas Boberg
Jonas Boberg
Leaving our use-case here to give you a data point. > genuinely affecting performance for users who get their strings from another library that (reasonably) does not provide buffer padding....
> I think the main problem is that Danger is made of two parts, a binary and a library which is linked to the Dangerfile compilation, would that still work...
When a wait_callback is set (psyco_green is true) PQconnectStart and PQconnectPoll is used to setup the connection. https://github.com/psycopg/psycopg2/blob/e14e3385b4809ec4223894f8c7a009b1560eb41d/psycopg/connection_int.c#L724 Now, https://www.postgresql.org/docs/current/libpq-connect.html says > The connect_timeout connection parameter is ignored when using...
An example of what this looks like: ``` 27> gun:info(GunPid). #{cookie_store => undefined, http2 => #{remote_settings => #{enable_push => true,header_table_size => 4096, initial_window_size => 65535,max_concurrent_streams => 1, max_frame_size => 16384,max_header_list_size...
@AvdLee > your approach described in the root post, would allow us to include a binary in say our repository, and use that directly? as in, we manage versioning ourselves?...
> I still wonder why this issue does not cause more outcry. Probably because carthage exists. Our project continues to use carthage mainly due to this issue. Do we want...
@maxim-lobanov: > Fastlane docs describes the different notation ([Gem::Version notation (https://www.rubydoc.info/github/rubygems/rubygems/Gem/Version) I guess?). I believe the idea of the `.xcode-version` file comes from the (now defunct) fastlane ci project: https://github.com/fastlane/ci/blob/master/docs/xcode-version.md,...
> .swiftformat files are specifically designed to be hierarchical, so you can set common rules at the project root and then selectively enable/disable rules for subdirectories. If we ignored base...
I noticed the same thing. In my fork (which has other substantial and breaking changes) I solved this by updating the root view of each tab's UIHostingController in `updateUIViewController`: https://github.com/nomasystems/swiftui-custom-tab-view/blob/main/Sources/CustomTabView/iOS/UITabBarControllerRepresentable.swift#L38-L41...