Johnny Pribyl
Johnny Pribyl
Just to piggy back on this- if you want hover definitions to work then replace line 6151 in `lsp/tailwindcss-language-server/dist/index.js` with: ```ts if (!/\b(tw|class)(Name)?[= ](?:\[%tw )?["'][^"']*$/.test(n)) return null; ``` and line...
https://github.com/dpkp/kafka-python/pull/2043/files in case anyone else stumbles across this
wish I had found this thread sooner! Looks like there is a pretty good workaround above but just in case it's helpful to anyone, I was able to patch `pydantic`...
Hey guys, I was able to solve this by holding the active link in state. I am using a hash router so if you are not then you may need...
> > Hey guys, I was able to solve this by holding the active link in state. I am > > using a hash router so if you are not...
@Steve1820 been a while here but I came to this looking for the same thing... it seems that this is what you want https://github.com/winhtaikaung/react-tiny-link/pull/87 You could then do whatever you...
From what I can see, the `ManyOf` and `OneOf` relationships make this a bit difficult to infer. I think that we will wind up needing partial type argument inference (...
If desired, I can submit a PR with this change
I also just ran into this issue. Use case here is if you're trying to do something like adding a hashtag mention plugin. Plenty of workarounds, but feels weird to...
Seems to be working in the live demo- can you provide code which will reproduce it? (I have never used nextjs so I'm not shocked that it would break but...