-
Goals:
Understand the limits of our software in the wild
Plan of Attack:
A) Instrument a lot more of our code and have it send stats to segment.io
- pachd
- all API calls and timing (e.g.…
-
I am trying to extract the EPG to Port mapping with this code
```
epg_to_port:
class_name: vlanCktEp
query_parameter: '?rsp-subtree-include=required&rsp-subtree-class=l2RsPathDomAtt&rsp…
-
**Sails version** _(sails)_: 1.0
Hi, I'm a new Sails user so apologies if this isn't the correct place to bring this up.
Whilst the ASCII-art comments in the generated code look cool e.g.
```
…
tomgp updated
5 years ago
-
Now ANSI colors are supported in the debug console, I'd like to see it in the editor, something like [SublimeANSI](https://github.com/aziz/SublimeANSI).
- VSCode Version: 1.19
- OS Version: ma…
-
```
What steps will reproduce the problem?
1. call google.load("mootools-more", "1.2.1");
What is the expected output? What do you see instead?
Mootools More should be loaded but an error ("Module: '…
-
**Describe the bug**
On Glances 4.0.4 start-up, and the following error is logged:
`ERROR -- containers (Docker) plugin - Can't connect to Docker (Error while fetching server API version: (2, 'Creat…
-
Hi,
I'm writting simulatenously few libraries and it's realy pain to commit everything and for every few lines write $ composer update. So it would be nice to have new kind of local repository or som…
-
I attempted to implement recovery of the `translation.csv` from translation files in #89 , but I have found that it's not really possible to recover the keys. The keys are not stored in the `.translat…
-
I have a simple working Java Maven project. This project builds (assuming you have Java and Maven setup) - with:
mvn clean install
And the jar file runs as expected.
However, when I op…
-
> Describe the issue. Is it a bug or a feature request (new rule, new option, etc.)?
Loading stylelint (`require('stylelint')`) is very slow. It takes over a second for me when there’s nothing else…