atom-solargraph icon indicating copy to clipboard operation
atom-solargraph copied to clipboard

An Atom package for Solargraph.

Results 13 atom-solargraph issues
Sort by recently updated
recently updated
newest added

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge`: avoid a crash with a null target and a truthy...

dependencies

Bumps [css-what](https://github.com/fb55/css-what) from 2.1.2 to 2.1.3. Commits 2db00ca 2.1.3 dc51092 fix(css-selectors): extend regex to include superscript in range, fix #27 (#28) a5f1991 Test on node LTS See full diff in...

dependencies

Given GitHub's intention to sunset Atom, I expect to archive this project and stop providing updates. [Solargraph](https://github.com/castwide/solargraph) will continue.

I successfully installed solargraph from the command prompt via: `gem install solargraph` And it was successfully installed in atom: ![installed in atom](https://user-images.githubusercontent.com/57583057/68539978-f8c98200-033f-11ea-9ec4-82032a10c178.png) But when I select the Ruby grammar and...

Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.6.2 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@​ChALkeR). Fix boolean schemas with strictKeywords...

dependencies

I'm using a Mac (Mojave 10.14.5) I have installed `ruby-solargraph`0.4.0 in Atom I have installed the `solargraph` gem (0.33.2) I have restarted Atom. I start typing in a Ruby file...

help wanted

[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.41.0 x64 **Electron**: 4.2.7 **OS**: Mac OS X 10.15.1 **Thrown From**: [ruby-solargraph](https://github.com/castwide/atom-solargraph) package 0.6.1 ### Stack Trace Failed to activate the...

Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. Commits - See full diff in [compare view](https://github.com/lodash/lodash/commits) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lodash.merge&package-manager=npm_and_yarn&previous-version=4.6.1&new-version=4.6.2)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't...

dependencies

With the atom-solargraph extension enabled, autocomplete+ appears to stop working. No suggestions appear, even for snippets or other terms in the file. With atom-solargraph disabled, autocomplete+ goes back to normal...

Every change of every file in my project's directory notifies solargraph of a file-change and causes a new indexing-process. So in my rails-projects every page-reload triggers a lot of reindexing-processes,...