Jiri Spac
Jiri Spac
Thanks for suggestion. Will add this before 1.0.0 So the `.prettierrc` resolution will be: 1. `~/.prettierrc` 2. `~/.config/be-pretty/.prettierrc` 3. `./.prettierrc` -the one we try now 4. uses the default one
@RomainLanz see the latest comment in #4280, with a small hackfix pino runs nicely in bun
@snowkeeper this would certainly be interesting as an option. Definately interested-if it looks nice I will merge it for sure.
@ArmorDarks I haven't touched this codebas in quite a while, but I will certainly merge a PR if you make it well. Feel free to update dependencies as well while...
nicely spotted. I think I removed it because this feature is not really needed-you should be able to use default parameters as they work in JS/TS. Making it look like:...
Thanks for opening this @cdtut. Took me like 45 minutes to debug-I was passing zod.object instead of plain object into `schema.extend()` I mean TS types did warn me, but in...
yes they were wrong. If you think you are able to fix them, I think @jkdrangel would gladly accept a PR to do that. When I did a PR for...
Yes, I am seeing this issue with esbuild 0.16.10 too.
I am getting it for all my CI builds today, but no luck in reproducing this locally sorry
yes it can. We actually do exactly the same thing, but for objection on our @Leaplabs Looop api. Although this functionality lies out of scope for decapi. Decapi's only job...