Trevor Bortins

Results 16 issues of Trevor Bortins

It would be handy to use the "friendly name" instead of the app-id for logging in. Right now I have to do ```bash aws_okta_keyman --appid xxxxxxxxxxxx/yyy ``` where it would...

enhancement

So after some fiddling, I figured out that handlebars conditionals will work if you do this: ``` slim | {{#if something}} h1 This works | {{/if}} ``` But why not...

Using the "git method" seems to fail, and featherbed is [not published on maven](http://search.maven.org/#search%7Cga%7C1%7Cfeatherbed). In the meantime I've cloned this repo and run `sbt publishLocal` to get it into my...

I've dug for a while and cannot figure out why this isn't rendering. I would appreciate some troubleshooting help! ```bash $ pip list | grep powerline powerline-mem-segment 2.4 $ powerline-lint...

Obviously a tall order, but things like [persistence.js](http://persistencejs.org/) and [lawnchair](http://westcoastlogic.com/lawnchair/) don't have the awesome power of SQL behind them (persistencejs comes close, but loses the SQL syntax). However, only really...

I keep getting this intermittent error: ``` Machinist::NoBlueprintError: No master blueprint defined for class User ``` When I have clearly defined the blueprints and spork has loaded them. It pops...

I'm finding that making a new blueprint for a simple little thing isn't always the nicest way to go about doing things, so some flexibility in how `make` is used...

I've found myself frequently creating two blueprints for a single model, one with associations, one without. It would be great if there was a simple switch to turn off/on the...

I tried running part-5, and it complained about two missing directories: ``` #= require_tree ./Directives/main #= require_tree ./Filters/main ``` Those aren't in your project (maybe they were never used!) I...

- Called `bcrypt:start()` in the registration controller... dunno if this is good or bad - Added some pattern matching for the password checking routine--bcrypt returns a tuple there. - Added...