Paul Padier

Results 9 issues of Paul Padier

When defining a state machine, `Machine#define_state_predicate` first [checks to see whether the method it would add is already defined](https://github.com/state-machines/state_machines/blob/v0.5.0/lib/state_machines/machine.rb#L1942-L1951) or not. However, when defining a state, `State#add_predicate` [does no such...

This will default to the existing behavior: using the name of the currently running executable. I don't write much Go, so hopefully I didn't do things too terribly 😬 Fixes...

While working on adding coupons we recently ran into a couple issues that forced us to create the coupons via the dashboard rather than use Terraform: - there's no way...

### Core or SDK? Core Sentry product ### Which part? Which one? Integrations/Webhooks ### Description Affected URL: https://docs.sentry.io/product/integrations/integration-platform/webhooks Specifically, the `Issues` and `Errors` are pointing to `#uninstallation` and `#issue-alerts`, rather...

bug
enhancement
Status: Backlog

| Q | A | ----------------- | ---------- | Bug fix? | no | New feature? | no | BC breaks? | no | Related Issue | n/a | Need...

Being able to specify an `ignore_file` is nice, but first you need to be able to create and update one :)

With the current implementation, badges are granted on the end date. Since the job only runs once a day, this can cause drift, with the badge granted a day later...

This is to avoid running into https://github.com/sorbet/sorbet/issues/3609

stale

I'm running into this with [the `money` gem](https://github.com/RubyMoney/money/blob/v6.19.0/lib/money/money.rb#L315-L341): ```ruby # .rb class Money class

help-wanted