Jan Küster

Results 357 comments of Jan Küster

This bug is reproducible in the following way: use jquery or vanilla DOM manipulation and replace the root component of the template with any custom code but don't use any...

@Zireael07 when you close -> then open your Chrome and open the developer console (F12) and (maybe repeatedly) enter `speechSynthesis.getVoices()` then do you get any results?

Yeah, this is a huge problem in general. Most likely there are no voices installed on your system. You can check if things are running on OS level by this...

If this issue persist it's likely a minimongo issue. Feel free to reopen.

hey @TheRealNate @ToyboxZach I can take a look at it. @ToyboxZach can you please comment on the files / lines that are most related to the fixes? I would go...

Rebase can be such a pain... Let me know when you won the battle. Alternatively, there will be no blame if you close and open a new PR in case...

@ToyboxZach could you please take a look at #99 and see if there may be potential clashes? I am still trying to figure out how we get both PRs work...

@ToyboxZach sorry for late response :see_no_evil: I agree on that as it makes much sense. I would therefore go with #99 (it also includes all the prettier updates etc.) and...

@ToyboxZach I merged #99 it's now on dev and contains all prettier fixes. It also contains CI for prettier lint and unit tests. You can merge dev and then continue...

Weirdly it works only if I add `@methodOf {modulename}` AND `@function` to each exported function: ```js /** @module tasks/methods */ /** * Creates a new task document * @methodOf {tasks/methods}...