Sean MacKay

Results 22 comments of Sean MacKay

I don't know if it's related, but currently Postal seems to be the only thing using MVC 5.1.2 on my system, which is causing issues with a build server because...

So there's still no official, merged solution for this, despite multiple attempts at solutions and pull requests? Is anyone even still managing this project?

This should work for normal issue comments as well, or the wording should be updated to explain it is specifically a PR comment. It reads like any @mentions will cause...

Not in icons: ``` npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! dev react@"^17.0.2" from the root project npm...

This is still biting people 3 years later... @brettsam any updates?

To articulate the reasons I'm unhappy with this: 1. I cannot use basic ILogger DI for core classes that get called by an Azure Function as the logs will not...

What is happening with this?

CSS Variable support is pretty widespread these days, if the less variables could all just be replaced with CSS Variables I think it would simplify a lot of use cases....

Any updates on this? I'm also facing application issues trying to use DisableConcurrentExecution to keep a single instance of a job running regularly. I locked up the entire handfire instance...

Is this issue related to why I can't use ```typescript const MyComponent: React.FC = ({myProp}) => { return {myProp} } ``` Without getting the same errors? I'm tempted to just...