Simon Schick

Results 176 comments of Simon Schick

@mibto I saw you patching the compiler by setting the compiler-host to an empty object: https://github.com/mibto/angular-meteor/blob/f39cd151a9e0752533aa8f7dbe0d7802d7a657c7/atmosphere-packages/angular-typescript-compiler/index.js#L345 I got better results (and do not have the error of `host.isSourceFile is not...

@cosmin-dumitrache When turning off Ivy (by setting `enableIvy` to `false` in the `ngcOptions` object) I'm faced with the following error: ``` While processing files with angular-compilers (for target web.browser.legacy): /Users/simon/Documents/packages/compiler/src/util.ts:108:17:...

@Urigo any update on this one? I'm using this for quite a while now and don't see any downsides. If there are, or things I overlooked, I'd like to know....

I've updated the code to use the public method, provided by Meteor instead some internal properties, that aren't part of the public interface of Meteor.

There's now a command to restart the eslint server (https://github.com/microsoft/vscode-eslint/issues/477#issuecomment-808597443) ... would it make sense for this extension to have a watcher on the files containing the schema and restarting...

@SteveQiu does my workaround, provided in #1781 fix it?

Also the packages `ecmascript-runtime-server` and `ecmascript-runtime-client` both have the package `core-js` two times in their current release. Once as `core-js` and once as `.core-js-garbage-*.*`. Maybe it's a good solution to...

@ramezrafla since you mentioned it, have you tried to use the GO application in your use-case to see what kind of improvements it would give you? I didn't write the...

> why don't you just use regular mongo oplog? Well, because each Meteor instance, using the traditional mongo oplog, scans through the full oplog on the database. our write-heavy workload...

Here's a specific list of code-changes this package has missed out on until now: * https://github.com/meteor/meteor/commit/b8cbe5a7b2cd5754bb27ce99936c2f202c342274#diff-a9d0b23557a439d95f0ceea868fb961b * https://github.com/meteor/meteor/commit/fd63390bf7f54266981f23de9d0628165917a21f#diff-75240636a2190af4439bf71a576e3649 * https://github.com/meteor/meteor/commit/ecf726ebf383917baba929e26adc40bd95281eab#diff-75240636a2190af4439bf71a576e3649 * https://github.com/meteor/meteor/commit/86dba2ba2cb89234d3179a13e715719651806be8#diff-75240636a2190af4439bf71a576e3649 And you've added something to https://github.com/cult-of-coders/redis-oplog/commits/master/lib/mongo/ObserveMultiplex.js whereby I...