Slava Egorov

Results 443 comments of Slava Egorov

I don't think we can really help with this unless you provide some straightforward reproduction, e.g. extract the problematic code into a minimal project which could easily be run locally....

There is no reason to leave off-topic comments on this issue and spam people. We can't do much unless we have open-source reproduction of the problem.

@jonasfj nice detective work! makes sense. @scheglov in JavaScript bitwise operations are performed on 32-bit integers, but the rest of the arithmetic is performed on doubles. This means you can...

It is supported: ```dart void main() { print(1e2); // 100.0 print(1e-2); // 0.01 } ```

@alihassan143 do you want engineering notation for formatting? e.g. `toStringAsExponential` variant that just uses multiples of 3 exponents?

@alihassan143 yes, `toStringAsExponential` does not produce an engineering notation. That's why I asked if you are requesting an alternative to `toStringAsExponential` that would produce an engineering notation, i.e. you are...

The content is okay if it is updated. It's not just about updating the code - e.g. it should reflect that `SIMD.js` is abandoned, etc. That being said, `dart:typed_data` API...

See @a-siva's comment above. No concrete date for removal, yet. This issue will be updated when we actually start removing it. But I think we can already declare it _deprecated_...

@hongfeiyang are you opening the whole folder in VS Code? If yes - is this intentional, why not open a specific subfolder instead? /cc @jensjoha