Llewellyn Falco

Results 19 issues of Llewellyn Falco

json formatted pretty print.

enhancement

If I file doesn't end with a new line many other reporters goof up. Text files should probably always check that the last character is a \n and add one...

implement empty files creator

**Is your feature request related to a problem? Please describe.** I would like to create a graph showing my project dependencies and their current status For Example: ```mermaid graph TD...

Type: Enhancement
Status: Triage

sometimes .net is blocked by company policy. a docker file: ``` FROM bitnami/dotnet-sdk:latest RUN dotnet tool install -g MarkdownSnippets.Tool ENV PATH="$PATH:/app/.dotnet/tools" WORKDIR /app/repo ENTRYPOINT ["/bin/bash"] ``` But to use it...

Should take a set

If I have a site main with subdirectory main/jr I can't place files in main and call jr/js/jr.js related: I can't make a cross-site call to the jr.js library.