Jeremy Weinstein

Results 41 issues of Jeremy Weinstein

### What version of `astro` are you using? 1.0.0-beta.72 ### Are you using an SSR adapter? If so, which one? None ### What package manager are you using? npm ###...

needs discussion

I believe the `--file` flag with `grow build` isn't working with static routes, for example: ``` $ grow build --file=dist/js/main.min.js -np Building: 0/0 (in 0:00:00.3) Finished with no diffs since...

We have a use case where we want to run JavaScript tests against the `grow build` or `grow deploy` fileset (after the commands are run). In order to generate a...

``` WARNING: Start of line didn't match any expected keyword. Error merging catalogs for locale -> ja Traceback (most recent call last): File "grow", line 76, in File "site-packages/click/core.py", line...

Currently, a site with many locales downloads translations for each locale in sequence (in threads). We can update this to use a batch request with the Google Sheets API (this...

enhancement

```Step #2 - "run grow command": File "/usr/local/lib/python2.7/dist-packages/grow/documents/document_format.py", line 89, in front_matter Step #2 - "run grow command": front_matter = self._parse_front_matter() Step #2 - "run grow command": File "/usr/local/lib/python2.7/dist-packages/grow/documents/document_format.py", line...

It might be useful to be able to mark messages (likely at extract time) to be able to associate individual messages with a translation request. This would be useful to...

Investigate using "fake" locales (i.e. locales not included in Babel's ICU datafiles) with locale-tagging in YAML files. It seems like the locale in the YAML file must be all lowercase...

A few content management utility commands would be really helpful - ``` # Adds "Hello World" to a strings database managed in Google Sheets. grow google_sheets add-string foo.bar "Hello World"...

enhancement

Currently, we add a few yaml extensions in grow such as `g.string`, `g.yaml`, etc. We should allow extensions to extend Grow's yaml parser as well.

enhancement