harold
harold
Okay thanks for the report. I'll reopen this just so I remember to look into later.
I like this, except for the fact that the value from the first `o.next()` disappears, which I think could lead to some confusion. I.e. if the coroutine is yielding values,...
I just encountered this bug, it seems to have returned from the dead! You can easily reproduce on katex.org with: ```latex a \\ [b] ```
This is still an issue fyi. (I'm using iTerm2 and emacs editing style.) The fix for me was excluding the package in my spacemacs config, i.e.: ```lisp dotspacemacs-excluded-packages '( evil-terminal-cursor-changer...
I just tried this again (i.e. pulled the latest `develop` and removed the `dotspacemacs-excluded-packages` fix) and it seems like it's no longer an issue! @pathouse want to see if it's...
Well said! This has been my main frustration with Black ever since I started using it—once a list has become long enough for Black to make it multi-line, it will...
@YolCruz as far as I can tell, #1742 wasn't "solved", it was just closed as intended behavior. (And in my opinion the intended behavior is incorrect.)
@shilman here's a repo with a (excessively?) minimal reproduction https://github.com/hrldcpr/storybook-waterfall-bailing-error Run `npm install && npx start-storybook` and you should get the error. I think the particular locked package versions definitely...
Ah yeah good point, I think `yarn` fixes it because it ignores `package-lock.json` Similarly, `rm package-lock.json && npm install --legacy-peer-deps` also fixes it. Unfortunately, neither of these are easy options...
That `overrides` trick is very helpful, thanks! And it leads me to think that the issue is that both webpack 4 and 5 are in the project, for some reason…...