Brian M Hunt

Results 187 comments of Brian M Hunt

#736 is important for Promise/A+ compliance

It looks like support for HTML is in config.js. Here's a possible Pug definition: ```pug PugTemplate: { word: /[$0-9a-zA-Z_-]+/, regexes: [ /^\s*{word}\#{word}(\s|\(|$|\.)/ //^^ presumes ^ is beginning of a line...

@deefco You can already do this in TKO with a parameter e.g. ```tsx class TheTime extends tko.Component { get template() { const date = new Date().toISOString() return {date} } }...

@deefco I was thinking about this a bit and I think I understand the ask. Tell me if this makes sense for a desirable outcome: The default `get template` for...

We are experiencing this too, no console output mentioning the environment, using the latest `firebase-admin` and `firebase-tools` (11.0.1). I started tracing backwards through `FunctionsEmulator::startRuntime` but don't have time to investigate...

I'll try and root out the issue. It's bothering me. :-)

Could this issue be the cause of brianmhunt/knockout-secure-binding#23?

Thanks @privatenumber I didn't know about that replication system. We're seeing bugs in the sourcemap name and that looks like the perfect place to replicate (and then I'll report here...

This continues to be an issue: ``` @brianmhunt ➜ (main) $ npx esbuild --version 0.15.10 ``` (Noting that noting in 0.15.11 and 0.15.12 related to this) @evanw in case the...

This would be a great fix, to avoid having to patch dagre in `node_modules`.