Will Dady
Will Dady
@balltrev We could hook into the AWS Codepipeline events which automatically get emitted onto the default event bus in the account. The problem we now have is AWS Chatbot [does...
I'm getting the same issue. Have just upgraded Projen and this broke. Am using Gitlab for CI, not Github Actions. It's this part which copies files from the root directory...
@MikeRalphson Thanks! Currently this project doesn't validate the incoming document only because a javascript based validator doesn't yet exist (to my knowledge). Hopefully at some point the OpenAPI core team...
Maybe stating the obvious here but the implementation calls CGWarpMouseCursorPosition which according to the [Apple docs](https://developer.apple.com/documentation/coregraphics/1456387-cgwarpmousecursorposition?language=objc) > Moves the mouse cursor without generating events. Perhaps `CGDisplay::move_cursor_to_point` should be used instead...
Actually, [CGDisplayMoveCursorToPoint](https://developer.apple.com/documentation/coregraphics/1455258-cgdisplaymovecursortopoint) also doesn't emit events. > No events are generated as a result of this move. I can see why perhaps this is the way that it is. The...
Yes, 18.2. It's a Next.js (13.0.7) app. Not sure about strict mode.
My guess is you need to have this function defined? ```python async def on_valves_updated(self): # This function is called when the valves are updated. pass ```
> downgraded to version 0.7.0 and it works fine I also tried downgrading. Same issue.