Alexandre Figueiredo
Alexandre Figueiredo
@javierbrea I ran into this same problem today and I think this would be indeed a very useful and wanted feature. I added some extra functionality to the openapi plugin...
OK, I went ahead and created a PR. I'm just not sure what the target branch should be (currently: release), but let me know and I'll update the PR.
hey @ljharb , I added flat config support in my fork: https://github.com/vonBrax/eslint-plugin-import/tree/feat/flat-config. There are however a few points to discuss. I based my solution similar to https://github.com/ember-cli/eslint-plugin-ember, which I found...
Hey @akudev, thanks for replying. The way I fixed this problem before was creating a generic "preserve" (or whatever name) tag and decorator in the babel plugin, to let it...
That's actually a good point, I forgot we would still need to type cast it. The decorators we were using were just empty decorators, since the plugin support for decorators...
The problem seems to be that you're calling `useField` twice for the same field (in FirstStep.vue and TextInput.vue). If you remove one of those calls, the form validation starts working...
Yeah, it would be nice if we could actually test these settings, but I'm not sure if that's something that could easily be done. I'll see if I can come...
I'm facing the same or a similar problem here. For me the problem is with the [surveys module which uses a `setInterval`](https://github.com/PostHog/posthog-js/blob/0f9a41342da9ac2878ea5572a62aeef3ff2567e9/src/extensions/surveys.tsx#L355) with no break conditions. Every second it tries...