Johan LAJILI

Results 3 issues of Johan LAJILI

Hi, great project. In my app, I have a different UI to create a card, which opens a modal, as so: ![image](https://user-images.githubusercontent.com/1099219/81502715-706c6f80-92d7-11ea-9fea-bf2e723a17ad.png) My initial implementation for that was to use...

Hi, I have a unit test that is something along the line of ``` it('retries to connect to the websocket connection after 5 seconds on error'){ await server.connected server.error(); await...

enhancement

Hi everyone, I've used this package in Bun (where it is used as part of the `crypto` module) and in Deno (importing it manually with npm:create-hmac). Through using it and...