Florian
Florian
> I had to swizzle `queueLogMessage:asynchronously:`, though, to make sure, no `DDLogError()` call tries to sync-dispatch to the suspended queue before the queue gets resumed (I just force a async...
@tmolitor-stud-tu _<off-topic>_ Given your recent contributions to this project, I've been wanting to ask you, whether you'd be interested in becoming a collaborator. You would be granted the rights to...
@CocoaLumberjack/core I just noticed that while I have admin rights on the repositories (via the Core team membership), I can't add people to teams (since don't have the "Owner" role...
@bpoplauschi Thanks! No, I don't see the "Add a member" button: I _think_ it's because you have the "owner" role (see https://github.com/orgs/CocoaLumberjack/people):
@bpoplauschi Awesome, thanks a lot!
This should be fixed with #2134, right?
@sdanyliv Sorry to dig up this issue, but logging with `linq2db.EntityFrameworkCore` only works when explicitly calling `UseLoggerFactory` on the context options builder. However, this method explicitly states in its [remarks](https://learn.microsoft.com/en-us/dotnet/api/microsoft.entityframeworkcore.dbcontextoptionsbuilder.useloggerfactory?view=efcore-9.0#remarks):...
Hmm, I'm not sure that we can do much here. We need a file lock to synchronize writing across processes (e.g. app extensions and app writing to the same file)....
@cherpake Yea, looks (almost) good. Just make sure you end the background task after calling flushLog: ```objc #if TODAY_WIDGET | MINI_WIDGET [[NSNotificationCenter defaultCenter] addObserverForName:NSExtensionHostDidEnterBackgroundNotification object:nil queue:NSOperationQueue.mainQueue usingBlock:^(NSNotification * _Nonnull notification)...
@cherpake no worries. I'm closing this issue. Feel free to re-open if there's anything more we can do.