pySilver

Results 93 comments of pySilver

@gabegorelick I'm using `translate` directive This `p` would work (both extraction and translation) ``` html Configure your website by navigating to Ad Tools → Configure Contextual Ads. ``` this `p`...

what if you first minify and then extract translation strings? (yes, painful for development)

@Suor I'm not observing the issue at the moment, but it happens often so I'll have some feedback very soon. In order to get `_cond_dnfs` I had to remove aggregation...

@Suor sorry for digging into such an old ticket. Is there anything that can be done to mitigate this issue? I'm using Wagtail CMS which uses concepts of `Page` (base...

I saw pending PR with some code samples, will try that! thanks!

Why do we actually need this line in django `/entrypoint`? ``` # N.B. If only .env files supported variable expansion... export CELERY_BROKER_URL="${REDIS_URL}" ``` This can be set in compose file...

You can grab some commands from here if you like: ``` PROJECT_NAME=your_project export COMPOSE_FILE=local.yml .PHONY: up down stop prune ps shell logs default: up ## help : Print commands help....

@browniebroke I've updated my code comment (manage action had a bug)