silverwind
silverwind
Which MSSQL version? The forum link seems 404. https://learn.microsoft.com/en-us/sql/t-sql/statements/drop-index-transact-sql?view=sql-server-ver16 indicates 2016 and above supports `IF EXISTS` clause.
And dont' forget to move the GitHub release out of draft. And I think keep the "Latest" tag on latest v1.21 until stable v1.22 release.
Looks this was done 🎉
I don't see why a regex like `--theme-display-name:\s?(\S+)` wouldn't work.
Easy match: https://regex101.com/r/nJEo79/3
Working on new regex.
Ugh thanks for the merge conflict.
New version is up. It parses for the last occurence of a variable in a file. If that does not suit you, we install a full CSS parser.
Looking for feedback from other maintainers: @wxiaoguang's proposal (matching specific non-existant element): ```css @media (prefers-color-scheme: dark) { gitea-theme-meta-info { --theme-display-name: "Dark Theme"; --theme-color-scheme: dark; --theme-website: gitea.com; } :root { --is-dark-theme:...
Your edit was incorrect, I updated "my proposal". I don't know the purpose of your `--theme-website`.