Rayne

Results 9 comments of Rayne

I use [Echo](https://github.com/labstack/echo) and I would like to use v4 but I think we'd need a stable release before it's updated.

It looks like a dependency error? [Logs](https://vercel.com/jsperf/jsperf.com/7xA184KQkgb2TaNy1dkn266qj3zi/functions) ` 2021-03-15T18:16:06.982Z undefined ERROR Cannot find module 'hapi-qs'Require stack:- /var/task/node_modules/glue/lib/index.js- /var/task/index.js- /var/task/server.js- /var/task/___now_launcher.js- /var/runtime/UserFunction.js- /var/runtime/index.js2021-03-15T18:16:06.982Z undefined ERROR Did you forget to add it...

Which version of plotng are you running? Could you post your config file?

I have created PR #49 which once merged will give you access to the log files. Any log analysis tool should work just fine. I feel bad advertising but I...

I'm not super familiar with process priorities but I found [this thread](https://stackoverflow.com/a/36928666/8662981) which is for linux. And [the documentation](https://pkg.go.dev/golang.org/x/sys/windows#SetPriorityClass) of the same thing for Windows. ```go cmd := exec.Command("chia", args...)...

So I looked over the current situation with multilingual mode. I believe the opengraph template has been left behind with all the updates to multilingual support. Open Graph wants the...

Okay fooling around some more and I've come up with this solution. ```toml # config.toml defaultContentLanguage = "en" [languages] [languages.en] title = "English Site Title" locale = "en_US" [languages.es] title...

@coliff any chance to review the changes?

[Copied from Omesh on SO](https://stackoverflow.com/a/11754790) [User-defined variables](https://dev.mysql.com/doc/refman/8.0/en/user-variables.html) (prefixed with @): You can access any user-defined variable without declaring it or initializing it. If you refer to a variable that has...