Tony Spataro

Results 7 issues of Tony Spataro

One of my jobs is raising an exception, which triggers lambdakiq's retry/redrive logic. As part of this, a reader is being called on `Lambdakiq#Queue`: ``` def redrive_policy @redrive_policy ||= JSON.parse(attributes['RedrivePolicy'])...

Gorma's automatic insertion of a primary-key field named "ID" is an excellent way to DRY out my model definitions: https://github.com/goadesign/gorma/blob/master/dsl/relationalmodel.go#L43 Alas, although my models have a field definition for ID,...

I use GoPlus for golang development, which supports its own go-to-definition command and has HyperClick integration. I installed this package for other language support and I love it; in fact,...

Thank you to @Fandom-OSS for the original work on this excellent plugin; it has not been maintained since 2017, which leaves a lot of its users in an uncomfortable position....

Whenever I try to post a comment on topics at `lemmy.blahaj.zone`, I receive an error toast as follows: ![image](https://github.com/aeharding/wefwef/assets/73368/d4b5c5ad-7744-4e01-bbb9-3181e46a3a8a) This doesn't happen if I use the native Lemmy UI. I...

I have a complex monorepo with several different languages - including several concurrent versions of Ruby itself, using asdf as a version manager - and dozens of processes/packages. I'm using...

In the past year, `[email protected]` was released. It seems to be compatible with your package from the testing I've done, but a reliance on exactly 3.x.x means that my dependency...