Andy Waite

Results 236 issues of Andy Waite

https://github.com/bestwebventures0/dollarjobs https://blog.bestwebventures.in/open-source-job-board-mvp-built-on-rails-6

https://github.com/adrienpoly/rubyvideo

## Expected behavior Offense ## Actual behavior No offense ## Steps to reproduce the problem ```yaml Layout/ClassStructure: Enabled: true ExpectedOrder: - public_attribute_macros - initializer ``` ```ruby class Foo def initialize...

documentation

Addresses https://github.com/Shopify/team-ruby-dx/issues/1297 See `lib/tapioca/logging.rb` for the important parts. Notes: * We might want to introduce a RuboCop cop to prevent accidental use of `puts`, `say`, `say_error` etc. * There are...

chore

We rely on [RBS](https://github.com/ruby/rbs) for features such as documentation and completion for Ruby's own API. For example, in VS Code, if you right-click on `String.pp` and choose "Go to Definition",...

rubyconf-hackday

Following up from https://github.com/Shopify/ruby-lsp/pull/2615#issuecomment-2383485967

chore

> [!NOTE] > This issue is aimed at those attending the [RubyConf 2024 Hack Day](https://github.com/Shopify/ruby-lsp/discussions/2758) Ruby LSP currently has an experimental chat agent: https://github.com/Shopify/ruby-lsp/blob/main/vscode/README.md#experimental-github-copilot-chat-agent What other LLM-based feature might be...

rubyconf-hackday

> [!NOTE] > This issue is aimed at those attending the [RubyConf 2024 Hack Day](https://github.com/Shopify/ruby-lsp/discussions/2758) For `Workspace` requests, we rely on calculating the [Jaro-Winkler distance](https://en.wikipedia.org/wiki/Jaro%E2%80%93Winkler_distance) between the search term, and...

rubyconf-hackday