Aaron C. de Bruyn
Aaron C. de Bruyn
If you bring up the developer console in Firefox when loading Yahoo Mail, can you see any errors?
Temp work-around: ``` var toggl = new api({apiToken: process.env.TOGGL_API_KEY}); var req = { method: 'GET', auth: {} }; req.auth[process.env.TOGGL_API_KEY] = 'api_token'; toggl.apiRequest('/api/v8/me', req, function(err, authdata) { if (err) { debug(err);...
It may be, but I switched jobs and no longer have to provide reports based on Toggl data. ;)
If a project uses GPL3, I just skip over things and move on. I use stuff that's under a truly open license like BSD. I'm not so petty that my...
Go away stale bot. It's still relevant.
Go away stale bot.
Strange. I run Salt on several hundred Windows Server 2019 boxes under QEMU/KVM and after upgrading from 3006.5 to 3006.6 I'm hitting this issue...but only on one 2019 box. The...
It's running ```6.5.11-7-pve``` which might be close enough, but then again, I have a ton of 2019 instances running on that same kernel version and they're all reporting correctly.
No, the hypervisor hardware is identical (or nearly identical). The hypervisor is configured via Salt. The 2019 install process is identical on all the machines. The installer ISO is replicated...
I think the fix from the Salt side of things is pretty obvious though--toss a try/catch around the line that generates the IndexError and don't return any results because something...