Erik Demaine

Results 343 comments of Erik Demaine

The error message says it happens in the `aldeed:collection2` package. Presumably a test of compatibility with that package?

I just ran into this. As far as I can tell, the color can be configured in `pagetemplate.ini` but not in the saved files from "Configure Page Template" (though it's...

Exciting progress! I just gave this a try, using an Android phone with stylus support (Note 8) on a Windows 10 machine, using Windows Journal, Photoshop, and [my own web...

Looks great! Here's a Note 8 controlling a Windows 10 machine running Cocreate: ![image](https://user-images.githubusercontent.com/2218736/144124383-2e095efb-c99a-4551-88ac-9f67ddb62643.png)

Regarding Node tests: did you try running Node with tue `browser` condition, via `node -C browser`? What error are you getting? Feel free to come ask questions in the Solid...

You can't call `Model.doAction` within `render` because `render` does not allow side effects. But you can call during `componentDidMount` or `componentDidUpdate` or any other method that allows side-effects.

This is pretty easy to do now by adding custom buttons within the `onRenderTabSet` helper. [Here's some sample code](https://github.com/edemaine/comingle/blob/726d42e975307beb5281fddbf576591c36c1022d/client/Room.coffee#L365-L384). It could still be interesting to add as a feature, but...

@pasho Ah, fair point, that would be a nicer placement.

If you `import FlexLayout from 'flexlayout-react/src/index` then you should get the types defined automatically, because FlexLayout is written in TypeScript.

Sorry, got it. That does seem like it would be a useful addition! Maybe you should write a PR adding them to the source?