(GalaxyMaster)
(GalaxyMaster)
Added support for Jinja2 generated end marker when the passed variable is an instance of Markup. This makes the function compatible with Jinja2's environments where autoescape is enabled. # Pull...
I think this is an oversight when `PAGINATED_DIRECT_TEMPLATES` was deprecated in favour of `PAGINATED_TEMPLATES`. The `settings.py` file has a sanity check: https://github.com/getpelican/pelican/blob/master/pelican/settings.py#L633 but for some reason it checks the deprecated...
Please make sure to provide all the fields and describe your issue. * Service: lambda * Action: TagResource, UntagResource, ListTags The above are missing in the catalogue. The corresponding documentation...
This work is heavily based on prior art by Giel van Schijndel (#200), however the code was made Python 3 compatible, error checking has been improved, and tests were introduced:...
An year ago I submitted a PR to merge my plug-in for providing hooks into Pelican to themes (#1256), but since then a new organisation was provisioned for plug-ins. Therefore,...
I tried to deploy this using `yarn run deploy`, but it instantly complained that it cannot deploy since it was trying to execute the following command: ``` cfworker deploy --name...
The relocated code is very problematic since it reloads the state of incrond before the even has been processed and the code expects the structures to be intact. By relocating...
When I tried to navigate to a site with ELinks 0.14.2 (the latest version as of this writing) by executing: ``` elinks https://dmitry.khlebnikov.net/ ``` During rendering of the page the...
http://docs.aws.amazon.com/lambda/latest/dg/nodejs-prog-model-using-old-runtime.html The current CloudFormation cannot be deployed since the "nodejs" Lambda engine is no longer available for the newly created lambdas. Moreover, according to the link above the currently running...
Currently, `fakechroot` does a command substitution only if the `FAKECHROOT_CMD_ORIG` is not set and once the substitution is performed, `fakechroot` sets the environment variable. I think this logic is broken....