Reza
Reza
Thanks, that's more than enough pointer for me to start exploring! ^^ (To any contributors who come across this issue: I love you so much if you're about to submit...
I'm happy to see someone else has started working on those warnings 😄 I believe the next logical step is to prevent such lint errors to pile up again, maybe...
Do you have any concerns so far? @evoxmusic
Stumbled upon this: https://dev.to/kennethlarsen/how-to-distribute-a-rust-binary-on-npm-75n - use [this CI template](https://github.com/japaric/trust) to publish binary releases for Linux, macOS and Windows - install.js looks something like: ```js let exec = require('child_process').exec; exec('curl -LSfs...
I'm taking this one (and its sister #4).
 What does it expect?
It has been months, is this issue closing anytime soon?
@mirraaj Great! If it's not too much, I would really really appreciate it if you make a blog post walking through the process creating it. Translating from equations to implementation...
I think I gave up early back then. I can only offer you this link from my bookmarks https://github.com/mozilla/geckodriver/issues/284#issuecomment-477677764 @AustinHellerRepo
```lua require('lazy').setup({ { 'nvim-telescope/telescope.nvim', tag = '0.1.5' -- , branch = '0.1.x' -- or branch , dependencies = { 'nvim-lua/plenary.nvim' } }, { 'hrsh7th/nvim-cmp', -- load cmp on InsertEnter event...