Results 157 comments of Brian Kim

If you’re using Homebrew’s version, the models are likely downloaded to `~/Library/Caches/llama.cpp`.

Sorry to hear you’re having trouble. Can you try 3.4/3.5? I did an overhaul of polling around summer-time so these sorts of issues probably should be fixed in 3.4/3.5 🤞

3.4 and 3.5 dealt with misbehavior in the polling function. It seems like you’re asking about a query that polls for the duration of polling sequence, and knowing that this...

@rassie So, perhaps your main issue isn’t that putting the pipe calls on a single line are unreadable, but that the current heuristic creates inconsistencies in formatting two call expressions...

> I strongly prefer multiple lines over single-lines for operator pipelines (aka Prettier 1.18), because it's easier to reason about them, reading from top to bottom. Ah so it’s not...

Right it seems like we’ve moved beyond issues of “readability” to issues of ”expectations,” as in what you “expect” prettier to produce, insofar as no one one has provided an...

@thorn0 Right, but two of the hard-coded names I overwrote were `connect` and `createSelector` which are both Facebook-adjacent (redux). Also, have you ever noticed that jest `test` calls are always...

It’s great until certain libraries are left in the dirt because they are deemed “not popular enough” https://github.com/prettier/prettier/pull/1670#issuecomment-303840512

“Lazy” is probably too harsh, I apologize. Hard-coding is dope af in the right circumstances. I just wanted to follow the rule of threes and needed an extra word

> My point is that putting operators on one line depending on their number is a) inconsistent and b) different in semantics from e.g. reformatting arrays or import lists. It’s...