Claudio Barca

Results 47 issues of Claudio Barca

Hello guys, I tried to upload a file using zod validator, this must be run also on Swagger ``` body: { type: 'object', properties: { file: { type: 'string', format:...

Hi, thanks for this great library. How to add the "examples" to schema using zod ? This is a snippet of my OpenApi3 Swagger schema. ``` "/media": { "post": {...

## Description On a pnpm monorepo I have dependency as `"@pomini-apps/shared": "workspace:*",` that point at package with the current version on the workspace. Maintain the assignment `"workspace:*"' is useful to...

Type: Question
Status: With Author

I have this columns : ``` const headers: Header[] = ref([ { text: 'NAME', value: 'name', sortable: true, fixed: true, width: 100 }, { text: 'WEB', value: 'website', sortable: true...

**Describe the bug** Please refer to request [528](https://github.com/chibisafe/chibisafe/issues/528) Clone your latest repo Commit: c7266919614106a3f8b1f431f3006a6a71469280 Install with YARN on my machine. (I use normally PNPM, vite and esbuild) **To Reproduce** Please...

**Describe the bug** Cannot build on windows 10 system **Expected behavior** A running local version System: OS: Windows 10 10.0.19044 CPU: (12) x64 Intel(R) Core(TM) i7-8750H CPU @ 2.20GHz Memory:...

Type: Bug
question

On each page, when reloading the page with the Reload button on Top Bar or on each tab, the result is the same: ``` Uncaught DOMException: Failed to execute 'insertBefore'...

Hello, I need to launch Welcome page *without* first click the Home, in other words a root menu with one single level entry. How to ? ![image](https://user-images.githubusercontent.com/6067610/221253701-daad6613-f4f6-446b-ba74-6b6390705241.png) Thank's

I'm on Windows environment, and use Hound on docker. I would search code into a huge local folder (and related subfolders). **It seems not index the local folder D:\Weblabs\nodejs**. ```...

Hi, when I POST a new author on the authors API, passing it the token received by login, I receive a message "token is invalid". The call (taken from POSTMAN)...