Results 114 comments of Greg Werbin

Perhaps JavaScript is problematic because it's not easy to embed, and its runtimes are generally quite "heavy", even though grammars use only a small subset of their features. Whereas something...

If it's any help, here's something I threw together that seems to work in my current project: ```python import traceback from collections.abc import Callable from types import TracebackType from typing...

Thanks @till-m and @nalepae! Happy to make a PR. I'll be busy for the next week followed by a short vacation, so I'll set a reminder for myself to look...

I realized this was a very small change, so I went ahead and created https://github.com/nalepae/pandarallel/pull/232

> @AZippelius I think "a real pain" is exagerating a bit, but if you're really hindered by this you can use [the gist I linked to earlier](https://gist.github.com/ba-tno/0c353b58b4eb8c4430e8aad9bd3a3402) to work around...

By default, the REPL window is a normal window, and the REPL buffer is just a standard Terminal buffer (`set buftype=terminal`). The REPL window is created with `set winfixwidth winfixheight`....

I just ran into this again trying to update from `488014` to `f50d4d`. When I manually run `git pull`, I get `fatal: refusing to merge unrelated histories`. My local history...

> If you're using a smart editor or language server, it should take little or no effort to duplicate the signature when overriding a method A plain-text copy of another...

@rktjmp as I mentioned in the discussion thread, I ended up fixing my particular issue. That said, I think there's a case to be made for additional verbose logging of...

Any advice would be appreciated. Is there a video out there that demonstrates what datashading recalculation on zoom should look like?