Eric Burel

Results 248 issues of Eric Burel

I am not at all a webpack expert, so this change may not be appropriate. However when writing my own config, I did not need a public path, default being...

This PR brings an improvement to the "variable keys" scenarion (https://i18next-extract.netlify.app/#/faq?id=how-to-deal-with-variable-keys). It lets you define object keys that will systematically be considered as i18n token. It works exactly like a...

Hi guys, I'd like to get some official feedback on a syntax question that bothers me. All details are on this [Stack Overflow answer](https://stackoverflow.com/a/69287117/5513532), to sum it up here, in...

Hi, I have a (totally non minimal) reproduction for this issue: https://github.com/VulcanJS/vulcan-npm/pull/116 You can clone the project on this branch, then `yarn install && yarn workspace remix-ffa2 run build` =>...

Hi, Lately, I've worked a lot on formalizing the concepts of server-side rendering, be it at build-time or request-time ([link here](https://tinyurl.com/ssr-theory), be careful that's a hard read and only a...

discussion

### What is your Test Scenario? Setup a Role for an authenticated user. Here is the role: ``` const candidateRole = Role('/', async t => { await t .typeText('#usernameOrEmail', 'test')...

TYPE: enhancement
AREA: client
SYSTEM: API
AREA: server

**Description:** Hi, I am setting up SSR in a Meteor app, after updating to Material UI v5. I still have some trouble figuring out what is "critical CSS". I've explored...

needs triage
documentation

Hi, I just wanted to share with you the problematic workflow I encounter: - I access React docs, eg to read about ErrorBoundaries - I get redirected to the French...

Related to #938 , we should update this part of the doc: > > 2. Install the dependencies. Make sure that you use Yarn 1.0.0 or higher. > > ```...

documentation

If some further middlewares are going to read the request cookies too, you might want them to have up to date cookies. For instance, when refreshing a token client-side, I...

kind/feature