Slava Egorov

Results 443 comments of Slava Egorov

Any news @dsame? Would be nice to land https://github.com/actions/stale/pull/1084 if possible.

> Hello @ov7a, to know the labels of the issue, it has to be fetched first. This is the limitation of GitHub REST API used by stale action. I don't...

I made a PR: https://github.com/actions/stale/pull/1084

> why there is no one take care of http2 Pull Requests are welcome.

I think it is related (duplicate of #88). I think with `inline class` we could even consider going all in and making `Int64` an unboxed value. It's going to be...

I think it would be great to find a way to make fixnum both portable and performant. It's also causing some performance issues and bloat in the protobuf's. I have...

@rakudrama https://github.com/dart-lang/sdk/issues/44175 has example of code that needs reasonable `Int64` performance. That being said I agree that I have never seen this problem internally so far.

> Grouping the tests into a single compile also means that no tests can run if a single test fails to compile, which could be very annoying during development of...