Anders Kaseorg

Results 386 comments of Anders Kaseorg

There have been no releases since the last three times stalebot marked this “stale”. This isn’t helping anyone. Please consider turning stale-bot off.

Have you considered transferring the project to [Jazzband](https://jazzband.co/)? It was designed to make sharing maintenance and release management work for Python projects as painless and automated as possible. Seems like...

I agree that it’s time to move forward. I note that the PEP 541 definition of abandoned requires “no releases within the past twelve months”, which won’t be true for...

This was not fixed. It still reproduces in the demo: ![Screenshot from 2022-08-31 11-23-40](https://user-images.githubusercontent.com/26471/187751817-96830eb2-5ee8-49cd-a8ba-7b0e27c2c480.png) And the incorrect code is still here: https://github.com/bustle/mobiledoc-kit/blob/4b40e5127877c5bb3da138e5076a1b68a4698552/src/js/renderers/editor-dom.ts#L60 and in other repositories: https://github.com/bustle/mobiledoc-apple-news-renderer/blob/357dd068e45f218983cdbc55d73b420ceeedced8/lib/utils/dom.js#L3 https://github.com/bustle/mobiledoc-dom-renderer/blob/0e6d290024d9d277ee64acf2df66928b60806af6/lib/utils/dom.js#L5 https://github.com/bustle/mobiledoc-html-renderer/blob/54ac2b5b1e8d4e6e758ebd6b6374a2d01aaa6705/lib/utils/dom.js#L43 Please...

Yeah, looks like WebKit handles the wrapping differently. Try it in Chromium or Firefox.

It’s awesome that SQLAlchemy upstream is going to support mypy, but at present they don’t seem to have anything more than auto-generated stubs with everything annotated as `Any` or `None`,...

It’s convenient for testing pull requests in the context of another project. The one I wanted to test at the time was #423: ```shell npm i prettier/prettier-eslint-cli#dependabot/npm_and_yarn/prettier-eslint-13.0.0 ``` Nobody’s suggesting...