Mikael Finstad
Mikael Finstad
Had a hard time finding a simple tool for backing up and restoring both structure (table create, indexes, ...) and data of DynamoDB.
fixes #205
Nice library! Would be nice if we could also parse a string from memory (not just a file) That way this library could also be used in the browser/web and...
Similar to #56, but probably has to be solved in a different way for Windows. This was reported by a user in my app losslesscut https://github.com/mifi/lossless-cut/issues/537 When he trashed a...
fixes #3496 ## TODO - [x] provider: dropbox - [x] provider: box - [x] provider: drive - [x] provider: onedrive - [x] provider: facebook - [x] provider: instagram - [x]...
Omitting this has been printing warnings for a long time now. See #3180
## Discovered while working on #3159: - [ ] speed improvement: For TUS uploads (and I believe form upload), we don't need to download file first, even if its size...
I created this issue to collect any breaking changes that we want to do for the next major: - [ ] `streamingUpload` true by default (and remove from all docs/examples...
# `form-data` As discovered in #3477, https://github.com/form-data/form-data can cause strange bugs and crashes. Although that pr #3478 works around two of these bugs by sanitizing all metadata to strings, `form-data`...
The argument for not running `--fix`: - when doing merges into PRs, this can cause unrelated changes to be pulled into the merge, like what happened with my readme in...