Phillip Cloud
Phillip Cloud
@NickCrews Hit me up on Zulip when you're around!
AFAIK we are not doing anything special that would prevent these kinds of things from working. I regularly use the neovim equivalents of these features such as type hints and...
Oof, yeah. I guess we can also fix things and require a newer version, or go the compat route, which is annoying.
Is there a way we can support local data (pandas dataframes, polars dataframes, etc) that doesn't require a user to have volume writing permissions? Lots of useful features require memtables,...
There's always a route for the community to continue maintenance. I am happy to discuss details with anyone interested. I am not stopping maintenance myself, but I won't be working...
@jasonhernandez Thanks for the PR! I will try to give it a review this weekend or later this evening. It looks like the materialize test suite is timing out at...
I suspect this will break a lot of code if we change it, and we should look to see whether there's any existing consistency in `ibis.now()` timezone-y-ness across backends. If...
Happy to poke around here/ask the right people about multi-GPU runners.
Is the cast alone enough to cause the problem, or is the specific type that's being casted to (`Nullable(Bool)`) the problem?
It sounds like there are two problems here: 1. Introducing race conditions by default due to different default stream synchronization behavior between these two APIs 2. How best to enable...