Sage Abdullah
Sage Abdullah
Instead of having to completely turn off `"source.fixAll.unusedImports"`, is it possible to make it so that it ignores unused imports if the line ends with `# noqa`? That would allow...
@kaedroho ahh yep I think that makes sense!
Thanks for the report! I think it's worth noting that the SQLite installed on the system is not always the same as the SQLite bundled in Python. In my case:...
Hey all, I made a fix in #8708 by executing `PRAGMA legacy_alter_table = OFF` before running the migration operations. You'll probably have to rebuild your SQLite database though, as rolling...
https://github.com/preactjs/prefresh/pull/361 and https://github.com/preactjs/prefresh/pull/362 have been merged and have solved the issue, but I had to manually upgrade `@prefresh/webpack` to fix it. Maybe @JoviDeCroock could bump the prefresh in this package...
Using $\LaTeX$ is now supported! https://github.blog/changelog/2022-05-19-render-mathematical-expressions-in-markdown/
I'm not familiar with Blazor, so I'm not sure if I can make this happen. In the meantime, does it support Web Components? If so, you could try [this package](https://www.npmjs.com/package/giscus).
Sorry for the breaking change, this is a very tricky issue. I've basically been avoiding browsers' autodetection of `color-scheme`, but I think the best solution moving forward is to just...
Argh, yeah, just noticed that. Seems that Chrome will always force a white background if the `color-scheme` isn't set to `light`. I've reverted the changes and used `color-scheme: light` instead...
Okay, should be fixed now...