.Literfieber
.Literfieber
DDeno
Created by .Literfieber on 7/27/2023 in #help
Deno test Leaking resources
i found it it was a different function for sqlite where i forogt to close the db 😭 Thank you for your help anyways
7 replies
DDeno
Created by .Literfieber on 7/27/2023 in #help
Deno test Leaking resources
Deno.test(async function t() {
const res = await collection.test()
assertEquals(res, true)
}
)
Deno.test(async function t() {
const res = await collection.test()
assertEquals(res, true)
}
)
7 replies
DDeno
Created by .Literfieber on 10/18/2022 in #help
How to transform a Readable Stream to a file.
Ok i found the solution thanks for the help @crowlkats 😄 It seems like i had to parse it as multipart/form-data and then use the data content to create the file via Deno.writeFile()
7 replies
DDeno
Created by .Literfieber on 10/18/2022 in #help
How to transform a Readable Stream to a file.
It seems like it is posted as multipart/form-data it might has some extra data in it that corrupts the output
7 replies
DDeno
Created by .Literfieber on 10/18/2022 in #help
How to transform a Readable Stream to a file.
I cant open it in a img viewer
7 replies
DDeno
Created by .Literfieber on 10/18/2022 in #help
How to transform a Readable Stream to a file.
That worked but now it seems to have the wrong encoding
7 replies