Anders Thorhauge Sandholm

Results 5 issues of Anders Thorhauge Sandholm

_From @alsemenov on October 6, 2017 2:47_ Lets consider class [dart:io:Socket](https://api.dartlang.org/stable/1.24.2/dart-io/Socket-class.html) as an example. Its description reads: > abstract class Socket >Implements Stream<List<int>>, IOSink Lets look at the methods and...

enhancement
P3

In Contacts, if a contact A is already open (popped-up) then the first click on a different contact B results in contact A getting closed. Only after clicking on contact...

_From @zoechi on June 5, 2016 13:45_ > dart checkbox_row_select.bootstrap.initialize.dart.js:2468 > dart checkbox_row_select.bootstrap.initialize.dart.js:11383 > dart checkbox_row_select.bootstrap.initialize.dart.js:9655 > dart dart dart checkbox_row_select.bootstrap.initialize.dart.js:3617 > dart checkbox_row_select.bootstrap.initialize.dart.js:1617 > dart checkbox_row_select.bootstrap.initialize.dart.js:1269 > dart dart...

Enhancement request from partner. When working with a foreign byte array through ForeignMemory it would be really nice if one could specify the endianess via a class property or an...

Type-Enhancement

Enhancement request from partner. When reading a Struct field that has a type different from int32/64 one has to do something like this ``` int uint8val = myStruct.getField(fieldOffset) & 0xff;...

Type-Enhancement