Giuseppe Mandato

Results 6 issues of Giuseppe Mandato

## Problem Statement Typings for Ramda are sometimes non accurate ([examples](https://github.com/ramda/ramda/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+typescript)), working with Typescript and Ramda can sometimes be frustrating and somehow badly impact adoption. This appears to be one...

proposal
Maturation

Just came across the need of renaming an object's prop and it's been surprising that there isn't a super quick way to do that in ramda yet. ### Feature Request...

enhancement

**Is your feature request related to a problem? Please describe.** It would be helpful to output a summary of the test coverage as `${GITHUB_STEP_SUMMARY}` so people could use a quick...

enhancement
question

Hi, I'd like to raise a point around `R.pluck`, one of the most useful imho. I'd love to raise a PR eventually 💪 1. `R.pluck` is missing their `R.pluckPath` counterpart...

This doesn't work with `zod@4` because of trying to access `._def` private member. Any plan to support the new zod major? ```ts import { toMongooseSchema, toZodMongooseSchema } from 'mongoose-zod'; import...

external store breaks when setting `isRunning: true` and there are messages in the `messages` array. The following is a simplified example ```ts export const adapter = () => { return...