zodern
zodern
You will want to find why your app using all of the cpu. A few ways you can: - Add Monti APM: https://docs.montiapm.com/academy/welcome. The free plan has a number of...
You probably need to enable this option in your tsconfig: https://www.typescriptlang.org/tsconfig/#verbatimModuleSyntax With the current version of svelte-preprocess, component imports can be removed when the option is disabled.
The latest version fixes using typescript 5.
Reify already has a shared runtime, and the generated code is designed to minify well. It's not possible to eliminate the generated code - you have to add a line...
This would be very helpful. It could show the oldest and newest Meteor version each package supports. It would be nice if it could do it per package version, so...
Meteor normally uses a case insensitive query for emails so emails are stored how the user entered them, but when querying it ignores case. The package isn't using the normal...
I wrote [`mtest`](https://www.npmjs.com/package/@zodern/mtest?activeTab=readme) a few years ago to easily run package tests in CI or headlessly. It's mentioned in the [guide](https://guide.meteor.com/writing-atmosphere-packages#testing) for testing atmosphere packages. [Here](https://github.com/monti-apm/monti-apm-agent/blob/feature/fiberless/.github/workflows/test.yml) is an example using...
I think my comment at https://github.com/meteor/meteor/pull/13378/files/6653e9ab800ed0e037fe95f8cac71884c8b4847e#r1819275299 still applies.
Could you please try again with `[email protected]`? We were using a very outdated ssh2 client.
We were using a very old ssh client. I wonder if this is any better with `[email protected]`. Otherwise, maybe we could detect when this issue might be happening and show...