Dag Hendrik Lerdal
Dag Hendrik Lerdal
@rwwagner90 Thank you for responding so quickly. You are probably right. However it seems to be a problem that's related to the height, but maybe in combination with some other...
No errors in the console, but if I manually remove (in chrome's dev console) the "height: 100vh" of the svg element that shepherd creates to produce the grayed out layer...
@Whiletru3 : I tried grabbing your fork and building it in Visual Studio 2017, but I'm having trouble with the dependencies. Getting the same errors as in https://github.com/ArgusMagnus/PDFiumSharp/issues/14: `'PDFium' does...
Thank you!
@Murderlon , Thanks for adding the possibility to send unique headers along with each chunk in @uppy/aws-s3-multipart in Uppy 3.x ([#3895](https://github.com/transloadit/uppy/pull/3895)). I haven't upgraded my web app to Uppy 3...
Thanks for the quick and honest reply!
I am getting errors during migrating as well: ``` root@MYSERVER:/# wget -O migrate.sh https://rt.cx/ee3to4 && > chmod +x migrate.sh --2019-07-03 14:43:13-- https://rt.cx/ee3to4 Resolving rt.cx (rt.cx)... 104.18.36.157, 104.18.37.157, 2606:4700:30::6812:259d , ......
Support for the new additional checksum algorithms in [PutObject](https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html) would be great. For me, it's not really clear what format they expect the values of the (CRC) checksums to be...
My bad. I did a simple base64 encode of the hexString using btoa(hex) in JavaScript (treating it as a regular string). Updating my code, taking into account that I'm dealing...
If you upload a file to S3 via the AWS Management console (like demonstrated [here:](https://www.youtube.com/watch?v=Xt6Lv4LrBQE&t=2s) you'll get a Base64 string in the "Additional checksums" field in the AWS console. You...