Sean Aye

Results 45 issues of Sean Aye

Calling `cursor.stream_ser::().try_collect()` is returning the following javascript error. ``` Failed to execute 'continue' on 'IDBCursor': The cursor is being iterated or has iterated past its end. InvalidStateError: Failed to execute...

Here is a reproduction test case for #52

size/M

Would it be possible to add decoding support for .dng images? The use case being processing files from a digital camera where proprietary files formats are often converted into dngs

topic: formats

Currently `httpmock` always compiles with the server enabled (there is no feature to enable/disable it) This prevents the crate from running with `wasm-bindgen-test` because the server uses a bunch of...

This PR aims to expose a way that allows plugin consumers to integrate the cookie store from http-client plugin with the websocket plugin. This is useful in the scenario that...