PapsOu
PapsOu
The same behavior appens on Teams service.
Hi, I've got the same issue and it's not understandable. The lib is included as the doc : In app.js : angular .module('myApp', ['ngAnimate', 'ngMaterial', 'ngRoute', "ngResource", "ngSanitize", "ngCookies", "ui.router",...
Seams to be a dependency problem. Your code is using ngMdIcons that is missing on my project. Could you please update the documentation and list all of your inner dependencies...
I'm affected by this missing feature too, like this issue : https://github.com/bmewburn/vscode-intelephense/issues/1118
@nevadascout Do you have planned to release this most wanted feature soon ?
For informations, I had the same problem by setting a custom user-agent. TL;DR; : You should double quote the `$@` in `bin/chromium-browser.sh` and `bin/chromedriver.sh` files : ```bash #!/bin/sh exec /usr/lib/chromium/chrome-original...
I've tested @K4M1coder's solution but it fails because the php requirements seams not good : `Problem 1 - Installation request for coresphere/console-bundle dev-master -> satisfiable by coresphere/console-bundle[dev-master]. - coresphere/console-bundle dev-master...
Thank you that was this config entry that was wrong.
Example configuration to remove message part : ```json { "php-docblocker.functionTemplate": { "extra": {}, "param": { "gapBefore": false }, }, } ``` Just remove the key `"message"` from the function template.
I've got the same problem with atom 1.18.0 and the plugin 0.25.6