meeki007
meeki007
@bbartling I saw your issue https://github.com/extrabacon/python-shell/issues/261 and followed it here. you need to use a dynamic import you used ``` var PythonShell = require('python-shell'); ``` try ``` var {PythonShell} =...
Looks like a issue with accessing python3 ssh (bring up a terminal) on your device running node-red. Make sure you are able to run python3 if you can type in:...
Out of necessity I've just started learning some python a few weeks ago. Saying I'm a python noob is a gross overstatement. However I can try my best and sort...
no issues worked fine using: onnxruntime-gpu>=1.0.0 in setup.py I'm a python nublit but getting better. I lack the skillz to create a PR for this. Give me a few more...
Please check that mdashboard was not installed when you installed dashboard. Also I've had issues when removing mdashboard and then trying to install node-red-dashboard. Best to try installing node-red dashboard...
This Jogged my brain of the issue I had with memory overloading. I set limits on logs when starting container. ``` docker run -it --restart always --log-opt max-size=5m --log-opt max-file=10...
@fpaupier > Everything we merge in becomes a part of what has to be maintained going forward < ^^^ Agree with this! Also for those of us with multiple frigate...
@pest-tech Better late than never. Added documentation outlining how to send lat/lon when using your own custom contextmenu see: [utility-functions](https://github.com/dceejay/RedMap?tab=readme-ov-file#utility-functions) scroll down till you see "Custom Feedback Content - "...