Steven Le
Steven Le
This was reported by a client in an internal repo, so I wasn't able to reproduce it myself. It sounded like `grow build` worked fine but `grow deploy -f local`...
I added two tests (one for `{mode: 'open'}` and one for `{mode: 'closed'}`. Would appreciate another look to make sure I'm following the correct patterns for this project. ~~(Note: I...
Thanks for the review! What's the next step from here? I assume you'll handle the merge and the publish to npm?
FYI I'm getting this error using esbuild, since you're already using typescript and tsc, this feels like an easy fix. Just update your tsconfig to output a .d.ts declaration file...
We're mainly looking to embed the content of the page, I think we'd be happy with some "embeddable" version where any form interactions ("join jam", etc.) opens a new tab....
Agree with @Zoramite, having to add `|t` or `|l` or whatever everywhere is cumbersome. Is untagging a yaml really that slow? You're just walking the JSON tree right? It doesn't...
> We could try something similar here where the `toLocale()` would return a new instance of the same class but stores the `locale`. In Nunchucks, I believe it uses `toString()`...
> Regarding the cache: I found that Node's performance with parsing YAML is incredibly fast. So we may not need the cache as it exists currently in the prototype. In...