James Phillpotts
James Phillpotts
It's been a long time since I used C/C++, and I'm pretty new to Python, but I notice that [`inc/microbit/microbitimage.h`](https://github.com/bbcmicrobit/micropython/blob/master/inc/microbit/microbitimage.h#L69) has a function declaration, `microbit_image_for_char`, that sounds like just what...
The versions of phonegap in use in the various apps that use it are no longer supported by PhoneGap Build.
How about http://nativedroid.godesign.ch/ for an android theme? I think the code sharing stats are a bit off for jqMobile at the moment - the default iOS theme doesn't suit android,...
Taking some inspiration from [this post](https://groups.google.com/forum/#!topic/testng-dev/2u7QE5DDj0E) on the forums, this change adds support for an array of data provider strings in the Test annotation.
The `IsCloseTo`/`closeTo` matcher should be able to check all numerical types are within the bounds set, rather than just doubles. The implementation already worked if a primitive value was cast...
An equality check for a key field was failing with a panic if the optional project and namespace were not supplied, and with a datastore client error if they were...
Looking at the [JSON Schema Validation spec oneOf section](http://json-schema.org/latest/json-schema-validation.html#anchor88): > Elements of the array MUST be objects. Each object MUST be a valid JSON Schema. Shouldn't `ContainerTypeSchema#oneOf` therefore be a...
I can't quite figure out why this is happening, but I get the following error from Gradle: > You cannot configure authentication schemes for a repository if no credentials are...
It would be nice to be able to pass data between blocks, so: ``` java { describe("addition", () -> { when("adding two numbers"), () -> { beforeEach(() -> { return...