Sandro Circi

Results 228 comments of Sandro Circi

I would be happy to help/work on the Docker preset. In fact I've been developing/using these [two dockerfiles](https://gist.github.com/sandros94/03675514546f17af1fd6db3863c043b4) for the last couple of years now, both for Nuxt and Nitro....

One that I know of is Paypal [doc's link](https://developer.paypal.com/docs/api/identity/v1/#userinfo_get): ```ts /** * Paypal User * * @see https://developer.paypal.com/docs/api/identity/v1/#userinfo_get */ type PaypalUser = { user_id: string sub: string name: string given_name:...

> Im not sure what is the actual state of this PR, but i think it could be more reliable / easier to allow for type casting when we retrieve...

> Yeah, I know Ah, my bad 🙌 > I’m just not convinced by the utility of adding hard-typed user types, as most claims are request-based on the scopes. Personally...

I'm noticing that the `can access directly with / separator` test is failing on my end, but it is probably caused by the fact I'm using a _mostly-compatible_ S3 I...

> Changing the return type after we expose it would be a breaking change also.. > > We could perhaps return an object like `{ getURL }` to expose limited...

> Thanks for creating this issue. At the moment `uuid` is just a validation action and they don't transform output types. Nevertheless, your idea is great and I will take...

> Hi, [@sandros94](https://github.com/sandros94). I'm [Dosu](https://dosu.dev), and I'm helping the Valibot team manage their backlog. I'm marking this issue as stale. should we let this auto-close? This is just a small...

> We could change it but [there is a problem](https://github.com/fabian-hiller/valibot/pull/986#issuecomment-2559868722). For general actions like `startWith` this a bigger issue. For something like `uuid` it would be less of a breaking...

Also, worth mentioning since it is mentioned in `lru-cache`: For use-cases with the primary focus of using TTL but keep `lru-cache`'s API it is suggested to use [`@isaacs/ttlcache`](https://www.npmjs.com/package/@isaacs/ttlcache). But as...