Maximilian Roos
Maximilian Roos
Thanks for kicking this off @Illviljan . My concern with this is that adding the `_cache` nullifies the benefits of slots. @keewis do you have any thoughts? It also sounds...
Resurrecting this, as discussed on the dev call. Could we replace the pandas decorator with the one from the standard library? That may require adding `__dict__` as a slot. Then...
Thanks @philippemiron . My guess is that this is an issue with an underlying library, since xarray doesn't generally do these operations in its code. Do you know if there...
I tried reproducing on an M1 Mac, but my install of python seems to report that it's on an x86_64 (`version='Darwin Kernel Version 21.0.1: Tue Sep 14 20:56:24 PDT 2021...
I sorted out my M1 python installation and can reproduce: ``` In [21]: ds_r.time Out[21]: array(['2022-01-01T00:00:00.000000000', '2022-01-02T00:00:00.000000000', '2022-01-03T00:00:00.000000000', '2022-01-04T00:00:00.000000000', '2022-01-01T00:00:00.000000000', '2022-01-06T00:00:00.000000000', # Note the first value on this line! '2022-01-07T00:00:00.000000000',...
If anyone else is hitting this, I found that: - `dtolnay/rust-toolchain` was good but doesn't support `rust-toolchain.toml` files yet (mentioned in https://github.com/dtolnay/rust-toolchain/issues/29) - If you are using `rust-toolchain.toml` files, you...
For sure — I put the first 100K lines here: https://gist.github.com/max-sixty/7827abecb1be1b288f5f1c63ade718d3 The full 300K lines weren't accepted by a gist, and crashed browser with pastebin. But lmk if you want...
I'm getting something similar: ``` receiving msg from SplitApplyCombine depwarn (Ptr{Nothing} @0x00000001750c955f, :getproperty) use values(kwargs) and keys(kwargs) instead of kwargs.data and kwargs.itr Warn 125 /Users/maximi lian/.julia/packages/SplitApplyCombine/ulZAx/src/group.jl ``` Though the issue...
Agree — would it be reasonable to have the suggested entry at https://github.com/myint/autoflake/pull/62#issue-552588261 be the default?
OK, given how niche this is, and how prickly the build issues with linking to Python are (despite great work from PyO3!) — it may not be worth exploring more....