Dave Yost

Results 23 issues of Dave Yost

It would be good to get your thoughts on good easing practice for zooming out. While ease-in/out for an object on a path through a 2D surface is straightforward, zooming...

question

Get closer to something that - builds with the fable-react-elmish dotnet template - runs with current versions of things - runs in dotnetcore 5.0 (and maybe earlier?)

You may or may not want to adopt this code. I really needed it.

Problems: - Vimeo demo is trying to play a bad URL - None of the audio demos work Versions - macOS, Version 12.1 (21C52) - Safari, Version 15.2 (17612.3.6.1.6) -...

``` message Foo { int32 a = 1; bool b = 3; } ``` Giving the `3` a different color to point out the numbering gap would be helpful.

When the value is at min or max, the stroke appears to be clipped. I can't think of anything to try other than tweaking the background and the padding (see...

The use of examples, the crisp explanations, zero bloat, zero confusion, everything about it. Bravo!

These changes I hope will make it smoother going for the complete novice.

The text should explain the use of the single quote here. ``` let squareNegateThenPrint' = square >> negate >> print ``` and here ``` collections implementing IEnumerable

I start with this, which works: ``` cd /tmp git clone --depth=1 https://github.com/JonathanGiles/scenic-view.git cd scenic-view gradlew build gradlew jlink build/scenicview/bin/scenicView ``` Then I run my app with `java -javaagent:/tmp/scenic-view/build/scenicview/lib/scenicview.jar` My...