Matthew Lieder

Results 46 comments of Matthew Lieder

@brettsam This just happened ~30min ago during an autoscale up -- found the details on the "Function Executions and Errors" report under "Availability and Performance": ``` Description: A host error...

Sure thing: 2102160040004856 Thanks a lot for your help with this!

I wish it were that simple! That was my first of many attempts. Doing so just returns the handlebars function in a string. Looking through this loader's code and comparing...

Thanks @wh1t3h47 for the TypeScript conversion! I've taken it a step further myself and converted into a dayjs plugin, here's the code in case it helps anyone: ```ts import dayjs...

@LucaColonnello That would be great, I'm surprised no one else has done so yet. I can only take 1% of the credit though, people earlier in this thread get most...

I was wondering why the Smart App had a strange thing called "Routines" (which I'm unfamiliar with and isn't in my SmartThings app) but didn't have anything for Scenes --...

Just ran into this too when upgrading from v1.5 to v1.6. The code only sets the latest_tag variable when skip_packaging is false, but it still attempts to read the variable...

This error might have two causes, no tags in repo and skip_packaging set to false -- I'm still getting it in the latter scenario even with tags present.

@korenyoni thanks for taking a look, but lookup_latest_tag isn't even called in my scenario's code path (skip_packaging = false). Take a look at this code added in #130 (abridged to...

@davidkarlsen I see you seem to be a maintainer of this repo. Sorry to bother you, but would you be able to take a look at this? Quite a few...