Robert Ancell
Robert Ancell
`as_store_from_bytes` doesn't have any path information so it can't infer the location of the icons in `../icons/` relative to the AppStream XML/YAML. This is what `as_store_from_file` does (and actually ignores...
If length was zero we could check the -1 index. A nul was always added because we only used the length of the string, not the buffer (i.e. off by...
https://github.com/PhilipsHue/flutter_reactive_ble/issues/246
Flutter desktop support is now in beta, and it would be great if flutter_reactive_ble could work on both mobile and desktop. I've developed a [bluez package](https://pub.dev/packages/bluez) that interfaces with the...
Fix wrong use of fl_method_call_respond arguments in documentation ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I...
It would be nice to be able to list infrastructure by operator, i.e. see which power plants/lines are controlled by which companies.
In geothermal schemes there are often a large number of water/steam pipes in use tagged as man_made=pipeline, substance=hot_water. These are not rendered in Open Infrastructure Map (substance=water is). e.g. Geothermal...
On Unix systems (e.g. Linux) file descriptors are the handle used for files and sockets. These may be passed between processes, e.g. using Unix domain sockets. This gives the case...
Flutter locales use the BCP-47 format (https://www.rfc-editor.org/rfc/bcp/bcp47.txt), and Unix locales use a POSIX format. There is not a perfect mapping between them, see https://wiki.openoffice.org/wiki/LocaleMapping The current implementation is not correctly...
This allows more efficient checking of multiple plugs and slots and is motivated by adding [snap portal support in glib](https://gitlab.gnome.org/GNOME/glib/-/merge_requests/3020). In that case we currently have to call snapctl three...