Colin Mosher
Colin Mosher
Any movement on this?
```ts 'order/properties-order': [ [], { severity: 'warning' } ], ```
Yes, we've noticed this too on v6 that any property of `theme` is allowed. ```ts // computed type of our custom theme: const theme: { [x: string]: any; // any...
Same issue as https://github.com/styled-components/styled-components/issues/4247
@aximov @zml2008 @kaisugi can someone add the `release/patch` label to this PR? I am not able to do so. There is a warning for upgrading actions to Node 16 that...
> I have no access to this repository, I am just a contributor. Please stop pinging me in your messages. I only pinged you once, and I cannot tell what...
I don't know if this is exactly the same issue, but I can't get mine to work even on the new beta version. When I check my Netgear router, the...
I am now getting this as an error in my actions randomly, so the comments never go through. 
Our IT department just created a dummy user that was authenticated with the token from the url. Would still be nice if these actions were already set up with a...
I ended up using a regex action to determine if the newly edited body includes an asana link while the old one does not. Not perfect but it will do.