iehdk

Results 6 issues of iehdk

Is there a demo of the result? A nice html page?

Situation: I want to exclude a directory and setting `"excludes": ["\\.meteor\/"],` should do the trick, however, said directory contain broken links resulting in `Error: ENOENT: no such file or directory,...

So the has_many explanation @ https://neo4jrb.readthedocs.io/en/9.2.x/ActiveRel.html could be better, IMHO. Take the example: ``` class Student include Neo4j::ActiveNode has_many :out, :lessons, rel_class: :EnrolledIn end ``` What is `:out` ? What...

Some documentation might help ...

``` iehdk@milhouse:~/install/src/meteor-react-app$ meteor --version Meteor 1.8 iehdk@milhouse:~/install/src/meteor-react-app$ meteor add typ:accounts-ldap => Errors while adding packages: While loading package typ:[email protected]: error: Command failed: /Users/iehdk/.meteor/packages/meteor-tool/.1.8.0.1nlwb84.6tdm++os.osx.x86_64+web.browser+web.browser.legacy+web.cordova/mt-os.osx.x86_64/dev_bundle/bin/npm rebuild --update-binary usdt.c:212:9: warning: implicit declaration of...

It eludes my how to download a file stored server side. Here I use HTTP.get, but the file content is a bunch of javascript text and not CSV data as...