-
For some testing scenarios it can be handy to generate a binary that is able to populate it's own test database. A prerequisite for this is to bundle the fixture files with the binary. One possible wa…
-
Sometimes, a build produces a connector that fails to resolve the / url and turns it into an infinite redirect. IIRC it redirects / to /../ or ../ (which the browser flattens to //) which redirects ag…
-
Related to #199, it seems that https://artifactory.nimblygames.com is returning HTTP error code 503: Service Unavailable.
```
> Could not resolve com.badlogicgames.packr:packrLauncher-linux-x86-6…
-
As you may or may not know, I recently announced a replace for Packr, github.com/markbates/pkger.
https://blog.gobuffalo.io/introducing-pkger-static-file-embedding-in-go-1ce76dc79c65
I believe t…
-
## Problem
```
const confDir = "../config"
box := packr.New("Config", confDir)
```
This code works
```
box := packr.New("Config", filepath.Join("..", "config"))
```
This code doesn't,
…
-
Hello,
I am opening this Issue related to #85 which is marked closed, but I am facing this issue with Packr v2. I am creating a box to include my DB schema migration file as below, it is working lo…
-
I'm finding it difficult to integrate packr into our build pipeline and thus being able to do git ignore on *-packr.go files.
Mainly due to the fact that it needs to do `go get` for the packr2 bin…
-
It appears that packr currently supports only JNI Version 6 and 8
https://github.com/libgdx/packr/blob/9c9bb9d050524eec58acddfca85e606fbab31637/PackrLauncher/src/main/cpp/packr.cpp#L582-L590
htt…
-
this setting is not available:
config.platform = PackrConfig.Platform.Windows32;
the enum for platform is here, and it's only Window64
https://github.com/libgdx/packr/blob/master/Packr/src/main/j…
-
````
// +build !skippackr
// Code generated by github.com/gobuffalo/packr/v2. DO NOT EDIT.
// You can use the "packr clean" command to clean up this,
// and any other packr generated files.
pac…
mlboy updated
4 years ago