Steve Hamblett

Results 23 issues of Steve Hamblett

I wish to update NClass to also support Googles[ Dart language](https://dart.dev/) with the addition of class diagrams for Dart and code generation for Dart. To that end I have forked...

Enhancement

It has been noticed when transferring large messages containing images and the like that the method Uint8Buffer.addAll() seems to take up a lot of time, this needs to be investigated.

TCP sockets allow a timeout value to be passed on connect - ``` Socket.connect(server, port, timeout: new Duration(seconds: 5)).then((dynamic socket) ``` This could be added as a parameter to the...

enhancement

From user feedback - ``` Never really got the logging working but I did make another discovery. If I throw in a 1 second wait after the connection is made,...

Update the package to use Github CI, sbomn, linter etc. and add funding links.

Email received below outlines the problem - ``` Hi, First of all, I thank you for your great efforts to develop Sporran. :) I wanted to ask you if I...

in progress

Sporrans documentation should be split into a user guide and a developers/contributores guide, specifically - Can we have a high level flow on how the sync works? What are the...

The structure of the res object returned for getAllDocs is too disparate between online and offline, it needs to be unified somewhat. This will also help with the body of...