Paul Robertson
Paul Robertson
It appears that #33 got closed but there is another one open to add the docs https://github.com/terraform-providers/terraform-provider-archive/pull/55
On Linux `ls` adds a `.` for files without an ACL and `+` when there is one. Instead of adding a new flag to be able to show them it...
Having taskfile output the contents of the bash script would work great. That way each tool can work on their own without coupling them together. In my example here, we...
I was starting to build up a library on top of this crate and started to use traits. The code started getting more complex than it needed to be so...
This is related to: https://github.com/ansible-community/molecule-plugins/issues/242 The only workaround Ive found so far is to pin to `'molecule-plugins[podman]==23.5.0'`, but thats not a great long term solution.
> There's another solution. > > Note that podman has a --systemd switch with that a lot of things happens implicitly, you don't need to specify tmpfs no more. >...
> Probably not necessary, thanks. It looks like the same issue as [rust-onig/rust-onig#191](https://github.com/rust-onig/rust-onig/issues/191) to me It looks like that issue has been fixed but a new release needs to be...
I haven't done any comparisons yet, but I wonder if something like [regex](https://crates.io/crates/regex) could be used instead of [oniguruma](https://github.com/kkos/oniguruma) while fancy-regex gets fixed up.
Good call, and thanks for the reminder about this one @Enselic.
It looks like this is because of the dependency on `bat` and that also has the issue logged here: https://github.com/sharkdp/bat/issues/3234