David Tonhofer

Results 62 issues of David Tonhofer

Added some comments and a desymmetrizer (the latter however causes a different solution to be found)

The Gradle build file shown here is old-school. It still uses `apply plugin` instead of the more recent `plugins` block for one and the version numbers are behind the curve....

status/need-triage

The *current* Spring Statemachine is 3.2.0: https://spring.io/projects/spring-statemachine#learn but the API docs found under the "current" URL are still 2.2.3: https://docs.spring.io/spring-statemachine/docs/current/api/ says "Spring State Machine 2.2.3.RELEASE API" It was a bit...

status/need-triage

### Page URL https://dart.dev/codelabs/iterables/ ### Page source https://github.com/dart-lang/site-www/tree/main/./src/content/codelabs/iterables.md ### Describe the problem At [mapping](https://dart.dev/codelabs/iterables#mapping), we read: > `map()` returns a lazy `Iterable`, meaning that the supplied function is called only...

p2-medium
fix.examples
e1-hours
st.triage.ltw
from.page-issue
a.tut.codelab

### Page URL https://dart.dev/codelabs/dart-cheatsheet/ ### Page source https://github.com/dart-lang/site-www/tree/main/./src/content/codelabs/dart-cheatsheet.md ### Describe the problem The test code for example 14, [Factory Constructors](https://dart.dev/codelabs/dart-cheatsheet#factory-constructors) doesn't look so good (typos in messages, lots of copy/paste,...

p2-medium
e1-hours
st.triage.ltw
fix.quality
from.page-issue
a.tut.codelab

### Page URL https://dart.dev/language/collections/ ### Page source https://github.com/dart-lang/site-www/tree/main/./src/content/language/collections.md ### Describe the problem On page [collections](https://dart.dev/language/collections) one should highlight the fact that "equality of a collection" falls back to the default...

p2-medium
e1-hours
st.triage.ltw
from.page-issue

### Page URL https://dart.dev/codelabs/iterables/ ### Page source https://github.com/dart-lang/site-www/tree/main/./src/content/codelabs/iterables.md ### Describe the problem We read in [What is an Iterable?](https://dart.dev/codelabs/iterables#what-is-an-iterable) > You can instead read elements with elementAt(), which steps through...

p2-medium
fix.examples
e1-hours
st.triage.ltw
from.page-issue
a.tut.codelab

### Page URL https://dart.dev/codelabs/dart-cheatsheet/ ### Page source https://github.com/dart-lang/site-www/tree/main/./src/content/codelabs/dart-cheatsheet.md ### Describe the problem In the "Dart cheatsheet codelab" at the [Const constructors](https://dart.dev/codelabs/dart-cheatsheet#const-constructors) part, it is not immediately clear that the list...

p2-medium
fix.examples
e1-hours
st.triage.ltw
from.page-issue
a.tut.codelab