svix-webhooks icon indicating copy to clipboard operation
svix-webhooks copied to clipboard

The enterprise-ready webhooks service πŸ¦€

Results 105 svix-webhooks issues
Sort by recently updated
recently updated
newest added

run across all platforms (macOS, windows, linux)

lib/all

This will make it less likely for people to get this wrong, though the experience will be slightly worse. Need to think about it.

lib/all

## 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...

server

`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...

server

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

lib/python

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

enhancement
lib/javascript
discussion

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.

hacktoberfest