Erik Demaine

Results 428 issues of Erik Demaine

Fixes https://github.com/solidjs/solid/issues/1101 by making `` (and `` behave like `` and `` i.e. HTML Boolean attributes. It would be good to add tests for this... but I could use help...

Inspired by @fabiospampinato's https://github.com/ryansolid/dom-expressions/issues/96#issuecomment-1179727981, here are some ideas for solving some current issues with `ref`: ## Multiple `ref`s on a common element Currently it's annoying to "merge" two `ref`s together...

I was reviewing https://github.com/solidjs/solid-docs/commit/4850acf52752db5ebe28e05f593567339d0b0c83 but don't understand the code well enough to read it, so I just tested it. Bug: `` seems to compile to `_el$2.classList.toggle("foo", undefined);`, which is the...

- [x] Search over message titles/body. `title:...` and `body:...` for specific search. - [ ] Search over history (even for a single message, as something that comes up in History...

enhancement

I conjecture that we'll get substantially better performance by rewriting all templates in React. Worth testing in a minimal setting (probably the `message` template which has the most performance issues,...

speed

Following on #487, the new plan is to rewrite (parts of) Coauthor into SolidJS, which is faster (especially in reactivity), less JavaScript, and cleaner code, while looking similar to React....

speed

https://blog.meteor.com/putting-your-app-on-a-diet-with-meteor-1-5s-bundle-visualizer-6845b685a119 https://blog.meteor.com/announcing-meteor-1-5-1-b65ecddf955b ~~(requires upgrading to Meteor 1.5, which we should do anyway)~~ `meteor --extra-packages bundle-visualizer --production` - [x] Avoid use of both `codemirror`(`/lib/codemirror.js`) [requires modifying `sharejs-codemirror`] and `codemirror/src` (~~needed for...

speed

It would be nice to make it easier to make a link like `[Title of Post](coauthor:...)`. Some ideas: 1. In editor, right/shift/something click on `coauthor:...` link (related to #521) 2....

- [x] Clicking on a message title should scroll the table of contents to that message. I think this makes sense in a symmetric fashion to clicking on TOC. -...

`/since` view seems to sort threads alphabetically. It should at least match the default group sort, and possibly match the sort you were viewing before. This is more obvious now...