Sophie Dankel

Results 94 comments of Sophie Dankel

> How does this chooses the commit to run? Good catch, I would also expect the commits to be in the PR branch. It looks like the changes in the...

@gitname Thanks so much for creating this repo, it was very easy to follow! This was the only snag I ran into following the README.

> Anyway, the instructions you have written are directly applicable to that. I just may move them to a different place in the document (than among the main steps). This...

@esemedev are you able to merge this?

Is this confirmed fixed in any version? Can we reopen the issue until it's confirmed fixed? @hwillson @benjamn We are having this issue in 3.0.0-beta.22 with `no-cache` fetchPolicy. This bug...

Yes, it repros in `3.3.19`. Updated @delyanr 's repro with `3.3.19` and a working GraphQL endpoint [here](https://codesandbox.io/s/changing-variables-no-cache-demo-forked-z3kkn).

The "Reload Window" command restarts LSP, if that's helpful.

I got it working by manually adding `source /Users/sophiedankel/.forc.autocomplete` to my `~/.bash_profile` It seems like there's an issue with autocompleting flags. For example, I would expect this: `forc crypto --ve`...

It would be great to leverage the `[network]` section of the manifest file to house some of these args. `forc ndoe` could be confused with Node.js. Some other options might...

I agree. It would mainly be backend TS/JS devs who might be confused by `forc node`, but they'd quickly see that we didn't repackage Node.js into a forc plugin 🙃