Patrick Haun

Results 17 comments of Patrick Haun

The new slf4j 2.0 API has support for key values Pairs https://www.slf4j.org/manual.html#fluent I guess this is something that should be supported here as well. `2022-08-20 - Release of SLF4J 2.0.0`

This is a missing feature. You can use `-a "extra > a"` but there is no "wildcard" to select all nested fields.

``` » comtrya . INFO manifest_run{manifest="install"}: Nothing to be done to reconcile manifest INFO manifest_run{manifest="install"}: Completed 14:33:06 /tmp/demo » mv files files2 14:33:12 /tmp/demo » comtrya . thread 'main' panicked...

it did not work for me. It did not replace broken symlinks

``` 14:29:45 /tmp/demo » ls -l /tmp/meep lrwxrwxrwx 17 phaun 21 Aug 14:23 /tmp/meep -> /tmp/doesnotexist 14:29:48 /tmp/demo » cat install.yaml actions: - action: file.link to: /tmp/meep from: text.txt 14:29:53...

yes. because i have to specify a go tag per github group. with a placehoder that won't be nescessary

I'm not convinced executing arbitrary code is a good thing here. Maybe a template language like handlebars would be sufficient. But I'm not sure yet.

Embedded lua would be fine I guess. Calling external processes adds a lot of complexity to everything and is harder to implement.

I think this is related to https://github.com/brocode/fw/issues/23 @mriehl any other ideas?

This breaks fw sync. On Mon, Jun 14, 2021, at 07:07, Maximilien Riehl wrote: > > Yeah I also agree this is something #23 could tackle (along with a slew...