Robin Tweedie

Results 18 comments of Robin Tweedie

Do you know what the exact pixel size is? I get this when I set the config to LocalAvatars, even if I only leave the provided default.png in there.

I wasn't able to reproduce this on ruby 2.1.3 with a minimal example (just musicbrainz-ruby in my Gemfile) ``` ruby require 'musicbrainz' brainz = MusicBrainz::Client.new puts brainz.release(:query => "Junta AND...

I started on this, but didn't get around to doing a release. Does this look promising? https://github.com/dwo/musicbrainz-ruby/compare/1_0_0

There's another case which I'm not sure about (it could be the same bug or something else entirely). With an `example.proto` (which does compile, oddly enough): ``` syntax = "proto3";...

Sorry to resurrect an old issue but I was wondering a similar thing. If I run `./gradlew installDist` I see: ``` > No Java Mission Control found in /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home/jre ```...

@Pierre-Sassoulas I started a rough sketch of caching `ClassDef.ancestors` in #1120 which still fails two tests, but is this roughly the right idea?

For what it's worth, I expected `q` to be the way to quit when I saw `docker stats` for the first time. Even if `ctrl-c` remains only way to do...

I've been trying to follow along in the protokit code, but just to make sure: would this also make things like `[deprecated=true]` available to render in protoc-gen-doc?