Tom Brückner
Tom Brückner
I'm still having troubles setting routing up correctly. If the user successfully logs in or out, there is no automatic forward to another page. I managed to workaround this for...
According to the docs, this should work: ```js const listLoading = useTracker(() => { // Note that this subscription will get cleaned up // when your component is unmounted or...
Thanks for providing this sample repo. When I try to run it, however, I only get this error message: ``` [BABEL] /Users/waldgeist/Documents/Development/htdocs/tests/inbox-react-intl/src/js/components/Header/SubHeader.js: [React Intl] Line 31: Default messages are not...
It doesn't look like.
I sucessfully patched the Swift version to the new Swift 2 syntax. Everything works in principle, but only if I place the picker inside a normal view controller. Once I...
After I've added `meteor-auto-nprogress`, my publish() methods were failing. The checking mechanisms of `audit-argument-checks` complained that not all input parameters had been checked. Once I remove the package, the app...
First off, I like that project, very helpful. But I am wondering if this is actively maintained? I am asking because an issue is waiting for a response for over...
I was able to implement `react-waypoint` successfully in combination with a `div` that had been set to `overflow-y: scroll`. I've set the bottom offset to 300 and am reacting to...
I expected that the video would fit in the DIV that is handed over to the initPublisher() method. But on both Android and iOS, my videos are "out in Nirvana"...
If want to implement a fullscreen feature. Idea is to enlarge either the subscriber or the publisher video to fullscreen if they are tapped by the user. For Android, I...