Isaac Andrade
Isaac Andrade
Changing default to 303 (at least on v3) and adding warnings in the docs about the 302 default is a satisfactory solution, I think. Changing the default to 303 to...
@ReneWerner87 I can work on this. For v2, it would be a breaking change. If you don't want to potentially break v2 users, I can add the docs on v2...
Two PRs created: - Change default in v3 #3415 - Improve docs in v2 #3417
@gaby because 303 is a better default for Redirect as most browsers preserve the requests HTTP method/verb and that's the redirect status. With 302 it changes the method to GET...
@gaby Thanks for looking into this. I'll check the CI workflow files and make sure the list errors are fixed and update the PR.
@ReneWerner87 Thanks for the interest in this. I haven't had time to progress on this. It might be a few more weeks until I do.
I get this sometimes on `lua` scripts and I get that everywhere on `bash` and `fish` scripts. If would really be great to either: - Not rely on tree-sitter: don't...
Thank you both @glepnir and @glepnir for your work, time, and care on your projects.
Yep, connecting to MySQL took a long time until I found the correct URL string format via this PR and some related issues.
Makes sense to me.