-
Hi All,
I'm fairly new to this... been pulling my hair trying to figure out why this is failing... I'd be grateful if anyone can show me some direction.
Some background information:
OS: Ubun…
-
Steps to reproduce:
buffalo new test --db-type mysql
buffalo test
Result:
```
➜ test go test github.com/alexcarol/test github.com/alexcarol/test/actions github.com/alexcarol/test/grifts github…
-
avc_has_perm() is a legacy compatibility interface provided with libselinux, and it should ideally be replaced with calls to selinux_access_check()
as more important components like systemd become …
ghost updated
7 years ago
-
Hello! First of all, I would like to thank you for this awesome project I really like it 😸
**Go Version**: `go version go1.8.3 darwin/amd64`
**OS**: `MacOS sierra`
**Package Manager**: [dep](htt…
-
hi,
is it possible to run a model oriented migration like:
```
var users models.Users
pop.Q(tx).Where("id > 5").All(&users)
for i := range users {
users[i].DoSomething()
}
```
or anyway…
-
### What version of Go (`go version`) and `dep` (`git describe --tags`) are you using?
Go version: go1.8.3 darwin/amd64
dep version: v0.1.0-313-g44a454b
### What `dep` command did you run?
In …
-
this should run a `test:db:prepare` task as well
-
@markbates i noticed the SHOULDERS doc still list `raymond` and given there is a commit that says it has been changed to mention `velvet` instead i was going to send a PR by running the `shoulders` gr…
-
-
### Summary
- What does this package do? (explain in 50 words or less):
`cyphr` provides a set of user-friendly wrappers around `openssl` and `cyphr` to encrypt and decrypt data.
- Paste …