Konrad Serafin

Results 15 comments of Konrad Serafin

Hi Elio! I found some time to test beta `v10.3.9501641`. This is the folder structure I worked with: ```sh astro-content-collection: docs/ # root ├── pl/ # locale │ ├── reference/...

I have similar warning: ``` WARN  Issues with peer dependencies found apps/website └─┬ @pkg-org/pkg-with-react-dep 1.0.0 ├── ✕ unmet peer react@"^18.0.0 || ^19.0.0": found 0.0.3 ├── ✕ unmet peer react-dom@"^18.0.0 ||...

I'm using just 1.40.0. When I call `just -g` from directory containing another justfile, this is the pitfall I ran into: My global justfile contained default command `just --list --unsorted`....

Related: I have tried to implement custom error message [as described in the docs](https://elysiajs.com/essential/validation.html#custom-error), but encountered the same problem with Eden. ```ts const x = new Elysia() .get('/test', ({ query:...

Here is the version with colored prefix to easily distinguish between commands :) ```ts // start-dev.ts export class c { static normal = "\x1b[0m" static yellow = (t: string) =>...