-
Hi,
On Windows (Intel CPU) `host.SensorsTemperatures()` return `[]`
-
For a project I was working on I thought it might be useful to utilize the packr launcher but there isn't an ARM build (or more specifically, a Raspberry Pi build).
I'm not sure the proper way of goi…
-
I've just tried to install the latest version and found my PHP having an issue:
peter@x1:/tmp$ packr -v
Composer detected issues in your platform:
Your Composer dependencies require a PHP versi…
-
- followed the instructions on readme
- it should work with `go-life` on the terminal, but have this instead:
![image](https://github.com/sachaos/go-life/assets/35686547/a79e3db0-e188-45ec-a253-191…
-
I know the main goal of this application is to bundle JRE with JAR but is there a way to let `packr` do all the awesome packaging but do not bundle the JRE and rely on system `JAVA_HOME` to execute th…
-
Use example code and add ckeditor files to public folder, then run pkger, when i use packr, it works fine.
```go
package main
import (
"log"
"net/http"
"github.com/markbates/pkger"
)
…
-
Hi!
At Gitea we'd like to move from go-bindata to packr2. However, we're noticing that on attempting to run packr we're requiring thousands of open fds.
I've looked for obvious leaks but if I ha…
-
I think a good plus would be the embedding of files in go with some of these projects: https://github.com/avelino/awesome-go/blob/master/README.md#resource-embedding.
None of those projects has an …
-
This would be a better alternative than configuring it system-wide, especially on Windows.
Something like [launch4j](http://launch4j.sourceforge.net/), [packr](https://github.com/libgdx/packr), or th…
-
Would it be possible to implement optional encryption of a box?
My use case for this is that I would like to encrypt a box during build time, so that my binary is distributed with encrypted data at…