Ian Homer
Ian Homer
`preselect = cmp.PreselectMode.None` in the cmp.setup configures this behaviour for me - https://github.com/hrsh7th/nvim-cmp/blob/main/doc/cmp.txt - "How to disable the preselect feature?" ```lua cmp.setup { preselect = cmp.PreselectMode.None } ```
I've created a PR for this, feedback welcome. I've created new action "relative_rename" that changes the base name of the file - without changing directory or extension. This is what...
How would we see a user overriding this? Would it from the config, e.g. { actions = { rename = { callback = function(path, modifier) -- end } } }...
I encountered a similar situation (we're wdio / BrowserStack), but the signal looks similar. If BrowserStack is unavailable then we don't get a report. I created a custom reporter to...
Sorry for not noticing this was still pending. I've resolved conflict, moved change log to the right place to allow it to be reconsidered.
Thx @aabmass for your comments much appreciated. I've synced with latest code and addressed a couple of your suggestions. I think the `sinon.restore()` within the test is OK (albeit unusual)....
@pichlermarc thanks for the update. Sounds like a good plan, and always happy to help. Looks forward seeing these re-writes of the exporters coming in.