Nick Coury

Results 15 comments of Nick Coury

@RomanGotsiy My handler class references the first service, which in turn references a second service. It does not traverse the tree, I've checked the `emitResult.emittedFiles` and it only outputs `handler.js`...

Yes, was going to say that is the next step. If I get time tomorrow I'll do that to verify if it is or isn't a problem with my setup.

@RomanGotsiy Ok, set up a minimal example. Issue appears to be deeper than just not supporting `tsconfig.json` as the title suggests. The issue is that the use of the typescript...

I've been digging in and attempting to find a simple fix for this but no luck yet. My workaround in the mean time is to deploy with `tsc && serverless...

I'll add another related case. Only certain characters are allowed to be spoken within SSML responses, and if invalid characters are passed it errors the response. I've run into a...

I was just prototyping a version of this yesterday with a pair of style tags: ``` .render-blocked { display: none; } .render-blocked { display: block; } ``` There are several...

Yes, that's the primary use case for the JS API for us, and the VT API would likely work well enough as long as it's still performant on a window...

One question on the proposal is if requiring JavaScript to unblock rendering will be a performance bottleneck relative to a more declarative solution? My understanding is that the context switch...

I agree that the potential for misuse shouldn't be a blocker on this proposal especially since it's opt-in to solve a specific problem. While web users are used to stream...

Left a comment in the other issue: https://github.com/WICG/webcomponents/issues/809#issuecomment-2087913895 I've found a workable solution for this use case, and it's similar enough to https://github.com/WICG/webcomponents/issues/809 that I'm closing this one.