Mark Bates
Mark Bates
A PR would definitely be welcome. ----------- Mark Bates On Feb 21, 2019, 11:42 AM -0500, Zach Gershman , wrote: > Problem I ran into > packr here reset the...
yeah, I'm not sure either. I've been trying to figure that out too. the best I've come up with is figuring out a way to prepend metadata when it's packed...
I like them both, leaning more towards the second. We wouldn't have to necessarily change `NewHexGzip`, but instead, we could create a different function to handle the new syntax. That...
For example, there are 3 defined in packr itself https://godoc.org/github.com/gobuffalo/packr/v2/jam/store each one needs to make sure to pack the file info and the resolvers also need to make sure to...
I'm not against a PR on this. My biggest question is is it a breaking change? if so, what does that look like?
It was, and is, import to be able to resolve a "file" a different way than others. for example, a CMS is using it so they can have some files...
Ignore my previous bad code idea. A box could have a single resolver and you can just wrap it like middleware On my phone or I’d type it out. But...
It's not expected, no. Can you try the new v2 and see if that fixes your problem?
If compressed and decompressea files so you’re binaries are not huge. That an implementation of the default store. You are welcome to write your own implementations of the store and...
I would be open to adding a way to add a list of patterns to ignore. It should be able to handle whole directories as well as file names or...