Deniz
Deniz
If you import `ffmpeg.ts` instead of `mod.ts`, it works. For some reason the author of this module decided to import unit tests in `mod.ts`. Maybe this is an old Deno...
Did anything come out of this?
@wagnerdelima I did manage to get it working after a lot of trial and error. I don't have access to any of the actual code anymore, but this is pretty...
Sorry, maybe I misunderstood your question, was my response what you were looking for? I don't really remember.
@wagnerdelima Here's some example values, with some explanation below. ```py SOCIAL_AUTH_APPLE_ID_CLIENT = "com.foobar.MyApp" SOCIAL_AUTH_APPLE_ID_TEAM = "FDHPXE33MD" SOCIAL_AUTH_APPLE_ID_KEY = "3AB82BA21G" SOCIAL_AUTH_APPLE_ID_SECRET = "-----BEGIN PRIVATE KEY-----\nVdH8so0J1DSjnWydQYEXIgBXJznkeOxL9UwKDuipH4KSDzbBF4ehTlbkui4eo3fB\nDk2qNRWtomLL1Rh0lqtmvQ7BdqqLXA8aYba7p12DWSIqP0ZOZsHPGTOmdSDXfkak\nfW9cT2tS7XxGtqtnm8mpHP9c8WzufCN7Cri6Co27ULUTz8MUPQebws7ugYiFT0Xf\n52F6BIw8\n-----END PRIVATE KEY-----" SOCIAL_AUTH_APPLE_ID_SCOPE = ["email", "name"]...
@wagnerdelima Thanks. I don't use Django in general anymore, so unfortunately I won't be able to assist here.
> Thanks, looks good, but instead of making this npm and node specific, perhaps we should make this "schemed"? So if a specifier starts with all letters then a colon...
@soulchild Nope. ``` $ deno cache --unstable --reload --check=all --lock-write mod.ts Check file:///.../my_project/mod.ts error: TS2580 [ERROR]: Cannot find name 'Buffer'. parse(xmlData: string | Buffer ,validationOptions?: validationOptionsOptional | boolean): any; ~~~~~~...
@rohanliston Personally, I will not be working on adding docs or tests to this PR, I don't really use Python much anymore at all. If anyone really wants this to...
Just out of curiosity, what should the diff show in your example?