Jordan Ephron

Results 7 issues of Jordan Ephron

A bit wacky right now as it runs on every submission. Needs to be restricted to valid words (or maybe even just to pangrams)

Context: #2248

F: parentheses

I guess this is a minor cosmetic issue, but I thought it'd be worth bringing up nonetheless. I noticed that the scss variables are named by color. For example ```...

While it's nice to make accommodations for users who use the Lamdera platform, the primary purpose of this plugin is support for the Elm language. Most likely the majority of...

feature

Had to dive in to the source to figure out why my type-hinted JSON wasn't deserializing properly. In retrospective it makes sense that you'd need to tell LitJson to deserialize...

Our lab is using Blender 2.69 with Cellblender v1.0 I ran into an issue today when trying to create a model object. Got an error saying that `ngon_method='BEAUTY'` was not...

Based on the [exceptions](http://babel.pocoo.org/en/latest/api/numbers.html#exceptions) section of the docs, I'd expect `format_currency('aaaa', 'usd')` to raise a `NumberFormatError`, but it actually raises `decimal.InvalidOperation` if you pass it a nonsense string: ``` >>>...

area/numbers