max
max
DDeno
Created by max on 7/15/2024 in #help
Is it possible to capture console log output?
Deno.core doesn't exist
6 replies
DDeno
Created by localhost on 7/14/2024 in #help
Has anyone set up Deno's LSP on WASM with monaco?
my understanding is that LSP needs access to the filesystem and uses deno's dependency cache. so yes, I think if you were to send the LSP the source code of a file it would download the related dependencies and look for them on disk
5 replies
DDeno
Created by max on 4/23/2024 in #help
With Deno.serveHttp marked as deprecated is there a way to run an HTTP server off of a Deno.Conn?
ok, sounds good, thanks. I am a little sensitive to the overhead of spawning another connection to proxy to Deno.serve, but will keep using serveHttp for now. Would be very interested in a Deno.serveOn api.
8 replies
DDeno
Created by max on 4/23/2024 in #help
With Deno.serveHttp marked as deprecated is there a way to run an HTTP server off of a Deno.Conn?
The AI is helpful but seems less afraid of the looming 2.0 soft removal
8 replies