bbascarevic

Results 4 comments of bbascarevic

As a workaround we can piggy-back on the already existing feature of result merging, we just need to trick SimpleCov that each parallel run is another Command. We set `SimpleCov.use_merging`...

Same issue on my Arch Linux (Gnome 3.38, ext. v. 81). I don't have any other extensions installed. Only noticed the issue when switched from nvidia to nouveau (i.e. from...

My team is affected by this issue too. Similar to OP, we're explicitly setting the `DeleteBehavior` of all foreign keys to `ClientNoAction` in `OnModelCreating`. We _want_ deletes to fail if...

@roji While it's possible to add this as a part of the migration, how do we make it a part of the model snapshot as well? `HasData` works both for...