Birger J. Nordølum

Results 63 comments of Birger J. Nordølum

Tried a small attempt here: ```diff diff --git a/stdlib.sh b/stdlib.sh index 1cda209..cb9c489 100755 --- a/stdlib.sh +++ b/stdlib.sh @@ -819,9 +819,9 @@ layout_python() { if [[ -d $old_env && $python ==...

Could this be tweaked to also include support for `htmlhint.config.js`?

Hi, Feel free if you think you can provide a easy maintainable way of publishing a theme for Terminal.app. Just wonderful if we can provide support for more stuff.

Think I'm a bit new to this. 😅 Where is the built packages? Server in question is Ubuntu 22.04.

On AlmaLinux 9, it's now correct: ```systemd [Unit] Description=Fluent Bit Documentation=https://docs.fluentbit.io/manual/ Requires=network.target After=network.target [Service] Type=simple EnvironmentFile=-/etc/sysconfig/fluent-bit EnvironmentFile=-/etc/default/fluent-bit ExecStart=/opt/fluent-bit/bin/fluent-bit -c /etc/fluent-bit/fluent-bit.conf Restart=always [Install] WantedBy=multi-user.target ``` ``` $ /opt/fluent-bit/bin/fluent-bit --version Fluent Bit...

> @patrick-stephens should we include this one ? > > NOTE: I still see this as a draft Still draft, yes. 😅 As mentioned, the deb-packages are missing the systemd...

> Are they missing or just in another format? Might be easier just to install into a local container to see: The map `systemd` is missing all together. Meaning doing...

Thanks for the fix. I’ll do a rebase on Monday and ask for a new pipeline run.

> Thanks for the fix. I’ll do a rebase on Monday and ask for a new pipeline run. Rebased.

Thanks for the talk at KubeCon yesterday. 👍🏻 I've just verified that the package contains the unit file and is able to be installed and started on Ubuntu 22.04. By...