Damien Ready

Results 9 issues of Damien Ready

Just saw this posted on Hacker News and it looks like an interesting way to dip my toe into the Julia ecosystem. I think it would be appropriate for the...

medium-priority

I was curious to browse the paper, but the SVGo paper [link](http://www.svgopen.org/2011/papers/34-SVGo_a_Go_Library_for_SVG_generation) in the repo is non-functional. Could the link be updated and/or citation details added?

Simon, I think the git scraping idea is super clever and just implemented it for a personal project. Given this is the example repo you point to in your blog...

Duplicated the text from the crate header to give extra details about `--help`. I was browsing the package documentation from [here](https://docs.rs/gumdrop/0.8.0/gumdrop/), but it omits the extra special note that the...

Amazing project. I love the idea of getting more things into Zig. I saw you are hosting Lua 5.4 inside the project. Is there anything that would prevent running LuaJIT...

Would the project be amenable to being [XDG compatible](https://wiki.archlinux.org/title/XDG_Base_Directory) instead of defaulting to `~/.passage`? That is, first check to see if the `XDG_CONFIG_HOME` environment variable is defined, and if so,...

Just found this package and it seems to do everything I need, but I encountered one small wrinkle that I wanted to share. My intention was to update a timestamp...

bug

Apologies for the huge delta, this resulted from running [black](https://github.com/psf/black) and [isort](https://github.com/PyCQA/isort) to standardize the code formatting. Style is a personal thing, so I will leave it to the authors...

enhancement

Will there be a first-party way or producing a single binary for distributing code? With the focus on embeddibility, I assume it should be easy enough to make a minimal...