Grzegorz Rozdzialik
Grzegorz Rozdzialik
This is not an executable binary (which you install with `go install`) - this is a library package which you can install using `go get`. Citing the README: ```sh go...
I'm afraid you will need to share more details for me to try to help you. It would be ideal if you could share reproduction steps (what steps do I...
I see, thanks for the answer and for providing some clarity 👍
I've noticed that there is also a bit of lag when I press `d` in nvim-tree now. The mappings that I have: ``` n dac *@lua require("anywise_reg.keybinds").perform_action('', 'd', 'ac') n...
Yeah, that could be a possible solution, although IMO that would limit the usability of the plugin as users would have to manually list many filetypes :thinking: I'm wondering how...
I ran into the same issue. You may want to override next.js' `App` component and provide the `Router` that comes from `next-routes`, like so: ```ts // pages/_app.tsx import App, {...
Thank you for posting this feature request. I will try to investigate the effort required to add this one into this rule 😄 Analyzing eslint's rule implementation would probably be...
@alicerocheman Are you using TSLint from inside ESLint? Could you create a separate issue and describe your problem there? :slightly_smiling_face:
@JemarJones Unfortunately, no progress so far. Moreover, I do not plan to add it in the near future :slightly_frowning_face: The problem is not only with the fact that the ESLint's...
Hey! Thanks for the report. That's an excellent idea to improve the error message. At the moment I am a bit busy with my thesis. I don't think I will...