Dag Brattli

Results 190 comments of Dag Brattli

This becomes too much "magic" imo. 1. This is not the way things are normally done in Python 2. The operator `>>` means compose in F#, not pipe 3. Using...

Yes, I have been thinking about a pipe operator myself for some time. The F# pipe operator however have some problems with Python since we don't have currying and writing...

Hi, it was added there since I was unsure if it should be added as it is in the current form (or not) i.e naming. But I guess we could...

For this to work we would need a separate `effect.async_result`.

Looks very nice. Could we perhaps subclass Block to avoid so much code duplication? E.g by using the new `Self` type in `block.py` so functions return `NonEmptyBlock` instead of `Block`?

I cannot reproduce so it would be great with a minimal repro. I also cannot make that example fail @MangelMaxime. Does it fail on your machine? This might be related...

Hi @matiboy. I didn't see your PR before I fixed the `change` bug. But it looks like you have found another bug as well. Anyways, I would like to keep...

The description of this PR is empty. Please add Why and How. Links are good, but the PR should explain exactly what is being done and why.

@klofberg Since you are changing `FSharp2Fable.Utils.fs` this PR affects all targets. The code generation for Python looks worse after this fix, so I don't think I would like to have...