Tal Atlas

Results 10 comments of Tal Atlas

Does anyone have a little hacked together service that just sends the commands instead of also monitoring state?

```py throttle_last_run_at = {} def should_throttle(key, interval): now = time.time() last_run = throttle_last_run_at.get(key, 0) if now - last_run < interval: return True else: throttle_last_run_at[key] = now return False @event_trigger("deconz_event", "unique_id...

For sure. I’ll fix those up. While you look through there are some things that are undocumented on slacks api doc site. If you can check it’d be good to...

Edits by maintainers should have always been enabled, and is now.

This extension also does github + enterprise https://github.com/thecodejunkie/github.expandinizr

static files? yeah, that'd probably be useful, unfortunately dont have a ton of time to work on this now adays

I eventually got it to work after installing all the `babel-preset-*` modules i eventually got it to work.