Trevor Robinson

Results 27 comments of Trevor Robinson

I'm seeing the [same issue](https://github.com/tulios/kafkajs/issues/815#issuecomment-1186238822) as @vadiml. We use Kafka topics as webhook queues, along with a permanent topic for create/update/delete of the webhooks. When a webhook is deleted, if...

I needed to sort this out to make a Slate editor look and act like a textarea, which has a border div that can be clicked to focus the editor...

That's a little vague. Are there specific problems or scenarios you're worried about? Peer dependencies were created in npm 1 for this exact scenario. The behavior did change a bit...

FWIW, peer dependencies are also widely used in the react ecosystem across many npm and yarn versions. I've never run into any issues there.

I'd love to learn from your experiences here. Can you be more specific? Googling for things like "peerDependencies problems" isn't yielding much.

I would like to second the request for merging this. It's not easily usable directly from the fork repo. **Update:** In case it helps anyone else, I forked the fork...

You can use VssDump to see if you can figure out what action 20 is. Vss2Git is based on reverse engineering the VSS repository format, since it has never been...

I don't really have any way to test this project anymore, which is why I've been very conservative about merging changes. This change seems relatively safe, but I probably never...

Hi Axel, you need to Fork the repository into your own account, and then you can push changes to that. The Fork button is usually in the upper right of...

Thanks for submitting a PR. It's hard to see what the actual change is here because there are lots of unrelated code relocations and whitespace changes in the file. Could...