acowlikeobject

Results 9 comments of acowlikeobject

At our (my) company, we recently moved our "domain-heavy" code from Python to F#. Overall, we've been very happy with our decision. But, for a language whose selling points are...

Enforcing a private constructor on the entire type (but leaving the ability to destruct public) with a `private new` and `internal new` would already be incredibly useful. Member-level access control...

> @acowlikeobject Yes, in theory. What syntax? And would it be per-union-case or not? Per-union-case construction is the capability logicall corresponding to the `New*` static methods. @dsyme I'd vote for...

Another bump. Running into this issue as well with circular references that have reverse_delete_rules.

> .collect(projection_pushdown=False) @aut0clave @cmdlineluser Your intuition was correct. `collect`after the `concat` works fine in `0.20.16` (throws an error in `0.20.18`). In `0.20.18`, `.collect(projection_pushdown=False)` works fine.

> @acowlikeobject Did you use `struct.field` or `struct[xxx]`? @reswqa I didn't use structs at all in the construction of these dataframes.

@ritchie46 Sadly, I'm not likely going to have time in the next few days. I'm happy to close this out, and maybe it'll get resolved when one of the related...

I have the same issues. Running `Xubuntu 19.10` with kernel `5.3.0-24`. Installed by cloning the repo and `sudo make clean install`. When I run just `gllock`, I just get that...