Dag Brattli
Dag Brattli
@traylenator Please try to rebase now. The build should be fixed again.
I think we need to consider deprecating Pythobn 3.8 as well. I see it's giving problems for this PR. I'll have a look at it this weekend.
I'm in favor of better documentation 🥰 However, there are some things about this PR that worries me: 1. Having JS specific examples will be confusing and feel wrong for...
For Python code should be for formatted and styled according to [PEP-8](https://peps.python.org/pep-0008/#naming-conventions). This means that only types are CapitalizedWords, and almost anything else is lower_case_with_underscores. This is important for Python...
Yes, I for anonymous records I agree that we should not do any conversion of the names. Both this and the KeyError is easy to fix. For Records I'm still...
One problem I see with any translation of field names for Records is reflection info. It's quite hard to generate code that preserves .NET semantics in Python and we easily...
Aha, of course, that would solve the problem. Thank you so much for unblocking me on this one @MangelMaxime 😊 The other crux I ran into btw was type testing...
Hey, thanks for the issue. This is unfortunately not that easy to fix. The Python version is actually doing the same thing as the JS version. The JS version also...
Hi. The operator you are looking for is called `collect`.