Andy Waite

Results 236 issues of Andy Waite

I'm working on an app which is on RSpec 3 but relies on the rspec-collection matchers gem. We plan to gradually phase it out, but it would be useful to...

To help detect issues such as https://github.com/rubyapi/rubyapi/issues/2015 and https://github.com/rubyapi/rubyapi/issues/2012, perhaps some basic uptime monitoring could be considered?

Not sure if there is a way to prevent this: (for https://rubyapi-org.statuspage.io/)

### Motivation In this PR we are beginning fuller indexing of RBS, by handline multiple signatures per method. ### Implementation Previously, `arguments` was a field of `Entry::Method`. Now an `Entry::Method`...

enhancement
server

I noticed in VS Code that if you create a new via File -> New File, then set the type to Ruby, when you go to save it the default...

vscode

### Motivation We're considering a new Documentation site (https://github.com/Shopify/ruby-lsp/pull/2233). Let's rename the RDoc output directory so that we can use `/docs` for the new one. ### Implementation Change output directory,...

chore
server

### Motivation This PR adds an empty documentation site powered by Docusaurus, so that we have a starting point for future PRs, based on what I started at Hackdays. I've...

chore
server

See https://github.com/Shopify/ruby-lsp/issues/2170#issuecomment-2162983705

documentation
vscode

We had [originally](https://github.com/Shopify/ruby-lsp/pull/1434) considered changing `.index.yml` to be `.ruby-lsp.yml` so that additional could be supported. However from looking at other language server implementations, the preferred approach for this kind of...

enhancement
pinned

Partially addresses https://github.com/Shopify/ruby-lsp/issues/1945

documentation
server