Ben Epstein
Ben Epstein
perfect naming opportunity :)
This directly addresses https://github.com/vaexio/vaex/issues/2335 And is directly the fix for https://issues.apache.org/jira/browse/ARROW-9773 (which is now https://github.com/apache/arrow/issues/33049) I believe fixing all of the `.take`s to `.slice` would also fix https://github.com/vaexio/vaex/issues/2334 because `.take`...
Often times you want a scrollable text area for markdown, text, sql, code, anything really. You should be able to do something like ``` with sl.Scrollable(max_height="500px"): sl.Markdown("## Hi") sl.Markdown() ```...
## Expected Behavior `solara.component` resolves and has proper autocomplete ## Current Behavior Typing and autocomplete cannot find `solara.component`   ## Steps to Reproduce the Problem import solara, try to...
### Your current environment The output of `python collect_env.py` ```text collectcng environment information... PyTorch version: 2.6.0+cu124 Is debug build: False CUDA used to build PyTorch: 12.4 ROCM used to build...
I'm trying to use the [synchronized CI/CD workflow](https://sqlmesh.readthedocs.io/en/stable/integrations/github/#synchronized-production-code-and-data-configuration) but i'm running into 1 specific issue. I'd like to enforce that the Prod Environment Synced check is passing before merge. I...
### What happens? Thanks for the ducklake project! I'm incredibly excited and bullish about it, and have been trying to use it actively in my stack. I've been running a...
### Describe the current behavior Currently, `entrypoint` needs to be a path that is relative to the root of your github directory. _At the same time_, it needs to be...