Pangratios Cosma

Results 58 issues of Pangratios Cosma

My Intellij IDE complains with style warnings and inconsistencies with [PEP 8](https://peps.python.org/pep-0008/). I think we should integrate python linter and include in our CI. A quick google search brought up...

With #170, we have support to send events to Honeybadger Insights. We should extend this mechanism to support sending them in batches. The [API](https://docs.honeybadger.io/api/reporting-events/) endpoint supports [NDJSON](https://en.wikipedia.org/wiki/JSON_streaming#Newline-Delimited_JSON) payload.

### What happens? I am using Scalar.AspNetCore. Since the release of 1.25.12 (yesterday), the UI is crashing with the following error: ``` Failed to fetch spec from URL: ZodError: [...

bug
package: @scalar/api-client

### What happens? I have two endpoints which are almost identical in the openapi.json file (GET /api/client and GET /api/account). GET /api/account works as expected, but GET /api/client is causing...

bug

Similar to what we do with `ApplicationEvent`s, we should add the `requestId` if available to the event.

A user [reported](https://x.com/HaringsRob46340/status/1848732322067067168) they noticed 300ms slower response times when they enabled Insights. The user suggested to send the notice after the [response is returned](https://dev.to/webong/execute-an-action-after-laravel-returns-response-4pjc).

bug

From #206: > Similar to 2, we should add some throttling to our logging so that we don't spam the logs as much when the errors or Insights events APIs...

### What happens? Hello, I'm using `Scalar.AspNetCore` to setup the following authentication scheme: ``` settings.AddSecurity("bearer", new OpenApiSecurityScheme { Type = OpenApiSecuritySchemeType.OAuth2, Scheme = "Bearer", BearerFormat = "JWT", Flows = new...

bug

Recently, with #203, we introduced the before_notify hook to allow modifying the notice before sending to Honeybadger, or even stop sending it entirely. We can go a step further and...

enhancement