Beverly Fields
Beverly Fields
EDIT: Nevermind that mess I wrote here before. Just needed to add a "main" entry to the component.json.
Make sure you're doing "npm install" within Dockerfile, and make sure .dockerignore contains **/node_modules This is commonly a result of having a local node_modules directory get copied into the docker...
The issue affects links where data-remote=true and data-method is set. This [pull request](https://github.com/kevinvaldek/mootools-ujs/pull/10) resolves the issue.
Anyone ever find a workaround to this?
Unfortunately, changing the order of the dependencies inside my package doesn't fix this. Anyone have another workaround? Not being able to use collection-hooks and collection2 together in Meteor methods would...
@yogiben Nope. I've stopped using collection-hooks. I didn't really find any good alternatives though. I just do what I can to work around the need for hooks now.
This might belong as a separate issue, but it seems like a DEATH LOOP should be something that can be voluntarily handled by a service. My services do more than...
Which version of OrientDB did you develop against? I'm getting integration test failures in version 1.1.0 and mismatches in protocol expectations in version 1.2.0. I noticed that you modified several...
I'm not seeing an OrientDB download for 1.3. Did you build it from source? There is a lot of reorganizing I want to do with the code, but I'd still...