Pedro P. Palazzo

Results 12 issues of Pedro P. Palazzo

On my fork of jekyll-docker, the docker login step fails with the warning "interactive login not allowed in a non-interactive shell" (I have my own login credentials stored in the...

Is there a reason why jekyll-docker is still on Alpine 3.11, other than "don't fix what's not broken"? I have been running my own fork of this repo on Alpine...

Autocomplete is unable to locate any references of type "collection" (i.e. whole edited books), "thesis," and "online." These are also the content types that are not correctly highlighted in vim....

Hi, I created [a fork of your theme](https://github.com/p3palazzo/tufte-crossref-jekyll/tree/crossref) (also available on [RubyGems](https://rubygems.org/gems/tufte-crossref-jekyll)) that provides some support for figures and subfigures generated by pandoc-crossref, among other things. As far as I...

Given that Pandoc already provides writers for a few HTML slide presentation formats, it should not be too difficult to add a writer for the [Impress.js](https://github.com/impress/impress.js) format. It is very...

enhancement
new:writer
format:HTML

I am getting "transaction does not balance" errors when using some small multiplier values in transactions. For example, the following works: ``` = Tax:Amount Tax:Amount -0,0815 Tax:sometax 0,0815 2020-01-06 Client...

### Describe the bug When a file has a field with the key `excerpt:` in its YAML frontmatter, jekyll-relative-links v0.7.0 will cause an exception that prevents the website from rendering:...

In the recently published revision of this bibliographic standard, author names in citations should no longer appear in all caps. Also, *et al.* now must appear in italics.

1. File > Import > Sketchup scene... 2. Choose any file to import. 3. The addon throws the following error: ```python Python: Traceback (most recent call last): File "/Users/username/Library/Application Support/Blender/2.93/scripts/addons/sketchup_importer/__init__.py",...

Some graphics cards, like mine, do not support the Cycles renderer. I had to manually edit `__init__.py` to change all instances of `CYCLES` to `BLENDER_EEVEE`. Can there be an automated...