Julian Scheid

Results 135 comments of Julian Scheid

Oh, I see what you mean about compiling separately. That won't make a difference in this case because it's a single file, but yes that's a good change, I'll upgrade....

I've tried a few ways of working around this, using `` and with an empty response, but it seems that the only way I can get an event fired is...

This appears to work, but is needlessly noisy: ```xml ```

Hi, thanks for putting this together. Unless I'm missing something it doesn't solve #176 however, it's ultimately a different feature--skipping SRI for certain chunks--that only happens to solve the use...

Version 5 of this plugin requires Webpack 5. You either need to upgrade Webpack or use version 1.x of this plugin.

Sorry, we don't support external scripts at the moment. The primary use case is for bundling your dependencies from npm. See #167.

Admittedly what really prompted me to open this ticket was not heterogeneous arrays like in my example, but homogeneous ones that look like so: ```json { "type": "array", "items": [...

It would be nice if it was also possible to log using `(message)` (not just into the `*Messages*` buffer). That way, logs would be visible when running without a UI...

~~Accessing the response body is a good workaround, still it would be nice if `apollo-link-http-common` didn't try to parse every response as JSON, only those that have the `application/json` content...