Matthew Dangerfield

Results 12 issues of Matthew Dangerfield

Should this be the "standard" way to run an official tournament?

Deleted some unnecessary stuff, and modified the question deciding algorithm to make it better.

This addresses #40, where some phone numbers were incorrectly identified as invalid.

I'm hoping to use the deep learning computer I just built to write a novel. Last year, I had a lot of ideas, but ended up running out of time....

completed
preview

This is my second novel I'm planning to do. Last year, there was a discussion about how most novels are boring (see [https://github.com/dariusk/NaNoGenMo-2015/issues/11](https://github.com/dariusk/NaNoGenMo-2015/issues/11l)). In response to this, cpressey created "A...

I think it'd be cool to take prose and mess around with synonyms until it fits into some poetry scheme.

preview

Not sure exactly what I'll have time to do, but I have a lot of random ideas. I'll definitely not be able to get through all of them, but I'm...

completed
preview

I ran both the `test-junit` and `test-multiple` commands. JUnit output: ``` ``` Multiple output: ``` ``` In both cases, only the results for spec b are reported. @valscion reported this...

## Example Component ```js import React from 'react' import PropTypes from 'prop-types' import { DEFAULT_NAME_1, DEFAULT_NAME_2 } from './constants' export default class ExampleComponent extends React.Component { render() { return Hello...

Example: ``` color2k.parseToRgba('rgb(255 235 235 / .18)') // (index):139 Uncaught Error: Failed to parse color ``` This should work with the new [CSS Color Module Level 4](https://www.w3.org/TR/css-color-4/#rgb-functions)