Ryan O'Connor
Ryan O'Connor
I did it! Near instant pausing and resuming. It's not in a 100% robust thread-safe way, but I'll post the patch anyway so you can see what I did. I...
Here's a link to the diffs http://1drv.ms/1CkDg13. There are two formats: .u.diff - unified diff .diff - normal diff (I used WinMerge to generate it) Use whichever one suits. @kenkendk...
I saw this in another issue, and tried it: document.addEventListener("deviceready", function () { if (window.cordova) { alert('window.cordova is available'); } else { alert('window.cordova NOT available'); } }, false); document.addEventListener("deviceready", function...
What are your crystal oscillator cap values? The datasheet gives a very specific range for the fuse selector you've chosen: 
Sorry just confirmed your resonator part is 15-16pF so that's fine
I think probably the reason is that you need to power it externally and not depend on the power that comes from the Arduino Uno as ISP
> from my experience it's not always enough to power the programmer and the board at the same time during programming from USB
same issue for me, we use '@/components/....' and moving a file from '@/views/...' into the components folder has no refactoring effect triggered in the code base
I also had this problem. I found that I had to offset the position by the parent of the grid's position. I don't know why it's like this, but this...
@thalida I am trying to adapt your example for our dashboard. but the problem I am facing is that my manually rendered components do not have access to the rest...