Michael Chesterton
Michael Chesterton
Hi, Love your work. Tooltips on settings might be a nice thing to have but not essential. I was trying to reduce network traffic and noticed /who was continuously being...
I'm using both of the official osrm-frontend and osrm-backend docker containers, after loading the frontend in a browser everything works well except the browser tries to connects to the internal...
runs npm as user osrm instead of root using su-exec bump version of alpine to 3.8
From my understanding, this warning doesn't cause any issues other than it looks like an error when watching requests in the network tab of the firefox web developer tools. The...
from pushbullet import Pushbullet api_key = 'replace with your api key' encryption_key = 'replace with your encryption key' pb = Pushbullet(api_key, encryption_key) device = pb.get_device('replace with your device nickname') threads...
``` File "/home/michael/odoo/openerp/api.py", line 268, in wrapper return old_api(self, *args, **kwargs) File "/home/michael/odoo/openerp/addons/base/ir/ir_actions.py", line 837, in run_action_code_multi eval(action.code.strip(), eval_context, mode="exec", nocopy=True) # nocopy allows to return 'action' File "/home/michael/odoo/openerp/tools/safe_eval.py", line...