Eric Burel

Results 245 issues of Eric Burel

## Goal This helps setting up API keys for instance, that you may want to be sent in all your graphql queries. Eg to setup API keys https://github.com/VulcanJS/vulcan-next-starter/issues/54 ## Steps...

enhancement
apollo
internship

## Goal The goal is to make Vulcan Next frontend compatible with Vulcan backend, be it a preexisting Meteor application or a newer version built on top of `vulcan-npm` packages....

RFC

**Is your feature request related to a problem? Please describe.** Mimick Meteor beloved METEOR_PACKAGE_DIRS feature in NPM. - When this variable is set, Meteor will consider each directory listed as...

help wanted
tools
difficult / careful thinking
internship

**Describe the problem you want to solve or enhancement you want to bring** Have Vulcan Next website to display great on mobile and make it easy to handle responsive content....

RFC
mobile / responsiveness
internship

Next config management is limited to runtime, and not very reliable outside of it. Node-config seems a relevant alternative that would behave like Meteor does.

help wanted
internship

## Goal Contributor should have a great experience out of the box ## Ideas - [ ] List of VS Code packages to install - [ ] Linting with Prettier,...

help wanted
internship

- The storybook MDX setup should belong to a package - Wait for a better support of ".md" files in Storybook (currently conflicts with default behaviour, note that this issue...

mdx

See https://github.com/vercel/next.js/discussions/14308 Runtime configs are not advised, because they can't be deployed in a serverless environment. However, environment variable are clearly not sufficient to setup the app: how to parse...

nextjs
3rd party fix
difficult / careful thinking

### Goals Make your experience as a contributor a great moment. Get an higher proportion of PR merged Shorten the time for issues to be solve Keep the framework easy...

RFC

In Cypress, if you run `vulcan-next-starter/basic.spec.ts`, everything is fine. But if you run `vulcan-next-starter/basic.spec.js`, (a JS file) then `basic.spec.ts` build will be triggered, and will fail with errors regarding mocha...

bug
typescript
cypress
webpack
internship