Robert Ancell

Results 106 comments of Robert Ancell

I am also interested in traditional unnamed pipes as well. Not sure if that should be tracked as a separate issue or not.

The use of pipes came up while implementing [portals](https://github.com/canonical/xdg_desktop_portal.dart/). They use [D-Bus](https://github.com/canonical/dbus.dart/) and some APIs use pipes to send data across that they either don't want exposed to anyone able...

I had a quick look at what sort of Dart API would make sense for this, I figured you would have something like this: ```dart class Pipe { PipeEndpoint readEnd;...

@zanderso is the intention of isolates that code cannot access resources of another isolate (i.e. a security requirement) or shouldn't access resources (i.e. a code structure requirement)? Some thoughts on...

A particular case might be a Dart process has been started with a pipe using file descriptor 5. This number might have been passed using an environment variable (e.g. `PIPE_FD=5`)...

Packagekit provides some information via `PackageKitTransaction.getUpdateDetail` in the `PackageKitUpdateDetailEvent.changelog` event. I don't know if it contains all the information that is used in `Software` Updater", which gets these via a...

According to Google Translate: "Hello, when decompressing the zip file, the memory overflowed, the device is ipad, the system is 14.0.1, the size of the file before decompression is 2.9M,...

This branch isn't 100% there, but probably a good time for a review! @remonh87 Some issues I encountered: - In the example program, if you discover new devices with BlueZ,...

This builds on the old PR https://github.com/PhilipsHue/flutter_reactive_ble/pull/245 pre-federation.

Our preference is option 1 - keep the plugin in the flutter_reactive_ble repository, thanks!