-
Assume the user writes this in his project.yml file:
```
:gcov_fixture:
:executable: /some/executable
:arguments: ${1}
```
then we'd get this error:
```
rake aborted!
NoMethodEr…
-
```console
$ git rev-parse HEAD
2533f5e142ef58a1127c0b00b8dd42eb520f0a5e
$ git diff
diff --git a/vint/asset/default_config.yaml b/vint/asset/default_config.yaml
index 3d664ba..c1639e4 100644
-…
-
```
$ git clone https://github.com/jsverify/jsverify.git
$ cd jsverify
$ npm install
$ flow
/Users/xyzpdq/Dev/jsverify/lib/functor.js:55:12,61:5: call of method then
Property not found in
/private…
-
I'm getting
```
chrome 45 ✖ Test Suite Initialization
Failed to execute 'registerElement' on 'Document': Registration failed for type 'dom-module'. A type with that name is already r…
-
Howdy, would you be open to giving the generator the ability to generate TypeScript declarations in addition to the JS code it already generates? It would be handy because it would give some editors a…
-
If I mock an Angular Injectable Service, I get the following as soon as I include it in the module providers list:
```
TypeError: function is not iterable (cannot read property Symbol(Symbol.itera…
-
We recently introduced simple test scaffolding in [fern-python](https://github.com/fern-api/fern-python/pull/296). We should do something similar here, potentially with `jest`.
Previous PR:
This…
-
I remember that we had killed all parsing errors at some point. They seem to be back.
Errors
```
$ grep imaginary logs.txt *[master]
WARNING:FeaturesExtractor:could not par…
-
We have quite some history when it comes to link checks:
- #1722
- #5613
- #5614
- #6612
- #6916
So we're currently not running link checking at all. And it shows:
```
.../adopt.rst:56:…
-
Hi,
I'm not perfectly sure the problem is related to this package, but 've receive an error when PSK project is scaffolded with `yo polymer` on Windows. So far I'm not able to quickly locate possible…