Nat Pryce

Results 30 issues of Nat Pryce

The Is matcher doesn't do anything, and so should be deleted. Factory methods for is should not be added to the domain-specific factory classes introduced as part of #85

maintainability

CoreMatchers and Matchers are now in the source and both compiled into the same JAR. CoreMatchers is therefore redundant. Matchers is growing larger and larger, to the point that autocomplete...

enhancement
maintainability

Depends on #88

maintainability

I would like JSX to support higher order components (e.g. functions that take and return components). For example, given a component UserPortrait and a higher-order component ImageDropTarget (that wraps drag-and-drop...

Proposal

Running `vagrant plugin install vagrant-env` with Vagrant 2.2.11 fails with: ``` Unresolved dependency found during sorting - net-ssh (>= 2.6.5) (requested by net-scp-1.2.1) ``` Installation works with Vagrant 2.2.10.

wordcram-cli should let you set the random seed from which the random layout and colours are generated, so that you can more easily compare differences between wordclouds

enhancement

A controller for line-drawing control, as used in Flight Control and countless other games. The controller should have a "select" callback, like the Catapult control

The "select" callback would be used for selecting an item in the game to control. The callback would return the start point of the catapult if something is selected or...

unknown -> null known -> actual value

A standard sherd type and format for recording team members joining or leaving Example usage: * `pottery team-change —joined "Alice Band" "Bob Downe" —left "Carol Singer"` * `pottery team-change -j...