Kevin Mulvey

Results 11 issues of Kevin Mulvey

if you update a background prop (any part of it) autosave will save the version of the base64 that chrome displays which is abbreviated. Saving that abbreviated version back to...

> deadcode > deadcode: oauth_helpers.go:70:1: validateJWS is unused > > grep validateJWS * > oauth_helpers.go:// validateJWS gets the access token > oauth_helpers.go:func validateJWS(accessToken string) []byte { > test_cases_test.go: claims :=...

If you load (http://aristeides.com/elusive-iconfont/) in ie8 with cahcing turned off the icons do no load until you hover your mouse over them. Caching can be turned off in the Developer...

1. fix the context build error https://travis-ci.org/graphql-go/relay/builds/313491517 2. add dep 3. run more meaningful things on travis (vet, test, build) 3a. lint is currently commented out as there are many...

I get an error when trying to include timeline in the start config for a logical slot. The postgres docs dont seem to mention anything about timeline with regard to...

I get this error every time I try to quit (by pressing 'q'). It also leaves the terminal window in an unusable state. Where do i start debugging this? The...

question

> Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/main/CONTRIBUTING.md#quality-standards) before sending pull request. Thanks! **Please provide package links to:** - repo link (github.com, gitlab.com,...

``` > go get github.com/martini-contrib/oauth2 # github.com/martini-contrib/oauth2 src/github.com/martini-contrib/oauth2/oauth2.go:51: undefined: oauth2.Options > go run server.go # github.com/martini-contrib/oauth2 src/github.com/martini-contrib/oauth2/oauth2.go:51: undefined: oauth2.Options > go version go version go1.3.3 linux/amd64 ```

Im getting a race when running two tests in parallel that both create clients. Shouldn't there be a lock around that initializers map? ``` ================== WARNING: DATA RACE Write at...

Hi, I'm trying to read an ~555mb ocf file to slice and it seems to be getting inflated to ~9gb of ram. Am I doing something wrong or can this...

question