Kendall Buchanan

Results 8 issues of Kendall Buchanan

Was wondering if you could help me identify what's wrong here: Notice `session` is showing `[object Object]`. I've forked the repo and tried printing a string representation of `session`, and...

Hi, I'm using sweet-scroll (it's smooth as butter, by the way!) inside a tall modal, however, `toElement` scrolls both the modal and the window behind it. ```javascript // In context...

Occasionally, hash['phoneNumbers'] would return nil, thus crashing the app.

Maybe I'm doing something wrong, but here's how it works out when trying to do nested braces in SASS: ``` body { div { } } ``` Instead of indenting...

bug
next

Any interest in incorporating [puget](https://github.com/greglook/puget) for colorization, either as the out-of-the-box or optional behavior? I'd be happy to submit a pull request. If not, any suggestions on how to make...

Recently I added a an inherited model (`class Teacher < User`), and because LetMeIn couldn't find `Teacher` in its list of models, Ruby threw an "implicit conversion" error deep down...

I love that `letmein` it stays out of the way of controllers and views. I'm adding API interactions to a new project, and it seemed like `letmein` was a great...

Reading the following quote from documentation... > This example uses generic g/generate-stream streaming function. In theory it should work with all web servers, but in practice it works with only...