Clovis Durand

Results 9 issues of Clovis Durand

# Issue By trying to use the standard Docker Registry V2 HTTPS API with `node-fetch` & with cURL, I only get the `UNAUTHORIZED` error code. Here is an example request...

help wanted
pending-for-more-info

**- What I did** Added kernel module configuration flags for SocketCAN's VirtualCAN (`vcan`) support. This relates to #3485. **- How I did it** ```bash for config in $(ls kernel/config-*); do...

### Describe the bug When using a simple `NextUI.Table` component, I get the following error : ![image](https://user-images.githubusercontent.com/5107774/189339925-35abf287-5fc4-44af-b36f-da488a2d2cef.png) My page then falls back to the ErrorBoundary. ### Your Example Website or...

bug

If an element is set to `nillable="true`, we should be able to set the element as `null` to get the following XML result ```xml xsi:nil="true" ``` For now, the code...

It seems that the site can no longer read the labels from a specified repository. I tried several of my own repos. No errors appear, but no labels are visible....

When using a `multipart/form-data` content type, the generated API code provides a private function to format certain types : `contentFormatters`. Currently on version `12.0.2` the function is : ```ts private...

bug

### Welcome! - [X] Yes, I've searched similar issues on [GitHub](https://github.com/traefik/traefik/issues) and didn't find any. - [X] Yes, I've searched similar issues on the [Traefik community forum](https://community.traefik.io) and didn't find...

area/acme
kind/bug/possible
contributor/waiting-for-feedback

### Describe the bug When using the `Table` components, I get an error in the console from inside NextUI's code : ![image](https://user-images.githubusercontent.com/5107774/188172422-d53bc852-3afd-4254-8e8d-3c85787603c7.png) I tried using the `Table` component two different...

🐛 Type: Bug