James Mallison

Results 17 issues of James Mallison

Hi! Firstly, thank you for taking over this library. It's super useful (and is teaching me a lot about charts, haven't really used them before this). There is an [open](https://github.com/emn178/chartjs-plugin-labels/issues/107)...

Hi! I'm running the following from StackOverflow (but also from reading the docs here): ``` docker run --rm -u $$(id -u) -v${PWD}/src/api:/source \ -v${PWD}/src/api:/output \ -w/source jaegertracing/protobuf \ --go_out=/output \...

Recursively check for messages within messages. For Bug #9. If this needs more work we can collaborate and get it working.

The following is a legitimate protobuf file that works as expected when used over the wire: ``` syntax = "proto3"; package XYZ; service CityService { rpc GetCitiesAndDistricts(Query) returns (Result) {}...

Hi folks! I'm displaying a transparent window overlay to highlight things on the screen (a red rectangle) and I'd really like to be able to "still click through" to things...

Just thought I'd throw this here - I know you're not bothering with this repo any more, but in case anyone else sees this - `.AppIcon` doesn't work ~~at all...

Hi, I'm using the latest version of this project. I downloaded it and changed the location of the hosts file, because I'm running ansible in docker, and mounting my host's...