Micah Godbolt

Results 105 comments of Micah Godbolt

The current docs sidebar links are changing internal state of the page and setting a hash to match that state. https://github.com/nodejs/nodejs.dev/blob/6db04d586d6fbcf8924c2996cfcb91f6870b7044/src/pages/docs.tsx#L538-L544 To support page loading, we need to watch the...

https://nodejs.dev/docs/#temporary_path_for_clearImmediate is broken because there is no current logic for handling page loads with hashes, it only handles click events on navigation to load page in

Using hashes for page loads, and then expecting headers/subheaders to deep link isn't going to work too well. We'd probably need to move away from docs being hashed and have...

in Express 4 we'd hope to set it up like ``` app.set('views', ['path/to/files/', 'path/to/other/files'] ; ``` But when you do this, Twigjs doesn't see this as an array of 2...

Appears that the `relativePath` function assumes template.base to be a string, and not an array (which it is when multiple paths are defined in express. I took a little stab...

Was thinking of playing up the architect idea. Caricature with a yellow hard hat, rolled up plans etc

@elyseholladay heh....define soon ^_^

Yup! I'm 100% with you. If nothing else, I'll be putting performance testing into the 'testing' pillar, and make meeting that budget be part of the process of development. Sometimes...

Yeah, I'm certainly convinced that the FEA should have a large hand in setting up the tools and processes needed for a performant site. The question then is how is...