sobolevn

Results 1343 comments of sobolevn

Thanks for the quick feedback! It is totally reasonable. I was not asking for any of these actions from you, just letting you know: `isort` is very popular and it...

What is the reason not to do that? We (even I) don't know anything about Python4, it is safe to assume that it will break quite some things.

I started looking at this issue, here's what I found. First, I saw @lpil's feedback in https://github.com/gleam-lang/gleam/pull/2526#discussion_r1443994440 I added `println!("{:#?}", fun);` between these two lines: https://github.com/gleam-lang/gleam/blob/3128e3bfaf84d9986aacf8d4a784ad6fe9df8c6f/compiler-core/src/type_/expression.rs#L2857-L2858 And wrote these tests:...

Interesting, in case of `fn(x) { x.0 }(z)` function `fun` actually changes the type after https://github.com/gleam-lang/gleam/blob/3128e3bfaf84d9986aacf8d4a784ad6fe9df8c6f/compiler-core/src/type_/expression.rs#L2857 call Before: ``` typ: Fn { args: [ Var { type_: RefCell { value:...

Now when https://github.com/gleam-lang/gleam/pull/3460 is merged, I will work on pipes.

Hi! Yes, I have plans for it. But, since I don't use TS right now that frequently - I don't feel this pain :) Any help is appreciated. I can...

It is a really good idea, right now this affects our project as well, for example: we have to use the lowest value. PRs are welcome!

Yes, I agree that this is a good idea. Current syntax is too counter-intuitive.