Eric Burel
Eric Burel
## Goal Add `depcheck` to the release process Seems to work ok, we could add it to the release process (I've had issue with very big node_modules bundles). https://www.npmjs.com/package/depcheck ##...
## Edit: current progress: - [X] An HOC for pages is available here: [withPrivateAccess](https://github.com/VulcanJS/vulcan-next-starter/blob/devel/packages/%40vulcan/next-utils/routing.tsx). You can customize the server side auth check and the client side auth check. **It works...
https://github.com/vercel/next.js/issues/15674 https://github.com/isaachinman/next-i18next/issues/780#
## Goal Statically generate things and simplify app development using build time features. ## Leads - For fragments: https://github.com/develomark/graphql-cli-generate-fragments
This allows to dump requests emitted during server-side rendering (or any other kind of request emitted by the server) as JSON readable by DevTools network tabs. This means we can...
Currently, there is a small issue that blocks deployment of internationalized app on Vercel: https://github.com/vercel/next.js/issues/13624 https://github.com/isaachinman/next-i18next/issues/274
## Goal Keep Vulcan as fun as possible! Having a powerful professional setup is cool. But Open Source is a place of freedom where you can break bounds, moonshot and...
Types are clashing with Jest https://github.com/cypress-io/cypress/issues/1091 https://github.com/cypress-io/cypress/issues/1087 https://github.com/cypress-io/cypress/issues/1087 ### Steps to solve - [ ] Check if the issue is still reproducible - [ ] Check links above for a...
Similar to this closed issue https://github.com/istanbuljs/babel-plugin-istanbul/issues/62 ### Steps to solve - [ ] Check the open issue linked above - [ ] Fix accordingly by moving nyc config out of...
We need to manually add command typings to `cypress/support/index.d.ts`, command per command. This is of course inelegant. Ideally, Cypress commands should export their own typing, and export it in a...