David
David
I'm having a big issue maybe related to this. If I use the UserStatus.startMonitor my browser tab is frozen, all the app can't work because of just the line with...
@jonjamz So just remove the isMonitoring checks? Tracker.autorun(function () { if(Meteor.userId()){ try { UserStatus.startMonitor({threshold:600000,interval:5000,idleOnBlur:false}); } catch(err) { console.log(err); } }else{ UserStatus.stopMonitor(); } }); This doesn't frozen the browser but I...
Fixed! thanks :)
I did a test with steps that may be helpfull on creating the github action. I added this steps: - Install homebrew - Install nef - Run nef generate md...
Yeah, changing to . worked, my mistake. Right now I have an action generating md files and a step that even moves readme to main repo README. This is crazy...
I think this may be related to https://github.com/Impedimenta/Suitcase/issues/4 Using a software not trusted by macOS without seeing the code seems risky. Also, how do I uninstall it?
Setting an specific version inside the tests spec doesn´t seem to work for me whey I do a pod lib lint, still get the error. ```` - ERROR | [watchOS]...
Hmm, just updated and works well. I was having some problems with other packages so maybe this is related.
Hi @frozeman, I'm still getting this error due to Defer. Any idea on how can we fix it? Here's the log: ``` at withoutInvocation (http://myapp.com/packages/meteor.js?ba96dc1f04ac6e63264a9aea0915717a5e52c365:406:13) at bindAndCatch (http://myapp.com/packages/meteor.js?ba96dc1f04ac6e63264a9aea0915717a5e52c365:414:33) at Object._.extend.setTimeout...
I've updated to 0.1.3 and get the same error :( The error is: Exception in queued task: Error: Can't set timers inside simulations