Cody Roberts

Results 8 comments of Cody Roberts

I'd be happy to take this on. I can also add YUIDoc or equivalent if it's helpful. Something like this? ## Action helpers ### `pipe` --- Pipes the return values...

@martndemus No worries, I should probably @mention. I actually forgot about this, but I'll happily put this together. I should be able to find some time in the next week...

@martndemus I'm still interested on working on this, it's just been a surprisingly busy start to the semester. Doing work on this branch: https://github.com/codyjroberts/ember-composable-helpers/tree/update_docs as I find time, so let...

Simple workaround for this might be: ``` javascript //addon/-private/create-string-helper.js export default function(stringFunction) { return function([string]) { string = string || ''; return stringFunction(string + ''); } } ``` This doesn't...

> The library doesn't have to know how to capitalize `hello` because the app author knows the content of that translation and knows that that won't work. This was pretty...

I think there's value in switching to Elm, and I have some doubt that it will cause a net loss in contributions. Learning d3 can be just as challenging as...

I think I like the App config solution a bit more. I assume, possibly naively, that in most cases if someone has to change a serialized attribute once they'll have...

> New name: `jassert` or `jassert` 😆 This looks great. I really like the idea of `jassert(conn)`. I was wondering how we would go about testing the status codes, and...