Paul Steven Hughes (Gitter): if you found a solution, you should submit an answer
Steve
@notzippy
Docker has been considered, for a production built image it would likely be best to have a two stage image, but for development that is unnecessary. Right now we are doing some housecleaning. But that item is on the radar
Paul notzippy, brendensoares, thanks for helping me with the hacktoberfest PRs, got the required amount to claim a planted tree (random "free" t-shirts are probably a climate negative)
Steve
@notzippy
Nice
MadOtis
@MadOtis
Hello! Trying to go through the getting started tutorial for Revel and running into a small problem. 'revel new' seems to work and I see a project created with all the source goodness, yet when I try to 'revel run -a', I get an error: "Parsing packages, (may require download if not cached)...2020/12/01 11:15:04 internal error: nil Pkg importing "internal/cpu" from "internal/bytealg" and quits. I'm running go 1.14.6 on a Mac (Catalina) latest patches. Any suggestions?
matrixbot
@matrixbot
Paul I'm not on mac, so hard to tell
Paul internal/ sounds like it's a problem with go, not revel
Paul have you tried latest go?
Brenden Soares
@brendensoares
@MadOtis I ran on Mac/go 1.15 recently without any issues
I use gvm to manage multiple versions of Go, can you try that?
Can someone help me with getting the examples to run, I have cloned the example github repo, I have GORP installed and SqlLite but I get this error error="Go Compilation Error (in ../../../../go/pkg/mod/github.com/revel/modules@v0.21.0/orm/gorp/app/dbgorp.go:7): no matching versions for query \"latest\""
i was trying to run revel app inside container but i am getting " failed to find action App\app.index " when i run it but locally it is working fine . what is right format of docker file for revel app?
Hey guys, im a windows user, and noob with this framework. I've already done some stuff in go pure code and in revel as well, but my hot reload is not hot, it's actually cold. It takes 1m6s and displays the message:" ERROR 02:57:21 app.go:160: Revel app failed to exit in 60 seconds - killing. processid=xxxxx killerror=nil". It's getting really annoying, can anybody help me? I'm using golang 1.13.4 and the latest version of revel. ty
is there any reason for you not using the latest go version?
1.13 isn't even supported anymore
Paranauerj
@Paranauerj
I've updated it and it still takes 1m+. I tried to downgrade the revel's version too, but it didn't seem to work. I also tried the solution on github (revel/revel#290) but no success. :/