Sarunas Tamasauskas

Results 6 issues of Sarunas Tamasauskas

Dumping table with MySQL gave my duplicate Primary Keys so I changed the generation. Also there was no Index generation so I managed to create function which can do that.

The types are failing if the function is used with other generic functions. For example type ` { const dispatch = useDispatch(); /** * Argument of type '(...props: Args) =>...

Taylor recently made a changes to model file in order to enable polymorphic eager loading. More details here https://github.com/laravel/framework/commit/6e0ebee17789431b7c83f1cdcb35213255817905. The polymorphic eager loading was added only in 4.1.24 version of...

Laravel related
Review

### Versions - @prismicio/client: from 6.6.2 - typescript: 4.7.4 ### Reproduction With typescript 4.7.4 and the recent `signal` changes from this PR, https://github.com/prismicio/prismic-client/pull/250 it breaks the types. With the older...

bug

### Versions - `@prismicio/next`: 1.5.0 - `next`: 14.0.4 - node: 21.6.1 ### Reproduction `NextApiRequestLike` types [query](https://github.com/prismicio/prismic-next/blame/df6fda8f2794bde0bd646ae85704de65a2ee02ec/src/types.ts#L67C2-L67C7) does not match Next.js types. According to next.js types this value does not exist....

bug

Have you ever thought about using [PSR-0](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md) PHP standard on your library ? I am using your package with [Composer](https://getcomposer.org/) and I had to restructure your library/namespaces in order to...