Dave Davis
Dave Davis
@thunderlungs I've forked this and will implement that feature. It's a great idea. Unfortunately, I think the original developer has abandoned this.
Hey @roscoegray Doesn't the new version have an API? How is the IFTTT functionality? What are the limitations? I'm guessing there's quite a few if you're requesting this?
Oh no, I'm not a contributor here, just a user of it. Didn't mean to hijack your issue. If you think it's needed, by all means, keep it open. I'm...
Cool. Thanks for that. Would you mind posting the settings (terms used) for the example images? They're amazing.
Has anyone found a workaround for this for localhost (the only connection)? Or is setting the limit env variables to something crazy high the best way to achieve this when...
@AbdBarho Thanks so much for doing this. Was pulling my hair out trying to get xformers installed locally. But have your dockerized version working in minutes (on Ubuntu 22.04). Have...
I calculate the week number in the Fiscal Quarter in a separate function and combine it with Fiscal quarter, but native support would be fantastic. ``` NEXT_MONDAY = relativedelta.relativedelta(weekday=relativedelta.MO) LAST_MONDAY...
Sorry guys, got swamped with another PR so unable to do this. So thanks @nicmendoza for going ahead. @adamjstewart I just used relativedelta from dateutil. My requirement is basically that...