Ricardo Honorato-Zimmer

Results 13 issues of Ricardo Honorato-Zimmer

It'd be nice if there was a YAML option for Rmarkdown that, when `self_contained` is false, uses the official CDN files for jquery and bootstrap in the html output (instead...

feature
theme: htmltools

Hi James, By reading the source I got the impression that when writing files are only signed if the variable `g:GPGPreferSign` is set to 1, regardless of whether the file...

enhancement

I just opened patchbay after a year of not using it and the UI has been quite unresponsive (although not completely) for several hours. It would be great if there...

The following code outputs `[NaN, NaN]` for the last three lines. ```typescript import * as proj4 from 'proj4' const stereoProj = "+proj=sterea +lat_0=-33.0446605 +lon_0=-71.6235577 +ellps=WGS84 +datum=WGS84 +units=m +no_defs" const projection...

it would make it possible to reuse election's short names for new elections (specially useful if there was a problem setting up the first one or it was just run...

in progress

Setting the font size in a mermaid json config file passed to mermaid.cli via its `-c` option doesn't change the font size in the output when generating gantt charts. The...

The gantt chart is printed at the top of the page and the rest is just blank space. Also, the `-w` and `-H` don't seem to affect the output pdf....

Hello. I'm running `yarn install` on a fresh node install and I get the following error while it's installing `node-sass`. ``` gyp verb gyp gyp format was not specified; forcing...

Has anyone been able to use osm-read-pbf from node.js? By using the same code I was running successfully in the browser I get a "TypeError: Invalid non-string/buffer chunk" before any...

Hi. I'm trying to use the `coq-record-update` library in my code and stumbled upon the following curiosity. ```coq Require Import Program. From RecordUpdate Require Import RecordSet. Record X := mkX...