ryanheise

Results 1670 comments of ryanheise

I've filed a bug on Flutter: https://github.com/flutter/flutter/issues/139125 .

https://github.com/dart-lang/web/issues/124

Implementing a workaround mentioned in the issue linked above, I have created an implementation to test here: #1136 .

@renefloor Have you had a chance to test #1136 ? I've tested the implementation on regular web and it works. However, I did not personally do any testing on wasm,...

As you can see above, I've implemented it, and am just waiting for confirmation from someone whether it works for WASM. If you're willing to test it, please let me...

FYI I received this from Apple this morning: > Hello: > > This message is intended for Ryan Heise > > I lead the Creative Pro Partnership Management team in...

I've found that adding some combination of superfluous languages into the language detector can randomly get it to work. In my case, adding French and German helped it to better...

@juntaosun That looks interesting. Have you also considered implementing your algorithm on top of lingua? By the way, you might want to update your example to use "." at the...