René Verheij
René Verheij
+1 yes still unresolved ... defenitly need labels, and I'm getting the same error "Uncaught TypeError: Object # has no method 'labelise' " ``` var chart = r.barchart(10, 10, 550,...
bump.. when will the fix in the master be released as a new version on npm? @ctrlplusb
Same issue here,plugin should wait for process to finish if possible. It's causing a compile loop for me because the pre-build process emits input for the actual webpack compilation _after_...
Same issue here, any guidance on how to make this work for streams on the backend would be appreciated
I see there is a 'forceNew' property in the socket.io js client. Is there something similar for elephant.io?
I've gotten this to work "without" browserify, by first using browserify to make a bundle.js file that only exports React and ReactTypescript by appending them to window. It's a bit...
hey @antongorodezkiy this is exactly what I was looking for. Im trying to get this library to work with socket.io-redis. What would you fill in for uid in the options?...
bump, anyone please? We want to use this in a production setup asap because elephant.io isnt working properly.
Yes, looks like it. Typescript supports "template literal strings" from version 4.1 I've tried downgrading @types/n3 to "1.10.0", [which is the last version tagged with typescript 3](https://www.npmjs.com/package/@types/n3/v/1.10.3) and then ran...
well spotted, got it to work now with a few other changes, submitted a PR