DanConwayDev
DanConwayDev
I just made the suggested changes. Don't we need some production implementations to merge this?
I've implemented this in a git remote helper. The vision here is for git servers to act just as dumb data relays. I plan to release it once, I've added...
> I plan many things, but I haven't touched the git stuff in a while. I have to understand it better before implementing but these sound like good ideas. We...
in some cases the cache adatper returns too many results take a filter that includes `#a` and `#t` the correct behavior is to return events that match both `#a` AND...
what about this little supplementary helper function? ```typescript export function liveQueryState( querier: () => T | Promise, dependencies: () => unknown[] = () => [], default_state: I ): T |...
Its annoying that it cant be used with a single line but i guess that's down to the constraints of `$state` and `$derived` svelte. but as its can't your `isLoading`...
> Is it just an initial state that you're looking for, or for any time it is loading? Svelte's `$state` function just takes an initial value but I was unsure...
@ilkecan does this still work for you? For me the extensions download but do not appear in chromium. > Probably not optimal, but I was able to install the extensions...
> Invalid is the error class; what's the actual error message? Is it "cannot fetch a specific object from the remote repository"? (set here: https://github.com/libgit2/libgit2/blob/main/src/libgit2/fetch.c#L148) yes, its the message: `cannot...
shouldnt `& oid_mask` be removed from https://github.com/libgit2/libgit2/blob/main/src/libgit2/fetch.c#L147 ?