Gerrit Egnew
Gerrit Egnew
Any update on this? Also curious
Any timeline for when this might be available?
Hi, sorry to necropost a bit here, but I recently had an issue where a redeployment of our Airflow service caused a DAG to hang. A redeployment (via terraform on...
This works for the mixin as well: ```python class Mixin(DataClassJsonMixin): dataclass_json_config = dataclasses_json.config( # type: ignore letter_case=dataclasses_json.LetterCase.CAMEL, # type: ignore undefined=dataclasses_json.Undefined.EXCLUDE, exclude=lambda f: f is None # type: ignore )["dataclasses_json"]...
this would be so nice to have!
It would be nice to allow i.e. alphabetical ordering of buftabs :+1:
I actually have the problem that `non_us_backslash` prints `§`, but `grave_accent_and_tilde` prints a `. Unfortunately, I _still_ have no idea how to print a "
Anyone do anything with this?
another bump for this to get merged
I was having this issue, and when I ran :UpdateRemotePlugins, I was getting "not found" errors for jupyter-client and pudb. Solved by installing both with `pip`, and everything seems to...