David Greenspan
David Greenspan
Click in editor, press "tab." Now you can type `abc`, but spacebar activates a menu. This is a deal-breaker for me; I can't use DartPad with this going on! I...
Maybe it sounds extreme, but I discovered this jankiness within about five seconds of using DartPad for the first time, and it really colored my perception of the site. This...
I humbly propose the do-give expression: ``` var x = do { // ... give y; }; ``` The `give` keyword would immediately break out of the innermost `do` expression....
> To reuse syntax, we could use yield instead. I guess the first question is, can you `return` or `yield` from a do-expression? It certainly could be allowed; the semantics...
The following "workaround" is more of a curiosity than a practical workaround, but the fact that function types carry type parameters allows for a way to infer some parameters and...
I discovered this project for the first time today, and I am running into this issue. (M1, Monterey, prebuilt binary) I think the problem is related to the fact that,...
The clue that led me in this direction is if you open the Console app and go to "Crash Reports," there is a crash report that contains this line: `Exception...
@benhoh The description of #272 gives a "patch" which changes an "if" branch to be the same as an "else" branch in two files. You can apply that patch, or...
Cool package, btw, I am trying it out as a way to have dependently-typed Maps in my code.
I'm considering trying to implement Flow support. What is `rjsx-mode`, and what is "advice"?