Pavel Kozlov
Pavel Kozlov
Hi @arlyon I am experiencing similar issue as @dthul . And also trying to undestand which feature I have to enable to make `use stripe::TerminalLocation;` to compile, it complains ```...
@medikoo unfortunately just moving it to the `after:deploy:function:deploy` isn't helping because the order is kept the same or not guaranteed... the plugin code must be sure that it's callback will...
@medikoo adding hook to `after:deploy:function:deploy` with cleaning up resources will not help to tackle problem with sentry-plugin because it's trying to upload source maps (which relies on resources which are...
@arabold any plans merging it?
@arabold hey, did you have a chance to review this?
@arabold I found the root cause of this behaviour, I hope it could be interesting. This is more because of serverless itself (aws plugin which is part of core code...
Yes, definitely, why not, it's one-liner - I just not sure if `(.+?)` proper way to go, it worked for me, but probably there was a good reason and I...
@arabold hey! did you have a chance to review it? perhaps it makes sense to add `JSON.stringify()` in other places too?
That's weird... it is there. ``` $ cat /lib/modules/$(uname -r)/build/include/generated/uapi/linux/version.h #define LINUX_VERSION_CODE 331552 #define KERNEL_VERSION(a,b,c) (((a)
Hey @ghostdogpr. Any news about that?