Jakub Kopańko

Results 3 issues of Jakub Kopańko

Hello, I'm trying to make speakingurl remove ```$``` from strings instead of replacing it with ```usd```. Options.symbols doesn't seem to change anything. ```javascript speakingurl("test 123 $123", { symbols: false });...

bug

Hi, do you plan do add support for handling the typing indicator? That would come in really, really handy.

enhancement
good first issue

Messenger delivers information on who's currently typing over WebSocket regardless of whether you're in that conversation or not. Currently I get this information using Puppeteer and its `client.on('Network.webSocketFrameReceived', (...) `...