Tony Spataro

Results 12 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...

# Problem Statement - I typically run my services in an environment, and begin collecting traces, before I have defined any boards or triggers in my Terraform code. - Honeycomb...

blocked

### Describe the bug Also filed as vitest/vitest-browser-react#1 but I am cross posting here for visibility purposes. It seems that `@vitest/browser/context` isn't properly coordinating with `vitest-browser-react`. The React rendering and...

feat: browser
p4-important

### Clear and concise description of the problem Playwright supports an `nth()` [method](https://playwright.dev/docs/api/class-locator#locator-nth) on its Locator which derives a new locator targeting a specific index in a multi-element set. We...

pr welcome
p2-nice-to-have