Ömer Sinan Ağacan

Results 317 comments of Ömer Sinan Ağacan

Just an update: I spent some time trying to debug this but it turned out to be a bit more involved. The code shown above is not used to draw...

This is probably an IRC color code to show the "Tube" part in red background, similar to the old logos here: https://logos-world.net/youtube-logo/ (scroll to "Meaning and History"). It looks like...

@znschaffer could you try #435 and let me know if it fixes the issue?

That's better, but it still doesn't look right. The part after "Tube" looks bold now. Is this expected? Is it how it looks like in other clients?

I've updated `stack_trace` to parse Wasm frames in Chrome, Firefox, Safari. No changes needed in this package as there's nothing Wasm specific in mapping frame lines and columns to sources....

> Does chrome support coverage for wasm? They didn't previously. ~~I'm not sure. I've asked this to the relevant team in chat. I'll update.~~ ~~I've confirmed manually that Chrome currently...

@konsultaner I've reached out to the relevant team to get the Chromium issue triaged, but they seem to be away until the 18th. I will update when I hear back...

@konsultaner see https://g-issues.chromium.org/issues/354020953#comment4. It looks like Chrome won't be supporting coverage for Wasm code any time soon. I briefly looked at coverage handling of this package and there doesn't seem...

Is the notion link private? It redirects me to my notion home page.

We don't use `call.without.effects` in dart2wasm yet but we want to use it. Adding hints for "pure" and "idempotent" (instead of importing per-function-type wasm-opt primitives) has some advantages for us:...