Professor in computer science at MIT. Specialist in algorithms and data structures.
-
Massachusetts Institute of Technology
- Cambridge, Massachusetts, USA
- https://erikdemaine.org/
Highlights
- Pro
- 36 discussions answered
Block or Report
Block or report edemaine
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
2,133 contributions in the last year
Contribution activity
May 2022
Created 84 commits in 15 repositories
Created 4 repositories
- edemaine/solid-dsl
- edemaine/svg2pdf.js TypeScript
- edemaine/grapesjs JavaScript
- edemaine/solid-playground TypeScript
Created a pull request in solidjs/solid-playground that received 8 comments
Change default TypeScript behavior to strict: true (fix #41)
This PR enables strict: true diagnostic errors from TypeScript (only when the "Display Errors" checkbox is checked), as requested in #41. Example:
B…
+2
−1
•
8
comments
Opened 8 other pull requests in 7 repositories
artf/grapesjs
2
merged
solidjs/solid-site
1
merged
solidjs/solid-playground
1
merged
solidjs-community/solid-dsl
1
merged
solidjs/solid-docs
1
open
yWorks/svg2pdf.js
1
open
mdn/content
1
merged
Reviewed 13 pull requests in 5 repositories
KaTeX/KaTeX
6 pull requests
- docs: Add snip to the users list
- docs: update support_table.md to reflect the fact that \leftarrowtail is supported
- fix(copy-tex): Use JS (instead of CSS) to select full equation, solving display glitches
- Fix: Avoid crash when \ce{} is empty
- feat: Support Unicode (sub|super)script characters
- stlye: improve links (http -> https)
solidjs/solid-site
3 pull requests
solidjs/solid-docs
2 pull requests
meteor/react-packages
1 pull request
solidjs-community/solid-primitives
1 pull request
Created an issue in solidjs/solid that received 9 comments
Proposal: classList casts values to Boolean
Proposal
Currently, classList={{foo: foo(), bar: bar()}} compiles to
effect(_p$ => { const _v$ = foo(), _v$2 = bar(); _v$ !== _p$._v$ && _el$.class…
9
comments