Dmitry
Dmitry
Here's the output from the serviceexplorer script linked above: https://gist.github.com/dmitrym0/7394da30f2e543b5d4ac825a604d989b
I tried running locally with the following values: ``` #UUID_HEIGHT = '99fa0003-338a-1024-8a49-009c0215f78a' #UUID_HEIGHT = '99fa0022-338a-1024-8a49-009c0215f78a' #UUID_HEIGHT = '99fa0023-338a-1024-8a49-009c0215f78a' #UUID_HEIGHT = '99fa0024-338a-1024-8a49-009c0215f78a' #UUID_HEIGHT = '99fa0025-338a-1024-8a49-009c0215f78a' #UUID_HEIGHT = '99fa0026-338a-1024-8a49-009c0215f78a' #UUID_HEIGHT = '99fa0027-338a-1024-8a49-009c0215f78a'...
Yup: ``` ~/w/g/idasen-controller ❯❯❯ python3 idasen_controller/main.py --mac-address 4520FE33-3754-4E70-BF61-55D342263FE3 --monitor ✘ 130 master ✱ Connected 4520FE33-3754-4E70-BF61-55D342263FE3 Height: 1281mm Height: 1281mm Speed: -4mm/s Height: 1281mm Speed: -7mm/s Height: 1280mm Speed: -1mm/s ```
Just updated to the latest master, wanted to give this a go, but I can't seem to connect to the desk anymore. Do I use the Device identifier, in Bluetility...
> @dmitrym0 did you recently update to macOS Monterey? > If yes, the problem might be related to #33 Ahh you're bang on. Updated a couple of weeks ago. Thanks...
I've got the same issue. Any suggestions?
@orta - `danger-js/0.0.15/` is our internal versioning system, otherwise we're using latest danger. - I can see the module installed in the filesystem.
Hi @nobiot, thank you for a wonderful package. I think it's going to be a game changer for my organization. I'm having the same issue as the original poster: *plantuml_test.org*:...
I'm running Emacs 27.2; but Org 9.5.2. What's the best way to test emacs with an isolated install? I tried `-Q` but it still picked up installed org-transclusion.
Thanks @nobiot. I created a script to run a "cleanroom emacs" instance which you may find useful: https://github.com/dmitrym0/cleanroom-emacs. It allows you to run an isolated instance of emacs. It turns...