Aaron Tribou

Results 12 comments of Aaron Tribou

@jmdobry I'm completely new to js-data, but I've been looking for a good solution to use ImmutableJS-based models for a Google Cloud Datastore project. Would [your proposal above](https://github.com/js-data/js-data/issues/57#issuecomment-206095460) enable this?...

I copied the `git-scp` file from that branch to `/usr/local/bin`, but I'm not sure if it's being used (I installed git-extras with brew). I'm still getting the same results.

``` $ which git-scp /usr/local/bin/git-scp ```

`$ cat $(which git-scp) | pbcopy` output: ``` bash #!/usr/bin/env bash COLOR_RED() { test -t 1 && echo -n "$(tput setaf 1)"; } COLOR_GREEN() { test -t 1 && echo...

``` Build started Fetching repository commit (52ecded)...OK Total: 17 MB in 648 files Running Install scripts Install-Product node $env:nodejs_version Uninstalling node 4.8.7 (x86)... Installing node 10.0.0 (x86)... npm run yarn...

Hi, could you provide an example of how you're using `\` in your snapshots? I'm guessing it's being affected by the [normalization done with the `slash` package](https://github.com/tribou/jest-serializer-path/blob/6ab71115217e304422d0e294b009d1f17fdfe6dc/lib/index.js#L130).

Yes, I agree this would be a great use case and support what @chrisblossom mentioned. I'm not well-versed with `lerna` or `yarn workspaces`, so just a couple questions/confirmations: 1. I...

> This is only if people use the lerna run and exec commands. I believe this is considered best practice, but in the majority of projects I've seen, they do...

Could the Heap library fail gracefully instead of crashing the app when this happens?

Thanks, I'll try debugging the `getRethinkConfig`... `DATABASE_HOST` is set to `192.168.99.100`, so since the error is still specifying `localhost`, it's gotta be missing the `dotenv` config somewhere.