David Doty

Results 143 comments of David Doty

> I have been able to use vscode to debug nim from wsl by > > * installing nim on wsl ubuntu ( curl https://nim-lang.org/choosenim/init.sh -sSf | sh ) and...

I wonder if there is a way to make an xsim option to put _only_ the verbatim environments in their own separate source document, rather than doing this unconditionally on...

Is there any way to make this more granular so that verbatim material is allowed, and it will generate extra files (with their associated source link problems), but any exercise...

In addition, it would be great to have a `beforeDblClick` parameter similar to `beforePan` and `beforeZoom`, which can be used to conditionally disable only the double-click zoom. The use case...

Seems like last commit is the most straightforward criteria. If there was a commit yesterday, it means they are likely working on any of the other unaddressed issues you mention...

> Why do you think it's the most used framework? I don't know, I think I saw other people saying that. :) Looks like it may not be true. Also,...

> I could imagine maybe some of them are simply not using the Release feature of Github? For instance Sauron's [last release](https://github.com/ivanceras/sauron/releases) was 3 years ago, although they keep working...

I think this may be related to the function `jsPropsToTProps`: https://github.com/Workiva/over_react/blob/master/lib/src/over_react_redux/over_react_redux.dart#L155 In Chrome Dev tools, I set a breakpoint at the equals method of one of my "way down at...

@greglittlefield-wf Thanks for the advice! > One thing I'd recommend when doing perf profiling is to use a dart2js build, which can be done by passing --release to webdev or...

@greglittlefield-wf > I think we'd want a little bit different implementation, though, to allow users to return false even if the objects are identical (which isn't recommended, but may be...