Sven Schwyn

Results 53 issues of Sven Schwyn

My Gentoo box has pulled boto3-1.36.2 and ever since, duplicity throws: >Giving up after 3 attempts. S3UploadFailedError: Failed to upload /tmp/duplicity-xxxxxx_2-tempdir/mktemp-xxxxxxxx-3 to mybox-config-xxxxxxxx/duplicity-inc.20250203T044213Z.to.20250205T181016Z.vol1.difftar.gpg: An error occurred (SignatureDoesNotMatch) when calling the...

:warning: This new page makes only sense after https://github.com/hanami/hanami/pull/1503 has been merged and released.

This is a first shot at documenting the grouping of actions and why you might want to do this. A feature which came as a very pleasant surprise to me....

This incorporates @timriley's corresponding answer [on Discourse](https://discourse.hanamirb.org/t/how-to-bundle-alpinejs-via-package-json/1069) to the guides.

### Discussed in https://github.com/wavetermdev/waveterm/discussions/1760 Originally posted by **svoop** January 17, 2025 Here's an idea for a new type of widget: environment variables. Given you have an environment variable like `RUBYOPT`...

In order to reduce chores with little benefit, `@since` comments for private APIs could be dropped. Here's an example and discussion/suggestion by @timriley https://github.com/hanami/router/pull/281#discussion_r2015690426 Proceed?

`RACK_ENV` is unsuitable as a fallback for `HANAMI_ENV` because it serves a different purpose. Don't take my word for it, [read this issue from Rack](https://github.com/rack/rack/issues/1546). The fix is pretty simple:...

In order to debug discarded jobs, the error message alone doesn't necessarily lead to the problem. However, accommodating the complete backtrace is non-trivial as discussed earlier: https://github.com/bensheldon/good_job/discussions/1123 This PR simply...

This is actually a shortcoming of the current API (compared to the web UI) and by extension this gem. Since there is not repo for the API itself, I report...

It is not possible to call `Mailjet::Eventcallbackurl.create(...)` more than once because the API version set with `Mailjet.configure` (such as `v3`) is overwritten by the [`Version` attribute returned by the API...