wulfey
wulfey
DDeno
Created by wulfey on 8/1/2023 in #help
Proper usage of `Deno.HttpClient`
It's a decision that randomly came to mind, but depending on what is truly better, the background functionality should be based around the proper decision.
2 replies
DDeno
Created by wulfey on 1/30/2023 in #help
Is there a way to fetch() with headers, WITHOUT forcing header keys to lowercase?
sorry for the late response
16 replies
DDeno
Created by wulfey on 1/30/2023 in #help
Is there a way to fetch() with headers, WITHOUT forcing header keys to lowercase?
i did not, what i did was create a very sparse HTTP/2 request module just for the purpose i needed it for
16 replies
DDeno
Created by wulfey on 4/22/2023 in #help
Preventing `Deno.stdin` reads from blocking
(and that it gained some attention, which i appreciate a lot)
12 replies
DDeno
Created by wulfey on 4/22/2023 in #help
Preventing `Deno.stdin` reads from blocking
good to know it is in fact a bug
12 replies
DDeno
Created by wulfey on 4/22/2023 in #help
Preventing `Deno.stdin` reads from blocking
12 replies
DDeno
Created by wulfey on 4/22/2023 in #help
Preventing `Deno.stdin` reads from blocking
its really infuriating because it prevents me from restarting the app in case something breaks
12 replies
DDeno
Created by wulfey on 4/22/2023 in #help
Preventing `Deno.stdin` reads from blocking
latest
12 replies
DDeno
Created by wulfey on 4/22/2023 in #help
Preventing `Deno.stdin` reads from blocking
(actually, there is an issue about this at https://github.com/denoland/deno/issues/14333, but it hasn't gotten any attention for about 8 months)
12 replies
DDeno
Created by wulfey on 2/12/2023 in #help
Properly continuously read data from a Reader
have a great day :)
40 replies
DDeno
Created by wulfey on 2/12/2023 in #help
Properly continuously read data from a Reader
thank you
40 replies
DDeno
Created by wulfey on 2/12/2023 in #help
Properly continuously read data from a Reader
thank you for your help!!
40 replies
DDeno
Created by wulfey on 2/12/2023 in #help
Properly continuously read data from a Reader
it in theory should if i just do some replacing there
40 replies
DDeno
Created by wulfey on 2/12/2023 in #help
Properly continuously read data from a Reader
i see, that method uses the actual "getReader"
40 replies
DDeno
Created by wulfey on 2/12/2023 in #help
Properly continuously read data from a Reader
Deno.TlsConn has a readable property
40 replies
DDeno
Created by wulfey on 2/12/2023 in #help
Properly continuously read data from a Reader
though, only now i notice
40 replies
DDeno
Created by wulfey on 2/12/2023 in #help
Properly continuously read data from a Reader
the only thing it returns is a number, or null if EOF (end of file, connection close)
40 replies
DDeno
Created by wulfey on 2/12/2023 in #help
Properly continuously read data from a Reader
Deno.Reader.read(p: Uint8Array): Promise<number | null>`
Deno.Reader.read(p: Uint8Array): Promise<number | null>`
40 replies