Mikael Vandmo
Mikael Vandmo
Feel free to copy stuff from https://github.com/vandmo/google-java-format It has GitHub workflow for publishing to arm64 and amd64 which can easily be extended to more platforms.
This feature would also enable something like this in tox: ``` [testenv:pip-compile] description = Compile requirements files skip_install = true deps = pip-tools==7.3.0 commands = pip-compile --upgrade --output-file requirements-format.txt --packages...
Thanks for reporting! I tried Maven 4 in this repository and got some other issues that I have fixed now. I couldn't repeat your issue by building this repository. I...
> It works after adding `//> using dep io.circe::circe-parser:0.14.10` Thanks! It works after adding //> using dep io.circe::circe-jawn:0.14.10 as well :) I updated the MR.
https://github.com/nextauthjs/next-auth/blob/ca30e90eb403d174d3398f79c8eba5217fe15db6/packages/frameworks-sveltekit/src/lib/client.ts#L89 now goes to `{base}/signin` instead of `{base}/auth/signin` . Not sure if intentional but the server side handler expects auth in the prefix. Any input on this @balazsorban44 ? It...