Nick Crews
Nick Crews
The logic that detects the name of the added db name is moderately complicated. I THINK I think it's worth it, but I'd be open to removing it, and making...
@cpcloud would you want to hop on a zulip live chat to work through this? There are just a few semantics I can walk you through my thought process, might...
Are you familiar at all with what we would need to do for vscode to pick up on this stuff? Like we have docstrings and often have type hints, what...
Thanks @ajmarks, that is the sort of specific improvement we can make. I opened https://github.com/ibis-project/ibis/pull/11771 to fix that.
I am happy to help shepherd work along, but I have found in the past that often when I author PRs, @cpcloud has great feedback on things that I had...
That sounds like the state doesn't survive a page refresh. would it be possible to instead make it so that I could include some cache key (for my use case,...
That suggestion works pretty well in the meantime! See https://github.com/NickCrews/mkdocs-jupyterlite/commit/7758f3d9fa238569552b07f6eba41b03ed21059f
Brilliant, I'll take a look at that! If I don't comment back here with the outcome, feel free to close this out whenever you are cleaning out issues :)
I think I would probably be interested in maintaining it for my own needs (eg keeping the existing features working as dependencies etc update, embedding an entire notebook as-is on...
This is effectively adding a Protocol to ibis, where anything that has a `.__dtype__` attribute, ibis will prefer to get the datatype from that attribute. I think this is in...