Salim Bensiali
Salim Bensiali
I would love the ability to supplement the default message with extra info and recommendation. We have RTL aware Sass variables that we want developers to use instead of `margin-left`,...
@jeddy3 Is there anything I can help with on this one? I would be keen to contribute, or is this needing internal discussion first? Thanks.
Thanks @jeddy3. I will do some research and raise a POC PR afterwards.
Ah Ok. I think I fixed it. Preparing a PR now. Cheers, Salim
Please see https://github.com/olahol/react-tagsinput/pull/54 and let me know what you think. Cheers
Hi all, I have been following this PR closely, and think I have something working that avoids the issues related to the invalid at computed value time part of the...
I would love to be able to do this too. A use case for this is when dependabot raises a security alert for a dependency, but is unable to raise...
The use case I mentioned above seems to be rendered completely obsolete by this recent update to Dependabot https://github.blog/changelog/2022-09-07-dependabot-unlocks-transitive-dependencies-for-npm-projects/ 🎉 **Update:** At time of writing, this seems to only be...
Thanks @nahiyankhan, but my question was about whether the generated **SCSS** variable can have a value of `var(--button-color-background-primary)`. It looks like output references only works within the same format not...
Thanks @nahiyankhan, I will try to give it a go with custom formatter as well.