Remi Vledder

Results 4 issues of Remi Vledder

Currently I am using something like: ```typescript const foo = bar.map((baz) => { return { ...baz, qux: baz.qux.map((quux) => { return { ...quux, aNewProperty: 'yay!' } } } }); ```...

enhancement
starter

Possibility to place a CHANGELOG.md in de root of a component folder wich then get's automatically picked up in a tab. For example, the use-case would be if you're building...

Type: Enhancement
Priority: Medium
Status: Accepted
Time: ~1 hour

I'm getting this error running a build in travis. Anyone else have dealt with a similar issue?

[Valibot](https://valibot.dev/) **Alternative to** [zod](https://zod.dev/) ([npm source](https://www.npmjs.com/package/zod)) **Quality check** The package is quite new, and actively maintained. Has 3,839 weekly downloads at this time of writing ([npm source](https://www.npmjs.com/package/valibot)). One benefit of...

similar suggestion