Perry Mitchell
Perry Mitchell
I would accept a PR for this.. but unfortunately don't have time to tackle it myself, sorry.
I'm not sure what could be happening here, though to be honest I've not really used those functions in my own projects. From what I've seen they are incredibly unstable...
Confirmed with the latest set of changes - upload/download progress will be **dropped**. Using streams + middleware to measure progress is the best way, especially because streams are better than...
I'm using it in [webdav-fs](https://github.com/perry-mitchell/webdav-fs/blob/master/source/brototype.js), which is in turn being used in my password manager [Buttercup](https://github.com/perry-mitchell/buttercup-core).
Having the same issue. `notarytool` is found (`/Applications/Xcode_14.2.app/Contents/Developer/usr/bin/notarytool`) but it still logs: `notarytool not found, trying legacy.`
Seems like for some things it works, and others it doesn't. Every time a backup us run, I see this: ``` > Executing: /usr/local/bin/restic backup --tag ar:cron --tag ar:location: /mnt/source/...
This should also be present in `router` imo. All handlers could easily have `res` for `res.locals` access as this is far better for adding custom properties than placing them on...
I have many situations where I have a model like the following: ```javascript const MEDIA_TYPE_FLASH = "flash"; const MEDIA_TYPE_HTML = "html"; ``` I feel like something that'd be useful for...
Hello! Yes, I can say that Buttercup will eventually support several other kinds of authentication such as passkeys. I would add it myself - passkey support - but I'm currently...
Hi! What format would you expect it to be in? Like a table/grid? A list? I'm not sure if there's one size to fit all here, as I've seen recovery...