Results 209 comments of ADTC

@Alexalder please open a PR and submit your change :)

@im2nguyen As mentioned in #45, `rover -tfPath terraform` seems to work, which means you should be able to change https://github.com/im2nguyen/rover/blob/ba50369b5b86ff1c87c2dc9a29a88c7efa72a4df/main.go#L66 to: ```go flag.StringVar(&tfPath, "tfPath", "terraform", "Path to Terraform binary") ```

I think since ~the output of flat-chained syntax would violate GraphQL principles,~ _(edit: actually it doesn't)_ it would make more sense for us to build libraries or functions (outside core...

> > violate GraphQL principles > > How? I might have misunderstood while reading [this](https://stepzen.com/blog/alias-nested-field-as-parent-field) before. Now I realize what he meant is that the custom directive violates the principle...

The toast won't show on the first page load in `useEffect` when I'm using `toast()`, until I add `setTimeout`: ```js useEffect(() => { const timeout = setTimeout(() => { toast(My...

@coolCucumber-cat just use spaces, not tabs. --- Towards the discussion, I would say it's important to show the question mark `?` at the beginning of the truthy output, not at...

If this becomes default, could we have the existing behavior as an option? I prefer this new behavior to be an option though, with the existing behavior as default. PS:...

Fair enough about not adding options. But this pull request has 19 👎 vs 3 👍. Given this reaction, the drastic change in opinion on how ternary expressions should be...

@dschnare I thought it may be better to name the options block and then destructure it within the function code block: ```ts /** * Call home. * @remarks * This...

Noticed that there had not been much movement in this repo. I suppose you could say it's in "maintenance mode"? I didn't make much progress learning Objective-C either. The language...