Rusty Zarse

Results 8 comments of Rusty Zarse

OK... I've tried all sorts of solutions. I created and registered custom format blots and attributors. I was unsuccessful registering anything that would allow an img tag to have a...

> I found I needed to also export the ENV variable in _.pants.bootstrap_ ``` # .pants.bootstrap : ${TAG:=default} EXPORT TAG ```

I just wanted to upvote this as it would be quite useful! If I am successful in creating a plugin, I'll be sure to open source that in the mean...

Typically .env files are intended to configure environment variables from a local file that should not be included in source control. In deployment scenarios, the secrets are then configured as...

Man, I love liceCAP! I've been using it to record software updates as animated gifs and it's amazing. Recently (since Big Sur) it is periodically recording the black screen. I...

Thank you! That was very frustrating. The issue is [here](https://github.com/django-cms/djangocms-template/blob/master/docs/local-setup-instructions.md#project-setup) ``` docker compose exec python web manage.py migrate ``` is INCORRECT and throws `service "python" is not running container #1`...

I've tried everything recommended in this thread but no matter how I override, extend or register ImageFormat, the overridden `format(name, value) ` is never entered. I can break into `static...

I'm also getting this error when following the instructions to integrate with Xcode. If I run the very same command in terminal, it works fine `The project doesn't contain a...