Dan Allen

Results 273 issues of Dan Allen

The type of the file mode is not consistent throughout the API. The TreeEntry objects returned by the [readTree](https://isomorphic-git.org/docs/en/readTree) function return the file mode as a string (the 6 digit...

YARD is adding methods to the "included from" list which are not really there. This happens when a class includes a method that contains class methods (or module functions). Those...

Bug

This benchmark proves that delete is faster than tr and both are considerably faster than gsub when removing a character from a string.

String

pino@7 now stores a logged error object on the `err` key instead of fusing it into the top-level of the log object. However, pino-pretty only checks for the old structure...

I recently (re)discovered the [XDG basedir standard](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html), which specifies a standard location for storing cache files for an application (particularly on Linux). I think Asciidoctor Diagram should follow this standard...

feature request

It would be nice if it were possible to specify the font used in diagrams (for instance, in salt file trees). This definitely isn't something we should encourage at the...

improvement

I'm looking for a maintainer for this project. My focus is elsewhere right now, but I know many people still rely on the DocBook toolchain. I'd like to see this...

Add option to produce chunked (`chunked`) HTML and htmlhelp (`htmlhelp`). This simply involves pointing to the appropriate XSL from the run script. - For the Unix script, https://github.com/asciidoctor/asciidoctor-fopub/blob/master/fopub#L113-L125 - For...

enhancement

Clarify in the README that fopub is for use outside of a build, similar to the a2x command from AsciiDoc Python. See #38 for discussion.

When fopdf is run on a DocBook file, the line information is missing when a validation error is thrown. The line information is reported, on the other hand, when fopdf...