Stanislav Valasek

Results 6 comments of Stanislav Valasek

**How to use autotls with [graceful-shutdown](https://github.com/gin-gonic/gin/blob/dfe37ea6f1b9127be4cff4822a1308b4349444e0/examples/graceful-shutdown/graceful-shutdown/server.go)?** Set address and port and create Server struct ``` url := "url" port := "port" var address = url if (len(port) > 0) {...

Hmm, having the same issue using go modules and tutorial code with postgres. go version go1.11.5 windows/amd64, MS Windows 10 Pro. >package main > >import ( "fmt" "net/http" // "github.com/qor/qor"...

I have the same issue. Was following the guide https://forestry.io/blog/up-and-running-with-hugo/#4-customizing-your-theme. `npm install was ok, but ``` npm start > [email protected] start > gulp server [19:26:54] Failed to load external module...

Looks like I have to edit webpack file, but not sure how to enter extentions mentioned here https://github.com/graphql/graphql-js/issues/1272#issuecomment-377384574. Relevant webpack entry from `quasar.conf.js` ``` build: { scopeHoisting: true, // vueRouterMode:...

Thank you! It works. Issue can be closed. The final configuration looks like this: ``` // https://quasar.dev/quasar-cli/cli-documentation/handling-webpack extendWebpack (cfg) { cfg.module.rules.push({ enforce: 'pre', test: /\.(js|vue)$/, loader: 'eslint-loader', exclude: /node_modules/, type:...

# TL;DR - Name the core team - Describe release, deprecation, security and code versioning rules which core team agrees to follow - Stick with it and upgrade the rules...