Ashley Kitson

Results 14 comments of Ashley Kitson

There is already a PR to fix this: [42](https://github.com/anantab/serverless-plugin-ifelse/pull/42). It's been sitting around for some time. Can it be merged?

``` import ( dbgraph "github.com/dominikbraun/graph" ) type Template struct { dbg dbgraph.Graph } func (t *Template) DBGraph() { t.dbg = dbgraph.New(dbgraph.StringHash, dbgraph.Directed(), dbgraph.PreventCycles()) } ``` Error on build: `cannot use...

This should also fix this [reported issue](https://github.com/anantab/serverless-plugin-ifelse/issues/44)

If fixed in v0.12.0, that is not available in Jetbrains plugin repo. Current version is v0.11.0