Montana Flynn

Results 45 issues of Montana Flynn

## Prerequisites * [x] I searched to see if the issue already exists. ## Description It would be quite useful to be able to add some 'ldflags` when building the...

How could I add these?

A lot of the snippets have various options, would be nice to somehow allow them to be configurable from within the widget or during widget creation.

Some snippets are shorter than others so it would be cool to dynamically update the height.

The [koa-sleep middleware](https://github.com/montanaflynn/koa-sleep) makes it easy to add a delay to your middleware pipeline.

First off thanks for the great repo, I'm sure this would be of use to many people. I wonder if it's possible to get the structs from a SQL definition...

enhancement

I'm trying to update a users tags, I don't get an error but the tags are not being updated: ```go req := &gochimp3.MemberRequest{ EmailAddress: "[email protected]", Tags: []string{"verified"}, } m, err...

Adds `WithPersonFunc` `OptionFunc` that enables using `NewPersonContext` from the following special fields: - `user_id` - `user_name` - `user_email` With it enabled and using these fields you will see the Person...

This would be really helpful. https://godoc.org/github.com/rollbar/rollbar-go#SetPerson We currently do something like this with sentry and it's logrus hook: https://github.com/evalphobia/logrus_sentry#special-fields This hook could use the same special fields `user_name`, `user_email` and...

It's hard to read for me and probably others as well. ![screen shot 2014-11-15 at 10 31 52 pm](https://cloud.githubusercontent.com/assets/24260/5060667/88dba892-6d17-11e4-932a-e78b1f8deb45.png)

enhancement