Bradley Wood

Results 47 comments of Bradley Wood

I had the same problem. The fix for me was simply to turn off `autochdir` as @wincent suggests.

Just to give more context, I am trying to get behaviour as close as possible to that of a Mac tool called [Screenfloat](https://eternalstorms.at/ScreenFloat/ScreenFloat_-_Make_your_Shots_fly/ScreenFloat_-_Make_your_Shots_fly%21.html) The use case that this tool does...

In fact, here is a pretty ropey implementation (especially with the `sleep`s) but it does work. I disable the notification totally, and rely on `dbus-monitor` to grab the filename and...

Could probably be handled with #15

I have exactly this problem, I selected a ton of items with a drag, locked them all, and now I realised I locked too many things and I want to...

Here is the CW Policy that SLS is creating and adding to every time I add an httpAPI ![image](https://user-images.githubusercontent.com/3472045/148559985-24421287-6f49-49d2-94f5-816cd2792250.png) Maybe an easy fix it to make it not be too...

Hi @pgrzesik -- I'm not sure what you mean by "source"... The relevant snippet of the serverless.yaml is here -- the `role` line is clearly not working. When we run...

Hi @pgrzesik It's a good question -- this doesn't seem to be visible in IAM, Cloudwatch, or API GW AWS Console UIs. I was only able to find it via...

and more info here -- looks like some kind of AWS bug: https://newbedev.com/what-resources-does-aws-cloudwatch-log-resource-policy-create

Hey @pgrzesik the only thing I can think of is explicitly setting this policy as part of SLS deploy but it would need to be done with the AWS SDK...