HugoJP1

Results 4 issues of HugoJP1

Hello, I have the following scenario: ```python @on(Action.RequestStartTransaction) async def on_request_start_transaction( self, *args, **kwargs ) -> call_result.RequestStartTransactionPayload: response: call_result.RequestStartTransactionPayload = ( await TransactionHandler.handle_on_request_start_transaction(**kwargs) ) # at this point, the response...

enhancement
question

At Switch, we have been running into an issue in 2.0.1 where certificates for the EV included in `Get15118EVCertificateResponse` are greater than 5600 (around 5800). This is because certificates have...

* Faker version: 19.3.0 * OS: Mac OS 12.2.1 and Ubuntu 22.04.3 * Python 3.11 When calling `pyfloat` with a `max_value` of `None` and a `min_value`, then the method sometimes...

bug

Hi I have added this action with the following configuration: ``` - name: Collect Workflow Telemetry uses: catchpoint/workflow-telemetry-action@v2 with: theme: "dark" comment_on_pr: "false" proc_trace_chart_max_count: 50 ``` And the job executes...