Braydon Kains

Results 9 comments of Braydon Kains

That's awesome thank you! I tried adding the code you suggested to my vimrc but I wasn't able to get it to work. The code does look right to me...

Awesome! I've been dealing with that highlighting bug intermittently, happy to see it fixed!

This issue was also discovered around a year ago in #191 with an open PR to fix #194. The fix appears to work exactly as expected. I hope that it...

Any reason this hasn't been merged in? The workaround is fine, but this would be a good fix to have in the library.

This is probably the first time we integrate with a third party service. I highly doubt we're going to succeed in implementing this without an email sending service. My suggestion...

With #60 I did consolidate data access entirely into the `database` package, only exposing an interface that we control to the rest of the application. My only other thoughts on...

I'll take this on. It will probably be a number of PRs to keep things digestable.

>Instead of creating a mock user store, wouldn't it be better to just have a test database? Based on how the current project is structured** I am not keen on...

I didn't know there were so many ORM options for Go! 😮 Maybe it would be pertinent to think about what exactly we are looking for from a new data-access...