Jan Küster

Results 160 issues of Jan Küster

This PR allows to define custom button classes that can be styled via (s)css. Demo has been updated accordingly.

Just wanted to ask, if this package is still maintained or what's preventing from further development.

Close all chrome windows, and try to get voices, no voices will be loaded, `onvoiceschanged` never dispatches Refresh the page -> voices load, `onvoiceschanged` will be dispatched.

bug
Chrome

Hey @NitroBAY, I would like to maintain the repo. I've seen that you are not really avtive and I think there are still lots of users out there relying on...

I am using the Meteor Devtools Evolved Extension and the sw always fails when the extension is loaded: `event.request` is `chrome-extension://ibniinmoafhgbifjojidlagmggecmpgf/build/inject.js` and I get ```javascript sw.js:64 Uncaught (in promise) TypeError:...

I followed the README instructions to run my coverage but all `.tests.js` files are included. Even explicit exclude pattern in `.coverage` do not work: ```js "exclude": [ "**/tests/*", "/**/*tests*" ]...

We should expose `EJSON` to the client, importing this package. **Describe the solution you'd like** Adding `EJSON` to the export in the main js file would allow clients to define...

I'm testing some performance things on the client with lighthouse and found that there was still a window.unload listener which is really bad for perf and disabled bf-caching. I found...

in-discussion

The package `react-fast-refresh` is always added to the client bundle, adding 32kb of unused code (unminified), even if `hot-module-replacement` is not present. When I'm not using React then I don't...

confirmed
in-development
good first issue
hacktoberfest

### I have a suggestion / documentation is missing something The current [image processing example](https://github.com/veliovgroup/Meteor-Files/blob/master/docs/image-processing.md) contains code that runs in a single thread. Reality is that such processing often requires...

help wanted
Documentation