Alex Miller

Results 8 comments of 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...

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