Morten Nilsen
Morten Nilsen
Could this possibly be related to plug returning a 429 response code if the client sends too many api requests in a short interval?
I rewrote the bot code a bit, and made it rerun the PlugAPI call if the callback was not executed within 2 seconds, and this is what I got: ```...
This seems to be 100% reproducible on startup, but after the bot has been running a while, it is rarer.
if got is an alternative to request, how about needle? I very much liked what I saw when I looked at that. My concern about dependency count has little to...
Hi @liammclennan Yes, I am well aware of that and I use it, but when I set up an incoming web hook "app" in slack, there is a notice stating...
As the configuration UI for the seq app says "Add the Incoming WebHooks app to your Slack to get this URL."  When I searched for "incoming webhooks", the only...
I am certainly seeing an issue with this attribute in 6.2.1: 
I deleted them and rebuilt and they reappeared. I did find it a little curious that the timestamp was dated in january, but I didn't really look into it any...
As I recall, that is what I was observing a long time ago when I started following this issue. At this time I am working for a different customer, so...
It also seems my assumption about being able to bind an object is wrong, as doing so seems to make the object inoperable in the angular app, and the bound...