Clovis Durand
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...
**- 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 :  My page then falls back to the ErrorBoundary. ### Your Example Website or...
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...
### 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...
### Describe the bug When using the `Table` components, I get an error in the console from inside NextUI's code :  I tried using the `Table` component two different...