Jeffrey Esquivel S.
Jeffrey Esquivel S.
Hi! I'm also interested in being able to use [Encoder](https://docs.rs/tokio-codec/0.1.0/tokio_codec/trait.Encoder.html) and [Decoder](https://docs.rs/tokio-codec/0.1.0/tokio_codec/trait.Decoder.html) (they seem to have been moved to the `tokio-codec` crate now) to be able to convert to/from WebSocket's...
@application-developer-DA thanks for your response! I didn't quite understand the last part (i.e. how it could be implemented in the current state), if you have any examples of projects that...
>I mean you could split the WebSocketStream into 2 parts (sending and receiving part) and use them the same way you would use Framed, i.e. reading incoming messages from Stream...
Hi, I have updated [Google's example pin extension](https://developer.chrome.com/extensions/samples#keyboard-pin) to use the polyfill (it's [here](https://github.com/jeffesquivels/webextensions-examples/tree/master/pin)), but I'm not sure if this one would work, given that it may be too simple...
@kumar303 I did a little bit of research and it seems that a derivative work of BSD-licensed code can indeed have a different license, as suggested [here](https://developer.mozilla.org/en-US/docs/User:Mossop/Licensing/BSD), I think I...
@kumar303 I just created the PR (didn't want to send it before checking with you guys, but I'm thinking the PR is a better place to keep the conversation going...
@wbamberg he he, you're right, that makes a lot of sense (converting one of the examples in this repo), I'll work on that and send a different PR for it,...
Closing this issue as it seems stale. @ralyodio please feel free to reopen it if you need to add more information.
I'm closing this stalled issue, but please feel free to reopen it if you still want to build this utility :-)
Closing this stale issue. For anyone experiencing this in the future, the fix is to update your system to WSL2, see https://github.com/Venemo/node-lmdb/issues/161#issuecomment-1118480146.