-
I used pinject to create object graphs in my automated testing. This works really well, except that the time required for new_object_graph() is rapidly adding up. The problem is that pinject is spendi…
-
Hi,
I am having some trouble with importing a 3rd party Angular module into my project. The third party module is angular-modal-gallery. It works when I turn off pre rendering and adding ModalGalle…
-
Although I have run meteor many times, there's no folder `.meteor/local/build`. Is this something they have changed about meteor, or is there a specific command that would create and populate that fo…
-
### Checklist
- [X] The bug is reproducible against the latest release and/or `master`.
- [X] There are no similar issues or pull requests to fix it yet.
### Describe the bug
Upgrading…
-
https://github.com/Saisui/JXON/blob/f52840ea75f356e75c3daa468ec6f0d8432d1985/jxon.gemspec#L27
```shell
The gemspec at ./JXON/jxon.gemspec is not valid. Please fix this gemspec.
The validation error…
-
### Subject of the issue
A special combination of `any_instance_of` calls can prevent `rspec-mocks` from properly restoring the originally mocked method method during it cleanup step. I'm only able t…
-
We have plenty of open pull requests updating query runners, that we are hesitant to merge because there is no way to verify it doesn't introduce a regression. We also had our share of regressions int…
-
Hi,
Suggest setting up some Continuous Integration, eg. Travis CI or similar
-
This is a big one. Most substantial npm modules come standard with some form of testing that can be run on CI. We aren't most modules though, seeing as how our circumstances are slightly different r…
-
I'm trying to make use of an in-memory database (mongodb-memory-server) when running my tests, but I can't get it to work. I think that the fact that I'm requiring "loaders" when I create a server ins…