Jakob Gerhard Martinussen

Results 14 comments of Jakob Gerhard Martinussen

> @nikitavoloboev A bit confused how I would use this variable in the command invocation. Can you give an example? I just tested out this feature, here is what I...

I had the same issue, and it was resolved by just running the install script (of this repo) again. ## EDIT1: I also did: ``` boot2docker init boot2docker up ```...

I have created a PR for tasks 1-3 as outlined above here: https://github.com/pola-rs/polars/pull/2859

I have read the CLA Document and I hereby sign the CLA

We are experiencing the same issue, being stuck on `pyright==1.1.323` since `AnyModel.objects` has inferred type `BaseManager[AnyModel]` instead of `OurCustomAnyModelManager` on versions `pyright>= 1.1.324` for both `django-types==0.17.0` _and_ `django_types==0.18.0`. EDIT: Just...

This is rather simple to do by using `polars.Expr.fill_null()` ☺️ ```py df = pl.DataFrame([["a", "b", "c"], [None, "d", "e"]]) df.select(pl.concat_str(pl.col("*").fill_null(""))) ``` It is better that the user has to explicitly...

I just wanted to chime in and say that this is something I too am really interested in! It would be a cool way to use schema for user configuration...

I would really apreciate that, as I have my hands full on the other blockers at the moment :grin: The AUR is probably a good starting point, but I think...

We could alse add both of our PGP keys, so that both of us can publish new versions. I have already set up Travis-CI to automatically publish to PyPI when...

I will close this issue if the AUR package "astrality-git" works for you too, @sshashank124.