Blaine Kasten

Results 8 issues of Blaine Kasten

Given that Claxon is used by Rodio as it's FLAC support, I was wondering if ya'll have considered adding encoding support? My use case is effectively that I want to...

Given the following code: ``` reqwest({ url: '/test', method: 'PUT', data: JSON.stringify({obj: true}), headers: { 'Content-Type': 'application/json' } }); ``` This properly sets the content-type in chrome. But not in...

## Hello Community! Gatsby is rewriting our core codebase in TypeScript! Checkout the RFC: #21798 We would love love love your help! This work is incredibly important in Gatsby being...

help wanted
not stale
topic: TypeScript

In my experience, when using `prerender: true`, if something breaks the server side rendering, the error messages are less than helpful.. My workflow has become anytime that happens to stop...

Currently we are doing nothing with `render`ed components. chai-enzyme is supporting them nicely. We should find a way to support `render`ed components.

Help wanted
question

So i'm trying to implement this in a React project and am using Jest to test with. I'm currently getting this error when triggering a fucntion that calls the mach...

With the upcoming release of React v0.13.0, there is additional harmony support coming. Part of that is passing `--target (es3|es5)` to the `jsx` CLI. This should be added to the...

A recent zsh update added an alias for `grb` which makes using this libary unusable. 2 options here: 1. Change the name of this command, or provide a different alias....