Craig McNamara

Results 11 comments of Craig McNamara

I ended up doing this ``` import dayjs from 'dayjs'; import utc from 'dayjs/plugin/utc'; import timezone from 'dayjs/plugin/timezone'; dayjs.extend(utc); dayjs.extend(timezone); dayjs.tz.setDefault('Australia/Sydney'); export default dayjs.tz; ``` and replacing all my imports...

i had the same problem, so i ended up doing this ``` process.stdout.clearLine(); process.stdout.cursorTo(0); process.stdout.write(thisPercentBar.update(percent)); ``` it works, not sure if its the best way to do it though

having the same problem, got this from `DEBUG=node-cba-netbank cba-netbank download -a smart` ``` (node:18562) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 7): Error: ENOENT: no such file or directory, open 'log/1502003489950-1-request.json'...

Perhaps its related to this? It is an old issue though https://issues.apache.org/jira/browse/CB-6532

So the content type of the css is being returned as application/octet-stream, so thats why safari won't display it.

Looks like the usemin comments are missing. From this: ``` ``` to this: ``` ``` You shouldn't need to change anything in the Gruntfile.

im having the same problem, plex wont play for some reason