dkrieger
dkrieger
 using gnome-terminal on gnome 3.30.2 (wayland) @ 1440p w/ 1.2 font scaling (tested after screenshot w/ no font scaling, same result). Worth noting that running gotop in a VM...
... after trying it in a different terminal and yanking that region when running within vim, I've confirmed the 8th CPU is displayed w/ the background color, making it invisible....
There are several places in 2285ce that rely on [window].[pane] to specify panes. This feature should change those to use the unique id of the pane instead. In general, vimux...
This [isn't directly supported in libgit2](https://github.com/libgit2/libgit2/blob/f81923efbeab1290e7a069446f62f9794cf6d408/docs/projects.md) yet, so the exclusion of files with skip-worktree bit set would have to be done manually. How would you feel about adding a `check_skip_worktree`...
+1. the only way to use this function is to hardcode the counter, which is a curious restriction if intentional.
Following, I was about to enter a similar issue.
now that generics exist, could this be revisited? lacking a `not` modifier is a bizarre limitation, understandable based on language limitations and lib design decisions, but if it's possible to...
@googol do you have a sense of how a `Record` could be enforced via the current state of zod? ran into this issue just now and a bit discouraged that...
API-wise, I think something like `withQueryKey` that takes a function, where `x => x` is the default, that allows you to modify the query key that trpc generates (`x` in...
Hard disagree. The abstraction over cache keys is leaking. Utilizing other hooks to deal with the missing feature is not cleaner calling code by any stretch.