Eric Xanderson

Results 31 comments of Eric Xanderson

check out: Name: Node.js Notebooks (REPL) Id: donjayamanne.typescript-notebook Description: Iterative & interactive programming for Node.js in JavaScript/TypeScript (REPL), with great support for Tensorflow.js, debugging, & more.. Version: 2.0.6 Publisher: Don...

Got the same error. Added this to the code to bypass it. ``` elif code == 'L' or code == 'Z' or code == 'S': ```

ask and you shall receive https://github.com/jwass/mplleaflet/pull/51

@grantcarthew I used the rethinkdb-changefeed-reconnect almost immediately since the connections can be flaky. I'd consider it a necessary dependency.

This is the code I had when I inquired about broadcasting queues: ``` var processChangefeed = require('rethinkdb-changefeed-reconnect') ... const queueChangeFeedWatcher = (name, q, queueHandler, vm) => { // wait for...

showing interest here. commented on the #19

also interested here. Would be useful to piggyback on other libraries which integrate simple-peer such as https://github.com/yjs/y-webrtc

@davestewart https://github.com/disarticulate/quasar-base I installed vuex-pathify the way that was recommended in the docs at one point, and has been smooth sailing through several iterations. It still appears to be working...

since we're posting hotfixs. I've got a Vue app in Quasar 2. Before the Vue app is initialized: ``` import * as L from "leaflet/dist/leaflet-src.esm.js" globalThis.L = L ``` in...

@gtanguay may not be obvious to some: ``` npm install exports-loader --save-dependency ```