wangkev

Results 21 comments of wangkev
trafficstars

I can understand why superset to subset could be problematic. On the other hand, I kind of feel like it should still work. At the very least, it does not...

Not that urgent. Supporting union type hints is more important for now.

Has there been any progress on this ticket?

I made a [repo](https://github.com/wangkev/poetry2nix_ipykernel_bug) to reproduce the error. Please let me know if this helps!

Copying the applications solved the issue for me too. I added the `-L` flag to follow symlinks too (this helped copy the `alacritty` app properly, for example).

I applied the mentioned patch https://github.com/LnL7/nix-darwin/issues/139#issuecomment-666771621, and can see `~/Applications` with the `.apps`. Spotlight and Launchpad still do not see the apps though. Is that expected? I'm on Catalina if...

+1 to adding this feature. Would be more consistent with pandas describe functionality.

I am also experiencing the same "Error displaying widget: model not found" error after reopening a notebook on 3.6.2.

+1 to have these features. Also to note that [this answer](https://stackoverflow.com/a/74753473) in this stackoverflow answer does not seem to do the right thing either for `np.busday_count`. ```python import polars as...

@zundertj Thanks for the suggestion! That's a good workaround until there is native support for business date operations.