DravenK
DravenK
The function is missing a parameter.
Add failed tests
Improving of method gcb(). Adding tests for the method.Please reviews.
``` // Not work import "waterwheel"; // Not work // import '../node_modules/waterwheel/lib/waterwheel.js' // Not work // import('waterwheel').then((RetrieveStore) => { // console.log("MyView1 loaded"); // }).catch((reason) => { // console.log("MyView1 failed to...
``` go run main.go # wemall/controller/ueditor controller/ueditor/ueditor.go:76:21: multiple-value uuid.NewV4() in single-value context # wemall/controller/common controller/common/upload.go:67:21: multiple-value uuid.NewV4() in single-value context ```
### Description I use the Drupal [jsonapi](https://www.drupal.org/project/jsonapi) module to return json data. And then I used this module with polymer, and I got an error when I demo. Not work....
In the base release, of course, I marked unsafe handling for [Perform actions](https://github.com/dravenk/webthing-go/blob/master/server.go#L559). ``` // Perform an Action in a goroutine. go action.Start() ``` Goroutine is not a queue. Not...