ragamufin
ragamufin
Thanks @gle6s that worked for me. Any chance this fix or something like it could end up in the core code?
If you want the tab to do a tab instead of a space change it to: `document.replaceRange("\t", pos);`
hmm.. if you have multiple lines selected and click tab, it will only tab over the first line.
take a look at this thread: https://twitter.com/geekykaran/status/1082218546799755266 and the gist for `babel.config.js` to override which plugins are used: https://gist.github.com/karanjthakkar/3241808022a75d8068f35a33b57e90c5
Also having this problem. Everything works for a while and with verbose true I can see `'sending' > {method: 'ping'}` and then `'onMessage' > {id: 0, code: 0, msg: 'PONG'}`...
@pcriadoperez In my case I was able to narrow down the errors to `watchBalance` which is the only websocket method I use. The code could run for a day with...
In my case this was happening with `watchBalance()`. It would happen sporadically giving the error `timed out due to a ping-pong keepalive missing on time` stopping my code from continuing....
Yes, if it's in a loop as in the example. In the `catch` block you can do whatever you need to do in order to handle other things that might...
I am also having this issue. My ng-enter animations are hit or miss depending on the element when it comes to Safari. Everything works ok in Chrome. ng-prepare didn't affect...
Thanks for responding. I didn't know about redis-hq. The jugglingdb page doesn't seem to mention it at all. I just took a look at it now and the setup at...