Simon Christmann

Results 16 comments of Simon Christmann

Before you made any changes only the Badezimmer (≙ Bathroom) topics showed up in MQTT - nothing else. ### With the #9 branch however: Here everything starts to work _in...

> An easier solution could be that you could write little poller in python and run it on the bridge for the stuff you want to monitor, with an event...

Patched version of mkdocs: https://github.com/dersimn/mkdocs ..the change is quite small by the way: https://github.com/dersimn/mkdocs/compare/775d506c63d4b57553110ee56b8c1f94d336e1f7..HEAD#diff-81f285125d041f8ec1fca83e7d0a170b496aea52e8f288edf3fd9a4d5773bfa4 Demo repository + instructions: https://github.com/dersimn/mkdocs-snippets-issue

Same for using filament change command in G-Code `M600`

Merge😅?

It's not just you. I'm having the same issue. Whenever `/var/cache` is inside a container I'm getting this strange error when running `typo3cms cache:flush`: ``` [ TYPO3\CMS\Core\Error\Exception ] Warning: rename():...

Workaround is to use ```js gitinfo: { commands: { 'local.branch.current.tag' : ['tag', '--points-at', 'HEAD'] } }, ``` in `Gruntfile.js`

I'll do, but probably not before next week as well. I'm still in the process of getting familiar with the XML-RPC stuff, but I discovered a quite funny thing in...

It works the same way when you just send `MANU-MODE` as a string to the CCU ✌️

Try with `clientId` (small D) here: ```js const api = new SpotifyWebApi({ clientID: process.env.CLIENT_ID, clientSecret: process.env.CLIENT_SECRET, }) ```