Steven DeMartini
Steven DeMartini
Assuming I understand the above, it seems the current Ruff behavior here is still not quite desirable. Per the python official docs [here](https://docs.python.org/3/library/typing.html#typing.TypedDict): > The functional syntax should also be...
Yes absolutely, thanks for the quick help! Here's an issue https://github.com/charliermarsh/ruff/issues/3147. Your speed on GitHub rivals the speed of Ruff itself haha
JupyterLab v3 has reached "end of maintenance" as of 2.5 months ago (May 15, 2024): https://blog.jupyter.org/jupyterlab-3-end-of-maintenance-879778927db2 So ideally plotly (and `jupyterlab-plotly`) should be updated to have explicit support for the...
This is a duplicate of https://github.com/ueberdosis/tiptap/issues/4311
@bdbch and @nperez0111 Thanks for following up on this! I've changed the target branch to `main`, and rebased and handled some conflicts. I tested this branch's updated version locally against...
As mentioned in https://github.com/conda/conda-lock/pull/516#issuecomment-2059418711, this would be useful not just for development dependencies, but it would be super useful in general to be able to update an existing env to...
Does anyone have any updates on workarounds or progress toward fixes for this issue? Converting datetimes to ints didn't solve the problem for me (I still run into `Supplied Image...
Now that 2.0 has been released and out for a while, is there any possibility this will be looked into again? Attempting to adopt Param/Panel in a project I'm using...
Hi folks, I recently released a package `mui-tiptap` https://github.com/sjdemartini/mui-tiptap, which aims to offer what's been requested/described above, with "option 1" of Olivier's comment. (It's somewhat similar in nature to mantine's...
I've just tested this on a project (with a forked version against latest master), and it's fantastic. Trying to support optimized annotations "by hand" without these additions is incredibly tough....