Mitar

Results 583 issues of Mitar

It seems browsers do not propagate [isReload](https://developer.mozilla.org/en-US/docs/Web/API/FetchEvent/isReload) flag correctly. If I reload the page in the browser, only the main resource gets `isReload` set to true, but all subresources do...

But it is recommended in the README?

Made it so that you can specify a callback and you get a stacktrace in it. You can then write to the file yourself if you want or do anything...

Provides a way to hook into computing `after` when scheduling repeated jobs. It could be used to for example configure timezones.

For some type of jobs (like jobs which connect to the external rate limited APIs) should be rate limited. I am not sure how this would be implemented. Any idea?

question

So validation is only one step when using JSON schema. I would like to also then build an automatic controls from the JSON schema and so it would be great...

If I understand correctly, `$ref` replaces the whole schema, not merges with things inside the schema object? So you cannot do `{title: 'foobar', $ref: '#/properties/foobar'}` and have `title` be kept?...

**What rule do you want to change?** `vue/no-v-text-v-html-on-component` **Does this change cause the rule to produce more or fewer warnings?** Fewer warnings (less false positives). **How will the change be...

`Meteor.Error` should get a numeric value for the first argument. And if callback is provided you should not be throwing an exception, user does not get any feedback (upload just...