Jake Donham
Jake Donham
Oh, also, it is difficult to give a good error message here because we are working with the lambda code, which no longer contains source locations. But it could probably...
Yes, overapplication of a setter should be a type error, but we must know the type of the setter. If you write ``` class type foo = object method _set_x...
Thank you for the bug report. See the following commit for some discussion on this issue: https://github.com/dsheets/ocamljs/commit/7bb091f306c93f70bf6e70fe481a38efd71dda5b I am inclined to set min_int and max_int to the proper values for...
hi, thanks for getting in touch! The Blocks app uses React, but it communicates with individual blocks using iframes and message passing, so there is no inherent reason that Blocks...
huh does the new Markdown-edit block use something other than MDX to render pages? I would expect to see the same bug otherwise.
whoa! gotta read that code
another thought here: should we consider changing the Blocks API so file trees are passed in a more useful way? rather than needing a library function in the block
Thanks @camertron / @lesliecdubs. We're using it in a tabbed file editor, where files can be added / removed / renamed.
This is for a GitHub Next prototype called GitHub Spark. Tagging @drifkin for followup.