Cristian Spiescu
Cristian Spiescu
I'd like to add a "+1" to this question. I'm a Java / JS guy, and don't know Go. I found for JS https://github.com/railsbob/minecraft-wss which is sort of a proof...
I tested on Windows + Firefox. Seem to work OK.
AFAIK JavaScript cannot access the clipboard in "read" mode. It would be a security issue. Imagine you just copied some password or credit card number. A JS script in a...
Cf. this [react doc](https://reactjs.org/docs/integrating-with-other-libraries.html#embedding-react-in-a-backbone-view), shouldn't there be an "opposite" action of `ReactDOM.render()`? I.e. call `ReactDOM.unmountComponentAtNode()` when the cell is disposed, so that some cleanup is done? It's normal that `Link`...
I have created an implementation using portals in [this gist](https://gist.github.com/cristian-spiescu/30b0781745066db3e27a10198f788228). It's a Storybook pages. I'm using `semantic-ui-react` in my project, so a copy/paste of the file may need adapting. I...
I'd like to spend a few moments to try to look into this issue. Could anyone share some pointers? Were there similar things in the past? Being an infinite loop,...
A colleague of mine spent a few moments. We didn't find a solid lead. We suspend this for the moment. She'll share below her findings.
In my opinion it's a design flow. Not a small issue. We changed to [react-markdown](https://github.com/remarkjs/react-markdown). Seems to be a very solid component.
I have 2 projects pretty similar. However, on one it works, and on another one it doesn't work. A particularity is that i have a `.mocharc.js` in the "main" project...
I'm attaching my setup. I have: * `my-project/.mocharc.js` which calls: * `.../.mocharc1.js` (which is in a linked location); which calls it's neighbour: * `.../.mocharc2.js` Our intention was to have a...