Mark Bates

Results 105 comments of Mark Bates

Here's a ticket that helps explain the back story a bit more https://github.com/shurcooL/github_flavored_markdown/issues/12 Basically it's this: `github.com/shurcooL/github_flavored_markdown` is written against blackfriday v1. `dep` always pulls `v2` of blackfriday, so GFM...

@thepudds to solve the issue, for now, on our end we ventured blackfriday at the version that works as an `internal` library so Go modules doesn't try to control it....

I've written a small POC around this, for those that are interested: https://github.com/markbates/bluffalo ```go /* This cli package would live in the bluffalo application. */ package cli import ( "context"...

That definitely seems a bit heavy handed, but I'm open to the idea of figuring out a good way to work with swagger. I've thought about it in the past....

This is a big breaking change, a PR probably wouldn’t be accepted, sorry. An option would be to open a PR that is smarter about saving sessions, and only writing...

We are trying to move away from adding more options, in favor of a plugin design pattern, so we wouldn't accept a PR that adds a new option at this...

There currently aren't any plans to add support for it, but I would be open to discussing it, although I'm not the person to do it. :) It might be...

Right now the goal is to just get a standard buffalo app to deploy and run on GAE.

This is still scheduled for 1.0, but there is no date associated with it. To make this happen someone who knows GAE well needs to step up and help make...