Ben Epstein

Results 38 issues of 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() ```...

enhancement
good first issue

## Expected Behavior `solara.component` resolves and has proper autocomplete ## Current Behavior Typing and autocomplete cannot find `solara.component` ![image](https://github.com/user-attachments/assets/9469e40a-a8e3-4312-a7e4-fc53561eaa66) ![image](https://github.com/user-attachments/assets/7434023b-0d7c-47ba-8aef-31fc0022868c) ## 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...

bug

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...

Improvement

### 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...

under review

### 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...

enhancement