Tim Stibbs
Tim Stibbs
Are `file:///` origins affected by the limits or are they excepted?
Would you be open to a PR that adds a strict mode which throws an error in the event that it does hit an unsupported template?
My use case is simply that I was trying to pull some info out of a page and found that some things were just completely missing, e.g. I was calling...
Not had a huge amount of time to look at this so have pushed my work in progress in case anyone wants to have a look: https://github.com/tstibbs/wtf_wikipedia/tree/feature/432-strict-template-mode There are a...
Note that https://github.com/jenkinsci/bitbucket-build-status-notifier-plugin exists for BitBucket Cloud.
@alexander-akait are you saying that you don't guarantee order of chunks under any circumstance - i.e. you're saying that it's just luck that it's currently working for me even when...
Another use-case I don't see mentioned here is using fargate for isolated builds. We use fargate tasks to run CI builds each time a developer pushes to a branch. This...
Note if like me you're not bundling for the browser you can resolve these problems by telling webpack to bundle for node by adding the following to `webpack.config.js`: ```javascript module.exports...
@fhinkel the issue is resolved when bundling for node, but not when bundling for the browser. I'll leave it to the project maintainers whether they'd rather have bug reports in...
For the benefit of anyone looking for a workaround who struggled to understand the conversation above, if you are installing something from a public github repo and want to force...