Michael Pope

Results 32 comments of Michael Pope

I get this issue when upgrading ruby on my production and staging servers. I just upgraded to 2.5.3 and then to 2.6.1 and had the same issue on both. The...

You could be right here. We use rbenv on our servers to help manage our ruby versions maybe this is causing the problem. I'll check

Workaround; `@qbo_api.delete(:journal_entry, id: id)` Maybe this should be added as an example to the docs as it's inconsistent with how we call :journalentry for other things such as `@qbo_api.create(:journalentry, payload:...

I've got that file in my node_modules directory of my app located here: `/node_modules/@nativescript/camera/platforms/android/java/org/nativescript/plugins/camera/Utils.java` and I'm loading @nativescript/camera in my package.json. Here is my package.json; ``` { "nativescript": { "id":...

I just updated to the latest version of your nodejs package and now when I run my playbook I get `ERROR: block is not a legal parameter in an Ansible...

Yeah I was thinking about your problem whilst listening to you on changelog. I haven't used TTS but thought there would be something which could do text to speech and...

I've got a work around for now and that is to not use kiosk mode and drag the window over to the main screen. It seems to remember it's position...

As a possible short term workaround you try using the tool 'xdotool' within a script to start netflix and position the window on the second screen.

Something like the following should fix the problem ``` - name: Create apache2.service.d file: path=/etc/systemd/system/apache2.service.d state=directory when: ansible_distribution_release == 'stretch' - name: Install passenger setup to Apache2 copy: src=common/files/passenger-instance-reg.conf dest=/etc/systemd/system/apache2.service.d...