Florian

Results 90 comments of Florian

In accordance with the change in 87e68fc, I've updated the conformance to be on the main type. This also resolves the conflicts that existed on this PR's branch. Depending on...

@emin-grbo Do you have an `xcodebuild` command that does what you want? If so, how does it differ from the one this action generates (it's printed in the logs before...

@carson-katri I've fixed a small bug in my first implementation (re-entering the button while holding the mouse down didn't work correctly). Also, the two workflow runs that previously failed don't...

Unfortunately it's not that easy. With your proposed solution, the following code would be accepted by the compiler: ```swift DDLogDebug("Some float value: \(someFloat, specifier: "whatever")") ``` Which would then lead...

Just ran into the same issue. It seems impossible to delete a constraint created with `.references(...)` w/o resorting to its name (whose naming strategy seems to be left to Postgres...

~~Btw. in Postgres, the foreign key does not have a `_fkey` suffix for me. Instead it begins with `fk:` (much like the generated `constraintIdentifier`). However, the issue really is the...

@SPodjasek The remaining changes in #2110 were just documentation. The functional change seems to be #2121 now.

First of all thanks for taking the time to describe everything in such detail, including recommendations! ## Downgrade of Warning to Info You're right that this is incorrect! They should...

> I've noticed that off-the-shelf there is not a neutral DDLogMessage() or DDLog() or DDLogDefault() etc method that logs at a neutral level equivalent with os_log(...) (OSLogType .default). That's due...

Since this breaks the minimum compatibility, we'll have to release a new minor version for this. I've just released a version that contains the new privacy manifest. Once this has...