Matt Bishop
Matt Bishop
The Dart migration is certainly new-ish and https://github.com/Taritsyn/DartSassHost has recently been reinvigorated and might work. I also see https://github.com/koenvzeijl/AspNetCore.SassCompiler but its dependencies likely rule it out.
I browsed around for a bit to see where this is headed and the SASS community is recommending https://github.com/Taritsyn/LibSassHost for .NET which has the earlier-referenced Dart version as well. While...
That was my way of saying "I may submit a PR" 😜 -- low priority for me too so I'll see what I can do in the near future.
We didn't see a migration problem on MySQL 8 installs -- with data in this table -- for the script we executed at least. @DuckThom do you have an example...
We extracted some of the migration process and see: ```sql ALTER TABLE `Grant` ADD `Id` int NOT NULL DEFAULT 0; ALTER TABLE `Grant` ADD CONSTRAINT `PK_Grant` PRIMARY KEY (`Id`); CALL...
Relates to #1460 and #1582, possibly being considered a duplicate.
Can we enumerate these so they are centralized and then enforce some naming standards and clarity?
Could be combined with https://github.com/chromaui/chromatic-cli/issues/797 on generated tags and releases.
Here's an example: https://github.com/bitwarden/clients/pull/6120 -- we'd like to add a comment after the digest so we can pin to a specific version / tag.
Bitwarden is putting a lot of effort into https://github.com/bitwarden/sdk and once a Java binding exists this should be very doable.