kt3k
kt3k
DDeno
Created by Mqx on 3/11/2024 in #help
Import SCSS in TS files
Do you suppose the use of declare module syntax will resolve the above error? A feature request with a supposed example would be helpful
51 replies
DDeno
Created by Mqx on 3/11/2024 in #help
Import SCSS in TS files
I don't think it's immediately a bug, but support of such situation can be added/suggested in Deno.
51 replies
DDeno
Created by Mqx on 3/11/2024 in #help
Import SCSS in TS files
I don't think we have other solution than @ts-ignore. Looks like something need to be fixed (supported) in deno lsp and deno check
51 replies
DDeno
Created by ChilliSniff on 9/24/2022 in #help
Request.body.getReader() into Uint8Array typed array
(The answer to the original question) @( ¬‿¬) I think you can use new Uint8Array(await o_request.arrayBuffer())
11 replies
DDeno
Created by ChilliSniff on 9/24/2022 in #help
Request.body.getReader() into Uint8Array typed array
Ok. Fair Enough. Let's add readable stream support to readAll.
11 replies
DDeno
Created by ChilliSniff on 9/24/2022 in #help
Request.body.getReader() into Uint8Array typed array
though I'm not sure if we should overload it to readAll
11 replies
DDeno
Created by ChilliSniff on 9/24/2022 in #help
Request.body.getReader() into Uint8Array typed array
I agree with having utility for that (read all contents from ReadableStream)
11 replies