bemyak

Results 44 comments of bemyak

@Keats , so what do you think about this? Any chances to get it merged until the next release?

What would be the best way to make people aware of such proposals in order to get feedback? Rust's proposals are mentioned in the "This Week In Rust" newsletter. Maybe...

> Where does the macro in line {% plantuml(comment="simple diagram") %} come from? It's a shortcode `templates/shortcodes/plantuml.html` ```html {% set postdata = load_data( url="https://kroki.io/plantuml/svg", format="plain", method="POST", content_type="text/plain", body=body, required=true, )...

I can confirm that building with musl just works. However, as @Keats pointed out [here](https://github.com/getzola/zola/pull/1862#discussion_r874580857) it's probably not a good idea to ship a binary build with musl. The issue...

I created [this shortcode](https://gitlab.com/bemyak/blog/-/blob/master/templates/shortcodes/code.html), which can be used like this: ``` {% code(lang="rust", file="" %} … {% end %} ``` Maybe this'll help

@Keats, any tips here? I'm not sure how to debug this, it looks like a concurrency issue :shrug:

> Regarding the point to put the DB data into another location is probably out of the scope of this role, as a system config subject. I completely agree. This...

It's pretty easy to get it working already. I had to install `php{{ php_ver }}-sqlite3` package and set `nextcloud_db_backend: sqlite` role variable.

> SQLite is extremely slow Slow in what sense? It shouldn't affect the transfer rate, right? Only UI responsiveness.

I don't know how to install an unpublished ansible collection. I can submit a PR, but I'll only test it on `1.8.0`.