Alex Miller
Alex Miller
Ah, I'm realizing my mistake. I tried to use the `print` function all by itself, outside of the `setup` function. Coming from Java Processing, I expected this to work, and...
Any update on this? Thanks!
Update: If I manually edit the `javadoc.options` file that the javadoc task produces and remove the list of source files at the bottom, then the following options work when I...
Anyone working on this?
I've been battling with this for a while, and it's messy. I see state stored in three separate places: 1. The CodeMirror object; 2. The `react-codemirror` React component (in the...
Here's a test case that demonstrates this failure-to-synchronize: https://jsfiddle.net/n1gz4hLn/1/ Watch out, this will crash your tab. When you try to type, you enter an infinite loop.
I took a stab at fixing this by removing the state from the CodeMirror React component. It's not perfect, but removes a lot of the code smell. #35
See the discussion at #5 I created a pull request to help fix this: #35
I submitted the PR which added the debouncing—it could have been misguided. I was having a nightmare with state synchronization, as described in #5. I wrote #35 to fix my...
I see. So all that's left to do is add lines like `implements npm.Package.Require` to client classes? I'm happy to create a PR to do that sometime this week. Or...