Brian Rutledge

Results 128 comments of Brian Rutledge

The same is true with `# noqa # fmt:skip` ([playground](https://black.vercel.app/?version=main&state=_Td6WFoAAATm1rRGAgAhARYAAAB0L-Wj4ACDAGJdAD2IimZxl1N_WlwxRhR7MSgFVbwGb0wzhKVdkayK6sqtQ7OfmGRrHPdn0CDIiQ-KXvox-ik1Xz1RWTNzKQktuTnJHrig1yMmueOGde16Oc2EK5FcNaLn8_eL5IyzZN5eDFqgAAAAK-vx9k3tjOcAAX6EAQAAAFvJpw6xxGf7AgAAAAAEWVo=))

Thanks to GitHub's "similar issues" link, I see that this is a duplicate of https://github.com/mahmoud/glom/issues/85, which suggests the `Merge`/`T` approach. However, a search for "dict comprehension" didn't turn that up;...

Ah, thanks for the tip. That's better, but still requires interacting with the mouse. 😉 Putting it in the command palette means it's just a few keyboard strokes, and I'll...

For completeness, an option to disallow reference links would be nice, and/or a "consistent" option, ala [ul-style](https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md004).

Thanks for this extension! I frequently use it to copy a bunch of tabs into my Markdown notes. However, I prefer `-` over `*` for my list bullets. Can that...

@iamjackg Is it? I don't see it listed in the [release notes](https://github.com/iamjackg/md2cf/releases/tag/v1.4.0), and I don't recall opening a PR for it.

Really glad I found this! I was getting this error from `wget ... https://127.0.0.1:8000`: ``` ERROR: cannot verify 127.0.0.1's certificate, issued by ‘CN=mkcert ...’: Unable to locally verify the issuer's...

My workaround, similar to #6608, is to subclass `ToolbarMiddleware` and ensure that [`is_cms_request`](https://github.com/divio/django-cms/blob/8007ce3d2faff541eb2d1e7efba9df615a26649e/cms/middleware/toolbar.py#L25-L47) returns `True` for copy/move requests. At the moment, that means augmenting this: https://github.com/divio/django-cms/blob/8007ce3d2faff541eb2d1e7efba9df615a26649e/cms/middleware/toolbar.py#L47 with: ```python or match.func.__module__...

Possibly related: shellcheck can now be installed natively on Apple Silicon via Homebrew. https://github.com/koalaman/shellcheck/issues/2162#issuecomment-857552588 https://github.com/Homebrew/homebrew-core/commit/112feba9af1ddb9870c7584f8b1d04d4b62827d8

I'm also seeing this issue, but commenting out `Plugin 'plasticboy/vim-markdown'` from my .vimrc resolves it. I don't see it with `Plugin 'tpope/vim-markdown'` or `Plugin 'gabrielelana/vim-markdown'`. ``` vim " Plugin 'tpope/vim-markdown'...