olsonpm
                                            olsonpm
                                        
                                    I thought I ran into this however found my path to the dependency was incorrect. Here was the resulting behavior file structure ```txt /run.js /some.dep.js ``` ```js // run.js require('./some.dep')...
+1 to Bro is awesome I got here looking for a way to disable the voting display altogether.
I've been seeing this as well. For others getting here my workaround has been to provide a prop which passes the necessary data to the directive. This sometimes results in...
I'm finally digging into this now. In my case it's a vscode error that prompts upon copy/pasting a file. Reloading the window resolves it but hopefully I can get a...
Okay I've distilled the issue at least from how I encounter it ```sh $ git clone [email protected]:olsonpm/repro.git $ cd repro $ git checkout eslint-plugin-import-issue-2866 $ npm ci $ code ....
yeah 1.85.1 on my end too. Tomorrow I'll get this in a clean ubuntu vm to rule out settings/plugins.
Okay I was able to reproduce in a fresh ubuntu instance. Not sure if you feel like messing with an image but [here's a link](https://drive.proton.me/urls/YHVQW1NK40#b5ZR4CqUEgBh) with everything ready. After importing...
I know everyone treats repos differently, but generally those questions are better fit for stack overflow after you've figured out a specific problem you're having.
FWIW I am getting this too. I don't have the time to look into it unfortunately, which I do apologize about given this is a great open source package.
yeah I thought the community was moving toward project configurations inside `package.json` because the dot files at the project directory were getting out of hand. I don't remember reading any...