David Tonhofer

Results 62 issues of David Tonhofer

### Page URL https://dart.dev/codelabs/async-await/ ### Page source https://github.com/dart-lang/site-www/tree/main/./src/content/codelabs/async-await.md ### Describe the problem #### A minor layout issue We read at [Working with futures: async and await](https://dart.dev/codelabs/async-await#working-with-futures-async-and-await) > As the following...

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 Dart cheatsheet codelab, "Code Example" for [Named Parameters](https://dart.dev/codelabs/dart-cheatsheet#code-example-9): The test code does not verify that the no-argument call...

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

### Page URL https://dart.dev/language/methods/ ### Page source https://github.com/dart-lang/site-www/tree/main/./src/content/language/methods.md ### Describe the problem At [Method/Operators](https://dart.dev/language/methods#operators) We read: > Operators are instance methods with special names. Dart allows you to define operators...

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

### 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 This is a bit of a nitpick: The solutions provided for the exercise in the section [Exceptions](https://dart.dev/codelabs/dart-cheatsheet#exceptions) unaccountably...

p2-medium
fix.examples
e1-hours
a.reference
from.page-issue

I have seen all my modification to jpl.pl actually made into to the release. Thanks! I seen no bug reports (yet?), which is encouraging. Here is something I forgot: The...

I have let the magic of Eclipse C IDE work on `jpl.c`. It complained that `Java_org_jpl7_fli_Prolog_attach_1pool_1engine` does not always properly return a value. It is right. Then I noticed that...

Passing option "--tcpip" is interpreted as "--tcp" with numeric argument "ip". This leads to the confusing error message `netstat.c: Internal Error longopts 1 range.` This seems to come from the...

On the homepage of package:test we find this text at https://pub.dev/packages/test#writing-tests > Tests are specified using the top-level [test()](https://pub.dev/documentation/test_core/latest/test_core.scaffolding/test.html) function. Test asserts can be made using [expect from package:matcher](https://pub.dev/documentation/matcher/latest/expect/expect.html) The...

### Page URL https://dart.dev/language/methods/ ### Page source https://github.com/dart-lang/site-www/tree/main/src/content/language/methods.md ### Describe the problem At https://dart.dev/language/methods#getters-and-setters we read about getters and setters but the text feels much too short and the example...

a.language
p2-medium
e2-days
st.triage.ltw
from.page-issue

### Page URL https://dart.dev/guides/language/numbers/ ### Page source https://github.com/dart-lang/site-www/tree/main/src/content/guides/language/numbers.md ### Describe the problem At https://dart.dev/guides/language/numbers, "Numbers in Dart", we read: > Dart has always allowed platform-specific representations and semantics for numbers,...

a.language
p2-medium
e2-days
st.triage.ltw
from.page-issue