nahum zsilva
nahum zsilva
Do you have any details about this? would it be hard to implement? currently, I'm facing the problem that react-windows support the VariableSizedGrid and adding a sticky column is not...
This doesn't solve the issue when manipulating TemplateElements like styledComponents. I'm trying to do a codemode something like this: ```js TemplateElement(path) { const regHexFilter = /#([a-f0-9]{8}|[a-f0-9]{6}|[a-f0-9]{3})/gi if (path.node.value.raw.match(regHexFilter)) { const...
This is nothing to do with this library, in safari any link lacking of href its not clickable, if your intention is to visit an internal or external page you...
this totally took my off-balance, shouldn't this be part of the README.md page? :) I can do the PR if you feel like this is relevant information for anyone who...
Shouldn't this still require a folder filter or an array of package where you want to run `--ensure lint`? Otherwise, this implies that all packages must look the same, which...
@xaviershay thank you 🎉 , I battled with this for almost two days. Definitely this should be on the documentation. I will be happy to add it if someone can...
Worth noting, while this approach work, doesn't necessarily fix the user experience issue that its hard to realize when the link is selected vs when the link its hover, right...
What I ended doing. // types.ts ```ts import { Properties } from "csstype"; export interface CSSProperties extends Properties { [variableName: `--${string}`]: any; } ``` ```tsx import { CSSProperties } from...
I'm trying to do the reverse just using npm and not yarn but `yarn 3` doesn't care about anything is like a [Honey Badger](https://www.youtube.com/watch?v=4r7wHMg5Yjg&ab_channel=czg123)
> I face the same problem. Any work on it now? Do you mean, if it has been change on the documentation? Or not working for you, cause if you...