Shiv Jha-Mathur
Shiv Jha-Mathur
I’m adapting an Eleventy codebase to use remark, so I set up remark-prism. Here is the build time without it: ``` Wrote 147 files in 7.43 seconds (50.5ms each, v0.12.1)...
I’m not sure how to implement a queue to resolve #3271 but here’s my proposed workaround. This does block everything while writing a template (hopefully a small window). Closes #3271...
### Operating system Windows 10 ### Eleventy 3.0.0-alpha.9 ### Describe the bug This use of Promises: https://github.com/11ty/eleventy/blob/9c3a7619a429f26cc2b449d65209be6d6a23828e/src/Template.js#L751 Means that almost all templates are written at the same time to the...
**Describe the bug** Passing a query string like `?param=a¶m=b` redirects the page (or rewrites the location) to `?param=b`. This seems partially intentional since `ParamsMap` maps `String` to `String`, but as...
I have a bunch of restic jobs scheduled through systemd timers. I also have the exporter set to refresh once a day since I’m backing up to remote object storage....
With `log_to_journald` set, a backup named `foo` logs using `systemd-cat -t foo`. It would be useful to be able to customize the identifier, such as by adding a prefix.
### Ansible NetBox Collection version v3.20.0 ### Ansible version ```bash ansible [core 2.18.3] config file = /usr/local/lib/python3.13/site-packages/ansible_collections/netbox/netbox/ansible.cfg configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /usr/local/lib/python3.13/site-packages/ansible...