sot1986

Results 6 issues of sot1986

```ts type DeepReadonly = T extends {} ? { readonly [K in keyof T]: keyof T[K] extends never ? T[K] : DeepReadonly } : T ```

answer
en
9

type DeepReadonly = T extends {} ? { readonly [K in keyof T]: keyof T[K] extends never ? T[K] : DeepReadonly } : T

answer
en
9

### Scout Version 10.8.6 ### Scout Driver Typesense ### Laravel Version 11 ### PHP Version 8.3.6 ### Database Driver & Version _No response_ ### SDK Version _No response_ ### Meilisearch...

Like for the method and url, it would be helpful to have also initial value originated by function. Example are: - initial function is created looking at a computed property...

enhancement

### Description Hello Nuxt team. I worked on a new release of this module (now it supports h3 and Nitro, not being dependent on Laravel backend). Can you help me...

module-request

**Is your feature request related to a problem? Please describe.** There is no clear example on how configure testing environment, if should us node or jsdom, if it is need...