Stian Håklev
Stian Håklev
I tried the recipe here, and it seems to work -although still needs quite a bit of fiddling to get it to work right. https://stackoverflow.com/questions/16301625/rotated-elements-in-css-that-affect-their-parents-height-correctly
@AbhinavThukral97 Status?
There seems to be something weird going on, maybe related to data coordination. I had two students open, and several LIs, then I deleted a newly added LI, and suddenly...
If you delete a LI, and undo, it will spin. Somehow the LI ID becomes '[object Object]'
This is my latest commit commit 48a40f20447a432bd1901686f3dcfb78618e2b86 (HEAD -> quill-embed-react-comp, origin/quill-embed-react-comp) See video https://www.dropbox.com/s/wbpjrjlziyz4flq/LI%20reloading.mov?dl=0
Fixing this
Possibility: https://medium.com/@currankelleher/codemirror-6-experiments-a3930bf03781 ```js import React, { Component } from 'react' import ShareDBCodeMirrorBinding from 'codemirror-binding' export default class CodeMirrorBinding extends Component { componentDidMount () { if (process.browser) { const { doc,...
Brilliant, good point. Since I'm only using it for ruby, I simple search and replaced .html with .md, and removed the line in write_html, and now it works swimmingly. Someone...
Doesn't work for me either, crashes on first run, removing cljs does not help.
Same problem, I tried a manual make in deps as well, it worked well and generated an `so`, but not `dylib`... This package seems abandoned, last commit 5 months ago?...