jeanluc

Results 97 comments of jeanluc

> same issue here. Any suggestions? This can be worked around either via https://github.com/ArchiveBox/ArchiveBox/pull/866#issuecomment-2158201512 or by mounting a modified https://github.com/ArchiveBox/ArchiveBox/blob/dev/archivebox/core/settings.py that includes the necessary `CSRF_TRUSTED_ORIGINS = ["https://my.archivebox.domain"]` over the original...

> why do we need so many new config options? we don't have it for any other managers I'd argue that Copier is somewhat different from other managers because it...

~~Please see my [post in the discussion](https://github.com/renovatebot/renovate/discussions/25538#discussioncomment-9532223) for a detailed context on each option.~~ ~~(Sorry, posted in the issue first, corrected)~~ I have removed all Copier-specific options.

This has introduced failing tests, see https://github.com/saltstack/salt/actions/runs/11499408739/job/32010027668 for example

This is caused by a missing SSH wrapper module for `slsutil`. Most of its functions should be executed on the caller's side (that does the rendering/compilation into lowstate), not the...

@dwoz I can backport this fix. It's part of a whole list of Salt-SSH issues that are resolved in either 3006 or 3007, but still open: Already fixed in 3006.5+:...

Note that I wrote a lot of functional (and some unit) tests for the GPG modules in https://github.com/saltstack/salt/pull/63179, which is still waiting on https://github.com/saltstack/salt/pull/63162 to be merged. That should lift...

Yes. This feature enables two behaviors: 1. Files can be deleted once and then never be regenerated again (possible now) 2. Files can be kept in a modified form without...

While I agree the value should be stripped before evaluation, you can workaround this by relying on Jinja whitespace control. ```yaml _tasks: - command: uv remove transformers datasets when: |...

Some comments follow. Note that I have not setup either sys-gui variant so far, but I have some experience in GPU passthrough on Linux in general. Most of this will...