-
## There have been updates to the *gatsby* monorepo:
+ - The `devDependency` [gatsby-transformer-sharp](https://www.npmjs.com/package/gatsby-transformer-sharp) was updated from `2.1.10` to `2.1.12`…
-
With the introduction of the `go.mod` file and declaration of `github.com/gofrs/uuid/v3` there is no longer a single import path that works correctly for both modules and non-modules users.
This ha…
-
Can there be an option at build time to package resources (views, css,js,img and config) into the executable for easy one file deployment?
There are numerous packaging libraries/applications availa…
-
Hello, I cloned the latest evebox and the dependencies and created a rpm. This rpm was added to a proprietory centos iso image along with elasticsearch 5.6.6 & suricata 4.0. Now when I am trying to br…
-
## Description
I'm getting an application crash on moving to Buffalo v0.13.0 today. It appears to be a race condition related to the new events feature. The crash happens somewhat randomly when I…
-
When I try to run 'reasonable' exec file, I receive such error (MacOS):
➜ reasonable git:(master) pwd
/Users/dgl/projects/reasonable
➜ reasonable git:(master) ./reasonable ./examples/json/Json.…
-
```
const variable = "./somepath"
func main() {
packr.NewBox(variable)
}
```
The `packr` binary did not detect this.
-
As athens is intended for the world of Go modules, it would seem reasonable to add a go.mod file so that it can be managed in that way.
FWIW, here's a working go.mod file as of commit 051f3884e1fcd…
-
**Is this a BUG REPORT or FEATURE REQUEST?**:
BUG
**What happened**:
Build is failing with CGO_ENABLE=0
**What you expected to happen**:
You will see the following error message during the build:…
-
```GO
package main
import . "fmt"
import "io"
import "github.com/labstack/echo"
import "github.com/gobuffalo/packr"
import "github.com/unrolled/render"
var box packr.Box
type RenderWra…