Jean-Guillaume Buret
Jean-Guillaume Buret
SublimeText has been missing this package for years so I implemented an equivalent a few weeks back: https://github.com/jgburet/jumpy-sublime Today someone opened an issue and created a PR because the description...
> Sublime all still python? Yup, still. I never really wrote anything in python before so there probably might be some really ugly stuff in my code. Comments are appreciated!...
Thanks a lot! I looked at the video. It's really cool! - How did you handle the back & forth? There's an API in VSC to register where your cursor...
Got the same on Linux Mint. Ruby 2.0
Is that the expected behavior? I'm also surprised. If yes, what about introducing a range or the use of two parameters for `#arity`? https://github.com/ahoward/main/blob/9133795315c0c8fbc05da3cbb83cbadbd02ddaf3/lib/main/parameter.rb#L204
Adding my "lame +1 comment" as well. Anything we could do to help?
Hey, I have the same issue when using https://asdf-vm.com/ I tried with ``` "linters": { "eslint": { "env": { "PATH": "~/.asdf/shims/node:$PATH" }, "executable": "${folder}/node_modules/eslint/bin/eslint.js", "selector": "source.ts, source.js - meta.attribute-with-value", "working_dir":...
We have this problem when passing the same coordinates for the two points we are comparing. It's kind of funny that it returns `NaN` when passing [`inKilometers`](https://github.com/davidwood/node-geopoint/blob/master/geopoint.js#L100) boolean to `true`,...
Hey, I'm having the same issue. In this case, formatting won't do anything (expected), yet it's complaining.  Now, if I am to miss-align the...
Your solution only works when defining a type, not when actually building an object