Results 157 comments of Brian Kim

> I didn't mean to disparage your work I don’t think you were! To be clear, I love debating issues of code and think that arguing is crucial to producing...

https://github.com/prettier/prettier/issues/6899#issuecomment-552342543 also has more examples of code which was changed. > > Before (1.18.2) > ```ts > this.subjectNewLine1$ > .pipe( > filter(Boolean), > debounceTime(300) > ) > .subscribe((value) => {...

@oscar-b How do you reconcile this opinion with the fact that ramda docs have multiple instances of `pipe` or `compose` calls appearing on a single line? ![Screen Shot 2019-11-19 at...

> Isn't that perfect evidence that it needs to be configurable? Configurable how? > The old hardcoded solution worked just the way I expected it to. See #4858 #4935 #5060...

Related: https://github.com/apollographql/apollo-client/issues/8063

@Jarred-Sumner The macros are generated using an entrypoint in `src/bundler/entry_points.zig` The exports are imported with a top-level await on an `import` expression. ```zig // This is not very fast. The...

@htulipe We’re probably not going to remove `useLazyQuery()` in the foreseeable future. That was mostly just brainstorming about potential breaking changes we wanted to make (never let a major version...