Tom Brückner
Tom Brückner
- [ ] Feature request - [X] Bug report - [ ] Question `meteor` version: 1.10.2 `fourseven:scss` version: 4.12.0 I was wondering why my `.meteor` folder was so huge (over...
- [ ] Feature request - [x] Bug report - [ ] Question I just upgraded an app from 1.6 to 1.10. Source maps were working, but now I am...
In our use-case, asking for the "album save permission" at the time-point when the image has to be saved leads to a pretty weird user experience. Thus, we would like...
Since build 68, the Chrome browser supports the W3C Keyboard lock specification: https://w3c.github.io/keyboard-lock/ This API defines a global `Keyboard` singleton object with the methods `lock()` and `unlock()`. Since `cordova-plugin-keyboard` is...
Since a while, I am getting the "Uncrustify can be upgraded" message every time I startup VSCode. If I click on "Install using brew", I get some brew outputs (sometimes;...
First off, thanks a lot for this cool theme. I like it a lot, it's my favourite one and am using it everyday. Unfortunately, since some update of Nuclide, I...
We have a defined rectangle on screen in which an image will be displayed. We want the user to be able to zoom in and pan the image, but still...
I want to prefill my Meteor database once, before all other tests are run. I managed to do this using a global `before()` handler. However, the Mocha docs state that...
If I run tests in the browser, all console logs in the browser are somehow redirected to `browser-shim.js`, which forces the output to a simple string instead of a nicely...
I know this package is not maintained anymore, but I'd like to suggest a minor change: updating (or removing) the hard dependency on `[email protected]`: https://forums.meteor.com/t/reactmeteorcomponent-and-react-16-11/51505/5 Reason: Recent React versions have...