Marc Schipperheyn

Results 99 issues of Marc Schipperheyn

I've had a number of issues with cyclical dependencies. TDLR, if I install the webpack CircularDependencyPlugin on my project (NextJS, apollo graphql, sequelize, react, typescript), the build would fail because...

In order to debug some issues I'm having I would like to see the network request (url, headers, cookies, request, response, etc). In my case, I particularly want to verify...

I've read most of the issues here and understand that Rest is possible but requires you to pass data to specific pages possibly using namespacing to facilitate. Any chance for...

So, the photo image quality supplied by the imageUrl method is extremely low. This can be changed by changing the url from this https://lh5.googleusercontent.com/-UyuMuAWmKIM/AAAAAAAAAAI/AAAAAAAAAn0/pMK2DzFNBNI/s64/photo.jpg to say https://lh5.googleusercontent.com/-UyuMuAWmKIM/AAAAAAAAAAI/AAAAAAAAAn0/pMK2DzFNBNI/s800/photo.jpg or https://lh5.googleusercontent.com/-UyuMuAWmKIM/AAAAAAAAAAI/AAAAAAAAAn0/pMK2DzFNBNI/s64/photo.jpg?sz=800 I...

# What is happening A non null error is reported for a field that is not null, e.g. `Cannot return null for non-nullable field Account.id.` # What is really happening...

bug

When a parsing error occurs, graphql reports cryptic errors that are often hard to locate E.g. Syntax Error: Expected Name, found "!". The problem is that, if you know where...

Does anyone have problems getting `splitChunks` to work? I have upgraded webpack to 4.28.1, tried many things but end up with just a large `index` and `vendor` bundle. I use...

I spent quite a bit of time with a failing Dokku deploy which gave the error: `ERROR in Error: Child compilation failed: Module build failed: Error: "extract-text-webpack-plugin" loader is used...

React Universally will use the .env file even if there is for example an .env.test file available config/utils/envVars.js ``` const envFileResolutionOrder = removeNil([ // Is there an environment config file...

Struggled with a number of weird deployment errors (unresolved dependencies, parsing errors, etc) which all turned out to be related to the CDN caching an outdated index.html and service worker....