Tim Wisniewski

Results 142 comments of Tim Wisniewski

Sure, it works just fine -- I just wanted to suggest flipping the default to be more similar to other unix CLI tools. But just an opinion/suggestion -- no right...

Thanks, but: 1. The documentation doesn't mention that as a installation step 2. I can't see the source of it, so I don't know if it's specific to that example,...

Interesting write-up! As I read about it though, it didn't sound too different from writing an application to track bags and send notifications. It seemed like the real difference was...

I'm experiencing this too. As a work-around, I went to the application menu `Atom -> Stylesheet` and added: ```css .api-blueprint-preview { color: black; } ```

Hey @STRd6 sounds like we're working on similar apps ([here's the one I'm working on](https://github.com/timwis/dataface)). I was hoping to do the same thing, as I'm using choo/bel/yo-yo, which creates dom...

I'm afraid I have absolutely no memory of this. Sorry!

I've encountered this to using Jekyll v3.0.0. I resolved it by commenting out the first module in `debug.ru` ``` ruby require 'pp' # module Jekyll # # Need to overwrite...

Thanks! I’d love your thoughts on the field rename and migration bit when you have a sec (see my inline comments). And the secret key thing if any ideas come...

Thanks for the feedback! All great notes. I'll work on that over the next week or so as I get time. Didn't realise there could be breaking changes in a...

Okay, I think I've incorporated all of your feedback. I dropped the separate TokenGenerator module in order to keep token generation and hashing functionality separate. I moved hashing to a...