Manish Bhasin

Results 8 comments of Manish Bhasin

This worked for me: ``` nvm use cd .../nvm/ npm un npm npm i npm@latest ```

You can add something like the following to your keybindings.json and it should not interfere with any other keys given the context: ```json { "key": "ctrl+k", "command": "selectPrevSuggestion", "when": "suggestWidgetMultipleSuggestions...

I'm thinking of contributing this feature. I think converting both lhs and rhs to epsilon (the maximum expected difference) would be the most intuitive and would allow a user to...

One thing that I think is missing after #527, is allowing users to get more precision in the error message by adding 0s to epsilon. In the example below, ideally...

One concern I had was that this could be a breaking change in some edge cases where converting everything to the epsilon units instead of the lhs units could result...

Would you prefer a single squashed commit or granular commits?

I wanted to move interpreter.rs into a module folder for better organization (see c7fde27). I can revert that commit if you think it would break or affect other open work.

I've updated the PR, rebasing on the latest `trunk`. I've added the suggested performance tweak to exclude names from indirect dependencies for fuzzy searching during name resolution that is dependencies...