Mark Bates

Results 105 comments of Mark Bates

A PR would be very welcome. ----------- Mark Bates On Feb 8, 2019, 2:42 AM -0500, zeripath , wrote: > go-gitea/gitea#5952 is the Gitea pr > — > You are...

I haven’t run across the problem in any of my apps or usage, so I don’t even know how to reproduce. If you could provide a simple app that reproduces...

Also, if you could provide more details on things like what OS and/or browser? Does it happen when packing files? Does it happen during web requests? How are you packing...

Not sure what http.Response would have to do with packing files. I’m currently dealing with a death in the family, so I’ll try and look at it on monday. -----------...

I've had a chance to play with this, and I can't reproduce on a Mac or docker, I don't have a linux box. On my Mac, the lowest I could...

Not sure. I only tested on 1.10. Glad the issue went away. :)

Again, I can’t reproduce. It looks like you have an error right at the beginning with a bad import. Maybe that’s the problem?? ----------- Mark Bates On Feb 10, 2019,...

https://github.com/gobuffalo/packr/blob/master/v2/jam/parser/prospect.go

Sorry, that’s for parsing. You’ll want to create your own store. The video in the README demonstrates how to it.

That helper take a int (how many groups you want) and a slice to divide up. https://github.com/gobuffalo/plush/blob/master/iterators_test.go The tests explain it a bit clearer; but we need more docs there....