silverwind
silverwind
I'm seeing this button flashing as well on Chrome 89, Windows 7, Grafana 9.2.4. (Before you ask: no I can not upgrade Chrome in the affected environment).
webm would be awesome. Much smaller then gif and widely supported.
There is `ghcr.io/devcontainers-contrib/features/poetry` for that, don't need to bloat the python package.
A 2-space indent option would be a requirement for me to use it. prettier also [has it](https://prettier.io/docs/en/options.html#tab-width).
Ideally deno should support parsing per-scope registry and per-registry auth tokens from the [npmrc](https://docs.npmjs.com/cli/v9/configuring-npm/npmrc#files) files and corsponding env vars, so that users can use multiple registries and tokens.
I tried using `await mermaid.parse(source)` in v10.0.2 but it still was returning `undefined` when diagram was valid, so I'm relying purely on the rejection to detect parse errors.
Actually I think the return value of `parse` doesn't need to matter because if there is a parse error, I would like to know what it is, so I think...
> The following "unprecise" error message will be thrown: TypeError: fetch failed More info should be in `error.cause`, but keep note many error parsers do not process that property.
One such fixture is auto-generated go code generated by https://github.com/shurcooL/vfsgen, these absolutely must bear the `.go` extension to be recognized by the compiler. IIRC, gofumpt does support some magic string...
I wonder why you want to force naming conventions like `testdata` onto the user. I put such files into a [`fixtures`](https://en.wikipedia.org/wiki/Test_fixture) directory for example. There is no way around to...