cowboyd
cowboyd
Explore posts from servers
DDeno
Created by cowboyd on 1/27/2025 in #help
How to load DWARF debugging symbols from WASM modules when running `deno --inspect`
It's a pretty niche issue, so I wanted to loop in anybody that might even be tangentially interested in it.
8 replies
DDeno
Created by cowboyd on 1/27/2025 in #help
How to load DWARF debugging symbols from WASM modules when running `deno --inspect`
It was like three years back so no expectation that you would recall 🙂 but I linked the discussion 👆
8 replies
DDeno
Created by cowboyd on 1/27/2025 in #help
How to load DWARF debugging symbols from WASM modules when running `deno --inspect`
@hansl and @Performance Queen Skye discussed this (briefly) back in June of 2021, but I was not able to find any resolution https://discord.com/channels/684898665143206084/689420767620104201/851517571101622292
8 replies
DDeno
Created by cowboyd on 11/14/2024 in #help
Is there a way to read the current raw options for stdin?
8 replies
DDeno
Created by cowboyd on 11/14/2024 in #help
Is there a way to read the current raw options for stdin?
I can file an issue.
8 replies
DDeno
Created by cowboyd on 11/14/2024 in #help
Is there a way to read the current raw options for stdin?
@Leokuma right. Without a way to get the options, there is no way to set them back to what they were, hence my question.
8 replies
DDeno
Created by cowboyd on 11/14/2024 in #help
Is there a way to read the current raw options for stdin?
It sounds like this can't be done?
8 replies
DDeno
Created by cowboyd on 11/14/2024 in #help
Is there a way to read the current raw options for stdin?
@Leokuma I want to set raw to true, do some stuff, and then set raw back to whatever its configuration was. Does that make sense?
8 replies
Aarktype
Created by cowboyd on 9/3/2024 in #questions
How to type an expressjs-like route handler based on the path pattern.
Thanks so much for your time. This was really helpful.
22 replies
Aarktype
Created by cowboyd on 9/3/2024 in #questions
How to type an expressjs-like route handler based on the path pattern.
I'm writing a structurally concurrent web server using Effection https://github.com/thefrontside/revolution/ (very alpha at the moment).There are a lot of use-cases for typed routes in it, but my current one is that I need to generate a sitemap.xml, and so each route that extends the sitemap needs to "generate" a set of parameters that will in turn "generate" a set of static paths corresponding to those parameters. I'd like to strongy type that generation. In effect say "you need to give me a list of entries that have this shape, and I'll plug them back into the path pattern" to create a list of paths
22 replies
Aarktype
Created by cowboyd on 9/3/2024 in #questions
How to type an expressjs-like route handler based on the path pattern.
If there is something with clear advantages, I might be able to integrate it.
22 replies
Aarktype
Created by cowboyd on 9/3/2024 in #questions
How to type an expressjs-like route handler based on the path pattern.
Not really no, and I'm actually not using express, but I'm using express syntax in order to be very familiar to developers, but I'm not locked into it.
22 replies
Aarktype
Created by cowboyd on 9/3/2024 in #questions
How to type an expressjs-like route handler based on the path pattern.
ah. validation be an upgrade on top of an upgrade
22 replies
Aarktype
Created by cowboyd on 9/3/2024 in #questions
How to type an expressjs-like route handler based on the path pattern.
not familiar with the tge acronym, but just having the basic shape would be a step up.
22 replies