Marco Edward Gorelli

Results 157 issues of Marco Edward Gorelli

cc @tgross35 have you found a version for which all tests pass? I've tried 3.8.0 but get quite a few failures: ``` FAILED tests/test_precisely.py::test_checker[11] - assert ('test_precis...'tokens': 55}) == ('test_precis...'tok......

It reached end-of-file a while ago

##### SUMMARY Fixes #83434 Fixes #83435 Update the `file` module to return a list of diffs when recursively setting file attributes and recursively creating parent directories. ##### ISSUE TYPE -...

module
stale_ci
bug
has_issue

a few bits still need thinking over

Clean

This was originally reported here: https://github.com/pola-rs/polars/issues/17167 To reproduce: ```rust [package] name = "scratch" version = "0.1.0" edition = "2021" [dependencies] chrono = "0.4.38" ``` `src/main.rs` ```rust use chrono::NaiveDateTime; fn main()...

Suggested in https://github.com/vega/altair/issues/3445#issuecomment-2194585068 closes #3456 closes #3445 ## Demo ### Polars can work without PyArrow nor pandas installed (EDIT: and without NumPy either!): ![Screenshot 2024-06-30 153556](https://github.com/vega/altair/assets/33491632/bf77a6f1-75bb-4ecc-9319-fe81515efbad) ### Pyarrow table is...

### What is your suggestion? Currently, PyArrow is required by Altair for Polars support. I think it shouldn't be too hard to remove it, given that Polars implements the dataframe...

enhancement