-
**PROBLEM**: Modern PACKR releases (4.0, 3.0)+ do not create functional (unsigned) LibGDX apps for Catalina
**ENVIRONMENT**: We can reproduce this on builds from multiple Macs (Catalina and Big Sur) …
-
The following is the error logged by __Gradle__:
```
Could not apply requested plugin [id: 'com.hendraanggrian.packr-gradle-plugin', version: '0.1', artifact: 'com.hendraanggrian:packr-gradle-plug…
-
hi , i'm using the make build, encountered with this error.
ht3@ubuntu:~/gowork/hyperbench$ cd hyperbench/
ht3@ubuntu:~/gowork/hyperbench/hyperbench$ make build
# github.com/gobuffalo/packr/v2
…
-
After cloning the repo and running make, I get the following error:
```cd /home/daniel/Projects/git/fhirbase/.gopath/pkg/mod/github.com/gobuffalo/packr\@v1.26.1-0.20190624180515-bded308e56b4/ && go…
-
It looks like https://artifactory.nimblygames.com/ui/native/ng-public/com/badlogicgames/packr/packr/ no longer shows v4 while v3 is still available?
```
Execution failed for task ':tools:compileJa…
-
when building with official Oracle JDK `archives` There is an error
```bash
WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
java.nio.file.NoSuchFileEx…
-
packr is deprecated and the recommended replacement is [pkger](https://github.com/markbates/pkger)
-
packr (v1) works fine but `packr2` fails, doesn't produce any `-packr.go` files
```
➜ server git:(master) packr2
ERRO[2019-01-21T19:39:17-05:00] /Users/user/go/src/golang.org/x/tools/go/loader/t…
-
Hi,
Build platform: Ubuntu focal fossa 20.0.4.3 LTS
Test platform: macOS Catalina and Big Sur
Packr: release version 4.0.0
build jdk: adoptopenjdk 11.0.x
packed jre: adoptopenjdk 11.0.x
(This …
-
Repro:
```js
const { Packr } = require('msgpackr')
const options = {
bundleStrings: true,
sequential: true,
};
const packer = new Packr(options);
const unpacker = new Packr(options);…