Randy Merrill

Results 45 comments of Randy Merrill

I've tested this fix locally and it works great. It allows you to send form data using native [`FormData`](https://developer.mozilla.org/en-US/docs/Web/API/FormData) in the browser without needing an external library. For example: ```...

This is probably happening because of the bug in #50 that may be fixed by #160 with variable expansion.

The `git flow release finish` creates a tag as part of the process. If you do a `git push --tags` it will push that tag out to the remote repository....

Git supports the + so it is specific to gitflow: ``` git branch 'google+' ```

Looking into this some more, there are two different routes that we could take to incorporate the `msgctxt`. * The [puente project uses django's pgettext](https://github.com/mozilla/puente/blob/master/puente/ext.py#L9-L23) to add in the `pgettext`...

Where this is happening is kind of odd. It looks like it is happening with the rendered docs, but the rendered docs should always have tmp file paths, which is...

Thanks, that should be enough to try and replicate it.

Hi @OktarinTentakel ! Glad you are liking grow :) There isn't really anything stopping you from using grow to template out data for the frameworks to use. Depending on what...

Hi @OktarinTentakel So far the only docs we have on the Google Sheets is in on the [docs site](https://grow.io/reference/preprocessors/#google-sheets). I agree that there are probably a lot missing in that...

Should it default to a `en` locale or `None`? I think that having `None` as the default may cause some issues with some of the newer functionality.