Daniel Matos

Results 6 issues of Daniel Matos

#### Problem Description I'm starting mitmproxy programmatically in order to use it as a proxy for selenium, and add it my addon, which simply uses the `response` HTTP hook I...

kind/triage

### Describe the bug When using `resteasy-reactive` in Kotlin (I didn't test with Java), when I have an endpoint like this: ```Kotlin import org.jboss.resteasy.reactive.MultipartForm @POST @Path("/image/{id}") @RolesAllowed(MANAGER_ROLE, ADMIN_ROLE) @Consumes(MediaType.MULTIPART_FORM_DATA) @Operation(summary...

kind/bug
area/openapi
area/resteasy-reactive

When installing Visual Studio 2022 17.2.8 (LTSC) on a machine where Visual Studio 2022 17.2.7 (LTSC) was already installed, the installer exited with error, when using the `DesiredVersion` flag. The...

## Description I'm trying to use `load_many` to load the many side of multiple entities. However, if the many-side structure has the column name different from the struct name, and...

**Describe the bug** When handling regex matching with `yq`, if we want to match against a parentheses, it is not possible. We always get this error about unclosed interpolation string...

bug
v4

Whenever I try to open a USB printer without starting the program as root, it just hangs. Maybe it is not related to the crate itself, but to a dependency...

question