Jake Wharton

Results 1657 comments of Jake Wharton

You would have to check the runtime classpath of the `dependencies` task to see if there are multiple copies. Since OkHttp switched to being multiplatform, you could have something like...

[RFC 3986 section 3.3](https://datatracker.ietf.org/doc/html/rfc3986#section-3.3) defines a path as comprised of `pchar`s: ``` pchar = unreserved / pct-encoded / sub-delims / ":" / "@" ``` which then references ``` unreserved =...

Funny enough I want this primarily for the recordings of our demos where it's distracting. Not sure I actually need it for anything. Although surely some users will want this....

True! A good workaround for now.

I don't think doing so requires raw mode, but long term I'd like cursor control be more nuanced than this. For accepting input, for example, we want the cursor to...

Yeah, maybe. But terminals also allow customization of the cursor and blink rate so it might create an uncanny valley. I guess we'll cross that bridge when we get there.

* libvaxis: hides by default https://github.com/rockorager/libvaxis/blob/fcdeb321feccc1b2b62391c1e257c385a799810e/src/Vaxis.zig#L330 * ratatui: hides by default https://github.com/ratatui/ratatui/blob/e02947be6185643f906a97c453540676eade3f38/src/terminal/terminal.rs#L396-L397 * bubbletea: hides by default https://github.com/charmbracelet/bubbletea/blob/b2e983a1f12f62e268ba9ff22174a4b8b632134a/tea.go#L716-L717 * textual: hides by default https://github.com/Textualize/textual/blob/db3fda928ba3f4807f01ae24ecee260ce6206b1b/src/textual/drivers/linux_driver.py#L246 * ink: hides by default https://github.com/vadimdemedes/ink/blob/7fedab06770eb6199aafe06163f9c47884b88f58/src/components/App.tsx#L129-L131...

So it looks like the only two real commits added were - https://github.com/msfjarvis/gphotos-cdp/commit/5a8e638306804016cb5d2b78c7549775c44dc963 - https://github.com/msfjarvis/gphotos-cdp/commit/bfd6827e93ff974b5e3aa473966cd1a469eaaf24 Otherwise it's a bunch of Nix noise. I guess there's no harm in changing, although...

I'll attempt to give it a try in the coming weeks. I'm not married to maintaining this and happy to redirect people your way!

I think you should file a bug against R8 because it is doing something incorrect with our code. Keep rules are needed for things accessed reflectively–not for normal references like...