svix-webhooks
svix-webhooks copied to clipboard
The enterprise-ready webhooks service π¦
This will make it less likely for people to get this wrong, though the experience will be slightly worse. Need to think about it.
## Feature Request Run clippy in pedantic mode, `-W clippy::pedantic`. ### Motivation Right now clippy is run in standard mode, which is quite lenient and does not catch a lot...
`format!()` macro should be avoided in places where it is called repeatedly, e.g. inside loops like this https://github.com/svix/svix-webhooks/blob/main/server/svix-server/src/core/types.rs#L429. Even if that line is not inside a loop it will be...
For example, for ApplicationOut: ``` --- NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech Do not edit the class manually. Attributes: allowed_values (dict): The key is the...
There arenβt any properties on the Svix prototype, so `spyOn` operation on Svix.prototype.application isn't working. This also means that jest.mock("svix") will also fail. exposing the sivx instance outside to enble...
Superlinter was great on paper, but in practice, it's a bit slow, and the configuration is ugly. Each language should just have its own linter file.