gclove

Results 7 issues of gclove

What's mean with that ## Now is mandatory have PHP in the enviroment PATH; I can use the **php -v** command, but in Atom it show that ... 'php' could...

![image](https://user-images.githubusercontent.com/3645410/86307176-b0513280-bc48-11ea-83ea-67864d8941f1.png) ```go import elasticsearch7 "github.com/elastic/go-elasticsearch/v7" ``` ## But in the latest version of gomacro is successful. ```bash gomacro> import elasticsearch7 "github.com/elastic/go-elasticsearch/v7" // debug: looking for package "github.com/elastic/go-elasticsearch/v7" ... // debug:...

Can we support `operation duration`? I think there is such a display in the vue package. > ![image](https://user-images.githubusercontent.com/3645410/133869436-b38b55e2-b497-4b1a-b8d0-c847ee4e4bf1.png) > ![image](https://user-images.githubusercontent.com/3645410/133869505-45306cb3-3e3f-4fa4-9bd9-b1e13b872e74.png)

Type: Improvement
Status: Needs Information
Status: Backlog

--- > 如果使用sass旧语法(sass语法),文件后缀名应为`.sass` > 如果使用sass新语法(scss语法),文件后缀名应为`.scss`语法。 --- 参考 https://github.com/twbs/bootstrap/blob/v4-dev/scss/_variables.scss http://www.sasschina.com/guide/ --- ```js sass: ExtractTextPlugin.extract({ use: ['css-loader?minimize', 'autoprefixer-loader', 'sass-loader'], fallback: 'vue-style-loader' }), { test: /\.sass/, use: ExtractTextPlugin.extract({ use: ['autoprefixer-loader', 'sass-loader'], fallback: 'style-loader'...

![](https://camo.githubusercontent.com/af44b4592d3a6a701aa406bf39c7f62903c60544/68747470733a2f2f62616467652e667572792e696f2f6a732f736f636b65742e696f2d636c69656e742e737667) [https://github.com/socketio/socket.io-client/](https://github.com/socketio/socket.io-client/)

Can we support `operation duration`? I think there is such a display in the vue package. > ![image](https://user-images.githubusercontent.com/3645410/133869436-b38b55e2-b497-4b1a-b8d0-c847ee4e4bf1.png) > ![image](https://user-images.githubusercontent.com/3645410/133869505-45306cb3-3e3f-4fa4-9bd9-b1e13b872e74.png)

Type: Improvement
Status: Backlog

https://github.com/udacity/AIPND_P1_Robot_Controller/blob/95d8c0486f00eaa6a37a0c7186a6118b9198d840/test.py#L15-L29 https://github.com/udacity/AIPND_P1_Robot_Controller/blob/95d8c0486f00eaa6a37a0c7186a6118b9198d840/test.py#L47-L52 在 `valid_actions` 如下返回错误结果前,依然能通过测试 无法完成 任务 9 `random_choose_actions` ### 应增加以下条件 ```txt (1, 7), 'r' True (3, 5), 'd' True (3, 3), 'd' True (1, 1), 'l' True ```