Joe Taber

Results 202 comments of Joe Taber

> GitHub Actions currently provide the ability to set working directory ... [ref `working-directory:`] > -- @wei That only works with the `run` step, it does not work with other...

I'm having an issue where the cache is just not found *at all*, even between separate runs. #1198

I really like the simplicity of the PUT idea, I think its the right layer to solve this problem: * When a file is downloaded to the client, add an...

This may be resolved with the release of 2.0 which includes a new config option: set the `htmx.config.allowNestedOobSwaps` config option to `false`, and template fragments with the `hx-swap-oob` attribute will...

See also [devshell](https://numtide.github.io/devshell/).

I added a test that should show the new behavior, but I'm not sure it's correct.

I updated the test so it should pass if it were to run again. That said I'm not sure if the behavior is exactly what we want. Specifically, should the...

Ok I looked into this further and this PR seems to be in tension with the `'oob swaps can be nested in content'` test. The question is: What to do...

This has been paused for a while, but I'm currently making this change as a configuration option to switch behaviors. A 2.0 release might consider changing the default for this...

With this change, the current behavior is preserved by default, and can be changed by adjusting the config option. Perhaps a later version could change the default and eventually remove...