Florian
Florian
Pinging @tmolitor-stud-tu as the original author of #1367 for his thoughts on this. IMHO we should make the file locking configurable, as was my initial feedback point in #1367. The...
> Since the writing to the logfile is serialized through a queue (if I recall it properly), the file should never be locked more than a few ms and no...
> > Some idea that just came into my mind: We could add a new api to be called from these suspension callbacks, something like "flushAndPrepareForSuspension". That would do the...
> If I may -- maybe by default file name should also include pid of the process (it's possible to have multiple widgets) this way each one will have their...
@roji Thanks for the quick reply! > Try the following: > ```csharp > modelBuilder.Entity().PrimitiveCollection(b => b.MyEnums).ElementType().HasConversion(typeof(MyEnumValueConverter)); Thanks for the hint here - I really haven't seen the `PrimitiveCollection` API anywhere...
It seems to work with the default `EnumToStringConverter` (which is what `HasConversion()` uses according to [the docs](https://learn.microsoft.com/en-us/ef/core/modeling/value-conversions?tabs=data-annotations#built-in-converters)). But custom converters seem to be ignored at least partially. My `HasData` call...
I can confirm that this seems to work now. Thanks for taking another look!
I just ran into the same issue with caching. I'm also trying to update A and AAAA records with the same name at the same registrar (regfish.de). The cached IP...
Apparently it depends on which runner you get... Both of the following jobs request `macos-14`. This one is an older version w/o Xcode 15.3: This one is a newer one,...
@crazy-max Friendly ping