Ahmed Al Hafoudh

Results 11 issues of Ahmed Al Hafoudh

Hi, I have found out, that UTF-8 string parsing is not working correctly. Sample input: ``` {"winstrom":{"widget":[{"name":"John Ďoe","age":"3.14"}]}} ``` I get this: ``` {"winstrom"=>{"widget"=>[{"name"=>"John Ďoe", " age"=>" 3.14"}]}} ^ ^...

The slide out animation freezes at the last stage and waits for the underlying scroll view to finish its scroll animation.

What about performing HEAD request instead of GET request?

kippo:~# ping 555.555.555.555 PING 555.555.555.555 (555.555.555.555) 56(84) bytes of data. 64 bytes from 555.555.555.555 (555.555.555.555): icmp_seq=1 ttl=50 time=41.0 ms 64 bytes from 555.555.555.555 (555.555.555.555): icmp_seq=2 ttl=50 time=42.0 ms 64 bytes...

As far as I checked the source, `flutter_downloader` does not have option to exclude files from backup. I have an app that downloads big movies for offline viewing. They are...

Hi, is it possible to navigate between script editor tabs using keyboard?

When page content is updated via `turbo`, `Polaris::SelectComponent` is not updating it's `selectedOption` target's `innerText`. The `selectedOption` target's `innerText` is updated only on `connect()` or `change`. Here: https://github.com/baoagency/polaris_view_components/blob/main/app/assets/javascripts/polaris_view_components/select_controller.js#L3

Is it possible to map directory for WASI instance? I did not find any reference to this. I need equivalent of `wasmtime run app.wasm --mapdir /guest::/host ...`