Graham Lee
Graham Lee
Both the Democratic Republic of the Congo and the Republic of the Congo have "Congo" as a possible name in the English data. While this reflects reality, and both countries...
Environment: freebsd 13, windowmaker, gnustep-gui from git master, clang 11.0.1 [Repro project available](https://github.com/iamleeg/icon-drawing-bug). This project draws a red square into its dock icon in two ways: 1. if you launch...
## Expected Behavior I'm trying to run the following Jest test: ``` const SQLite = require('react-native-sqlite-storage'); it('can connect to the DB', async () => { SQLite.enablePromise(true); const db = await...
Fixes #410.
## Expected Behavior Here's my schema: ``` sqlite> .schema CREATE TABLE risk (id integer primary key, description varchar, weight integer, severity integer, likelihood integer, type_1 varchar, type_2 varchar, approach_time varchar,...
# SPOILER ALERT Readers of [Test-Driven iOS Development](http://www.informit.com/store/product.aspx?isbn=0321774183) may wish to try fixing #1 themselves before reading the code in this pull request. ## Fixes #1 This pull request addresses...
Summary: As mentioned in the book, there's a bug in the way questions are added to a topic. The same question can appear in a topic's list of questions multiple...
Imagine trying to sort some objects: ``` id object1 = [OCMockObject mockForProtocol:@protocol(MyModel)]; id object2 = [OCMockObject mockForProtocol:@protocol(MyModel)]; [[[object1 stub] andReturn:@"B"] name]; [[[object2 stub] andReturn:@"A"] name]; //... XCTAssertEqualObjects(sortedArray, @[object2, object1]); ```...
https://github.com/pact-foundation/pact-mock_service/blob/c8dcbc2609d78f433b7f1cd4a27b47628a2b7c4d/lib/pact/mock_service/request_handlers/pact_post.rb#L29 The configuration options and the post body are merged on that line to configure the `ConsumerContractWriter`. As I found when investigating a problem [integrating pact-js with pack-mock_service](https://github.com/pact-foundation/pact-js/pull/79), this means...
I added a property list, TIFF icon and a makefile, and changed a path lookup to make this app build and run with GNUstep. Tested on a current release on...