bessw
bessw
I'm getting a dependency version conflict with `meteortesting:[email protected]` and `lmieulet:[email protected]` because version 4.0.0 isn't mentioned in meteortesting:mocha's dependencies: [`api.use('lmieulet:[email protected] || 2.0.1 || 3.0.0', 'client', { weak: true });`](https://github.com/Meteor-Community-Packages/meteor-mocha/blob/2053b3dc30895fd15a1edef0358ac6830de173ed/package/package.js#L18) This seems...
Im not sure which plugin versions were selected, but with meteor 2.3.4 I'm getting this error in my CI: ``` //.meteor/packages/meteortesting_mocha-core/.8.1.2.7kamy4.2ci9x++os+web.browser+web.browser.legacy+web.cordova/npm/node_modules/mocha/lib/runner.js:906 throw err; ^ Error [ERR_STREAM_WRITE_AFTER_END] [ERR_STREAM_WRITE_AFTER_END]: write after end...
Meteor v2.3 updates node from 12.22.1 to 14.17.1 From the node release notes https://nodejs.org/en/blog/release/v14.0.0/ : > - [[c776a37791](https://github.com/nodejs/node/commit/c776a37791)] - (SEMVER-MAJOR) http: end with data can cause write after end (Robert...
There is a duplicate call to `this.res.end('{"type":"success"}');` First in https://github.com/serut/meteor-coverage/blob/da59c18331807069e49465e27b1c3e072159f467/server/report/report-generic.js#L33 and later in https://github.com/serut/meteor-coverage/blob/da59c18331807069e49465e27b1c3e072159f467/server/report/report-remap.js#L59 I think the second one is redundant, removing this line should fix the error from above,...
Thanks this fixed my CI jobs with code coverage. HTML reports are also functional.
it works with ``` [email protected] meteortesting:[email protected] lmieulet:[email protected] lmieulet:[email protected] ``` `lmieulet:meteor-legacy-coverage` is required because im using Typescript, but maybe it's also the reason why coverage is working in my setup.
@NexusNull Sure if I can help in any way.
@Pippadi it looks like you have the same config issue as we had here #2778. You should not add your `matrix_domain` to `devture_traefik_additional_domains_to_obtain_certificates_for`, the certificate will be automatically obtained when...
Happened to me today on windows 10. I've send the error logs.
`layer.scene.context` is just a normal CanvasRenderingContext2D (unless you use a webgl context), thus scale and transform need to be called before drawing. See https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/scale