Reza Fatahi
Reza Fatahi
[Cryptoswift looks to have handled this change](https://github.com/krzyzanowskim/CryptoSwift/blob/master/Sources/CryptoSwift/Generics.swift), lib isn't synchronizing with latest Cryptoswift. I wonder if this is also true for other libs BigInt etc.
I can confirm there are a few similar errors in other files, ultimately the project does successfully build.
@mrkurt apologies for the delay one thing about this commit in the Go equivalent's `dresp.Body.Close()` I tried to `cancel()` the stream, and it throws an error even in a try...
i just noticed `Merge branch 'master' of github.com:superfly/cdn` I didn't mean to do this-- I committed my changes locally, pulled upstream, and pushed to my own repo so the PR...
[i'll proceed with implementing /downloads API, it's a v1 API and no notes](https://www.dropbox.com/developers/documentation/http/documentation#files-download), i don't think it'll be any issue
@mrkurt would you please provide me some help with FlyRequest: ``` import { FlyRequest } from "@fly/v8env/lib/fly/fetch"; ... var fr = new FlyRequest() ERROR in /usr/local/var/foss/cdn/src/backends/dropbox.ts(39,16) TS2693: 'FlyRequest' only refers...
@mrkurt I can't seem to stick the headers to request, would you please take a look, i think [according to docs](https://developer.mozilla.org/en-US/docs/Web/API/Request/Request) this should work no? the log output for the...
sorry i'm so helpless here @mrkurt
@mrkurt for some reason the headers are stripped as RequestInit (how you did it with change in return type) and as object literal passed directly to Request (as viewed by...
@mrkurt you're right, JSON.stringify outputs the values and it shows the headers change from RequestInit to Request ```javascript function normalizeOptions(options: DropboxOptions): RequestInit { var headers = { "Authorization": `bearer ${options.token}`,...