Andrei Luca

Results 11 issues of Andrei Luca

The project already has https://bundlephobia.com/ but it's different from https://packagephobia.com/ bundlephobia shows only bundle size analysing package.json entry points packagephobia shows the full npm package size

Reason: Resize handles allow to resize until you hit the screen edges, no more

> [!WARNING] > This proposal is still in progress to be filled in. > The maintainer will be pinged when it is complete. > But they may pitch in if...

### What does it do? https://github.com/strapi/strapi/assets/1881266/ac7f1b06-79e5-4c9a-9478-25f3bf9ba49d ### Why is it needed? https://www.apollographql.com/docs/apollo-server/performance/caching/ Note: Strapi uses a previous major version of Apollo Server, which works similarly. ### How to test it?...

https://github.com/keystonejs/keystone/assets/1881266/dfc1a65f-13d1-4cbf-84e7-8dd64b3faca7

- [X] Move create-keystone-app inside mono-repo - [X] https://github.com/keystonejs/create-keystone-app/pull/427 PS: I was looking at [create-payload-app](https://github.com/payloadcms/payload/tree/main/packages/create-payload-app) maybe we can borrow that code for KS also, which will allow multiple KS templates...

Clone feature did not work in ListView, did some debugging, and for some reason, `err instanceof AxiosError` did not work when cloning entities. (probably related to multiple loaded axios instances)...