Gabriel
Gabriel
hi @punksta @TacoTheDank
This is annoying me on transmission-web too. Anyone can summarize what is needed on the daemon before work on the clients? Is there already an API for "start metadata download...
> https://github.com/transmission-remote-gui/transgui/issues/1436 > > It was raised a year ago... Thanks. I had seen that one before, that bug is also about the GUI. It also does not mention anything...
you mean https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/backblaze-b2/index.d.ts ?
showing the fix on 95, which was only for doas printed errors: ``` $ doas ls 1>1.txt 2>2.txt (press a few wrong fingers) $ tail 1.txt 2.txt ==> 1.txt 2.txt
not familiar with pam interfaces, but tried to simply force ECHO_ON on https://github.com/Duncaen/OpenDoas/blob/master/pam.c#L64 and that only moved the pam messages to stderr: ``` $ git log ... commit b96106b7e34ac591ae78b1684e9be3a265122463 $...
pam/fprintd says it's "[fixed](https://gitlab.freedesktop.org/libfprint/fprintd/-/issues/17#note_755f3e21fe9532d85e1c28fdc8dbb6220f8824d7)" on their end. Anyone can validate the implementation here? I'm not familiar with pam.
About the failing tests... can either remove the existing places where diff prefixes are handled, or try to centralize them and cover all cases. e.g. https://github.com/jonas/tig/blob/tig-2.5.10/src/diff.c#L745 (there are others, searching...
axios should be >0.29 ``` # npm audit report axios =1.0.0 Depends on vulnerable versions of axios node_modules/backblaze-b2 2 high severity vulnerabilities ```
minimal reproduction case on a nextjs15 sample project: https://github.com/user-attachments/assets/6634eb7b-1f8c-4b1a-9d31-f64d552c2706 (select revert to `defaultValue`) ```typescript // app/pages.tsx "use server" import ClientForm from "./clientform"; import type {myType} from "./serverAction"; export default async...