Thomas Wickham

Results 19 issues of Thomas Wickham

Implements: ``` rust "hello".palette(23); // 23nth colour of palette "hello".true_colour(23, 45, 23); // true colour code "hello".hex_colour("#232332"); // hex colour code ```

I am still uncertain about the greatest name convention for this (maybe throw it in the package.json ? But which one ?) Anyway, we need a project-wide configuration. Defaults will...

Nuwk, the gui, is a grat piece fo software. Simple, clean, light. Nuwk, the API is... still in alpha. I suggest that we separate the concerns in this way: -...

I found the following line a bit obscure ``` * Rust understands that it's ok to shard a mutable reference into the subfields of the pointed-to struct, because there's no...

In the last version of Angular, the $interval service is introduced and should replace calls to setInterval in the application. This have the main effect of being able to mock...

When declaring an example, we need to keep a reference to the current context, which holds the current group of examples. Today, it's done by giving the context by argument...

E-hard
K-design

The famous `fit`, and `fdescribe` ! Role: when used, only the focused tests are run. This needs a change in design to report to the runner that we are in...

E-medium
K-design

Ref: https://github.com/thekompanee/fuubar This is hard to do, as there is many term manipulations in play. Probably needs a change in the design somewhere.

E-medium
K-feature request

The famous `xit` and `xdescribe` ! When used, the runner print them as success, count them as skipped, and doesn't run them. It needs a little change in design to...

E-medium
mentor available
K-feature request

Tests are documentation, and the formatters should represent that. Rspec has some nice examples of a doc output, mocha.js also. Here is an example of how it looks like: ![example](http://i.stack.imgur.com/xRmg5.png)...

E-medium
mentor available
K-feature request