Chris Kemp

Results 7 comments of Chris Kemp

In my version 52.6 the code is not passing this line, because it's returning `MSRectangleShape` rather than the expected `MSShapeGroup`. I tweaked my local copy, but I'm largely ignorant of...

Just submitted a Pull Request that should fix this. I tweaked the version installed on my system and it seems to work.

@timuric Don't Sketch give licenses to people who write popular plugins? This is a good one.

No, I didn't check plugins. Thanks. https://www.npmjs.com/package/hypercwd preserves the CWD for Tabs, but not Split Panes.

If your answer was "It does (on Mac)" then you'd be right, but on Windows it doesn't. :) Looks like they have an open issues https://github.com/hharnisc/hypercwd/issues/18 but the project hasn't...

The points included are good. I’d vote for including references to the CCE DR pages. Hosted services like RDS don’t give you as many out of the box options as...

We discovered this issue just today. [This thread](https://github.com/pydantic/pydantic/issues/7093#issuecomment-1679621606) talks about using `SerializeAsAny`. ```python class VsBaseErrorSchema(BaseModel): """Base for all error responses. Represents a JSON serializable version of VsBaseError""" detail: str =...