M

Results 8 issues of M

I've had a few spam accounts add me on Hangouts that I never accepted/declined through the web interface. I noticed their names show up in my conversations list, so I...

type-bug
component-ui

Hangups seems to stall when accounts.google.com resolves to an IPv6 address but no IPv6 uplink is available. The circumstances for this are probably rare, but Hangups simply stalls trying to...

type-bug
component-core

Could I suggest adding a [CONTRIBUTING.md](https://github.com/blog/1184-contributing-guidelines) file to the repository, which would cover general test setup and structure? I was able to figure out how to run the tests by...

I just finished setting up the weather block in my bar using OpenWeatherMap and found that they have a free API endpoint for air pollution: https://openweathermap.org/api/air-pollution This could be a...

feature request

I looked briefly, so I might have missed it, but I can't find a way to add a `format_alt` to the `external_ip` block via the config. I suppose that means...

feature request

Among other things, the protocol I'm working with includes a type and length in its metadata. The payload is a list of substructures that will be of the type specified....

The protocol I'm working with includes two pieces of data in individual fields needed to determine the total payload length that I would have in a `FieldArray`'s `length_provider`: 1. The...

tl;dr: It would be nice if Payload() consumed data until the first None/null-character if no length is specified, rather than the last instance of it as it appears to currently...