Enzo Venturi

Results 23 comments of Enzo Venturi

> Maybe this is what people are used to now As its daily user, I would prefer to use the original name. Scripts, for example, would be more portable: **Gentoo**...

Creating PDFs line by line from scratch, as demonstrated with the gofpdf package, offers greater flexibility.

I currently use `gofpdf` for creating PDFs in Go. Considering gofpdf's deprecated status, I'm exploring the possibility of using `pdfcpu` for similar functionality. Take, for example, the following code: ```go...

I agree that having a status-bar in zellij that can be hidden when not needed, but quickly accessed when guidance on keybindings is required, would be a helpful addition. It's...

> `xhost +` See https://github.com/sickcodes/Docker-OSX#libgtk-errors-connection-refused Thanks to your suggestion, the error I was experiencing has been fixed. Would it be appropriate to proceed with closing the issue now, @sickcodes? Also,...

I use a one-liner to extract info from a `git` command. For example, with `git show`, you get more data than needed. To filter it, use `--shortstat` and `--format=`, resulting...

Switching from `_index.md` to `index.md` worked with the [hugo-book](https://github.com/alex-shpak/hugo-book) theme. Thanks for the handy shortcode @mfg92.

Seeking this feature's future implementation.

To implement this feature, users would include the `invoker` attribute in the front-matter of the Markdown file, specifying the path to their custom executor script. Here's an example: --- invoker:...