Simon Schick

Results 92 issues of Simon Schick

**Tell us about your environment** - **ESLint version:** - **eslint-plugin-vue version:** - **eslint-plugin-vue-i18n version:** - **Node version:** **The problem you want to solve.** The rule set `@intlify/vue-i18n/recommended` should by default...

Based on PR #41, this PR provides a generator which generates a Typescript type for the name of icons. The changes done here are heavily inspired by the package https://github.com/victorgarciaesgi/nuxt-typed-router....

When installing this plugin in a project which has the TS-option `noUncheckedIndexedAccess` enabled, it will fail. This PR fixes this. It also updates some packages (all in compliance with the...

## VERSION: ## `6.5.0` ## STEPS TO REPRODUCE: ## Create an endpoint with an abstract class which is extended by two classes, whose instances could properly be returned at this...

I guess this code: https://github.com/vsivsi/meteor-job-collection/blob/3ec32befcf195c157bcdc100a4a82603045970d5/src/shared.coffee#L888 should check for if `doc.repeatWait` isn't a number - not if the actual value isn't `number`, right? This is also shown a few lines earlier:...

Explained how to avoid zombie-jobs

As mentioned in https://github.com/vsivsi/meteor-job-collection/pull/268, this (in combination with https://github.com/meteortesting/meteor-mocha/pull/51) gives us the possibility to measure how much of the library actually is covered by tests.

In my current project, I have multiple subscriptions, publishing their content to the same collection on the client side (since they are also managed on the same collection on the...

Project:Minimongo

When reading that it's now - in 1.10.0 - possible to exclude certain web architectures in development mode, I asked myself why we do not allow this for all modes?...

Project:Build Farm

Because I again published one of my packages with all the dev npm packages (https://github.com/meteor/meteor/issues/10938#issuecomment-590974079), I propose that we find a way to integrate a pre-publish hook, where I can...

pull-requests-encouraged