scruby icon indicating copy to clipboard operation
scruby copied to clipboard

SuperCollider client for Ruby. It's currenty being rewritten. Hang on!

Results 5 scruby issues
Sort by recently updated
recently updated
newest added

Bumps [rdoc](https://github.com/ruby/rdoc) from 6.3.2 to 6.3.4.1. Release notes Sourced from rdoc's releases. v6.3.3 Full Changelog: https://github.com/ruby/rdoc/compare/v6.3.2...v6.3.3 Commits cbef3cc Bump up 6.3.4.1 a5de13b Fix NoMethodError for start_with ee074e9 Bump up 6.3.4...

dependencies

Bumps [yard](https://github.com/lsegal/yard) from 0.9.26 to 0.9.36. Release notes Sourced from yard's releases. Release v0.9.36 Further XSS fixes for generated frameset pages (#1538) Improve tests for Ruby 3.3 compatibility (#1519, #1531)...

dependencies

Hi there! This is WhitespaceBot. I'm an [open-source](https://github.com/Gunio/WhitespaceBot) robot that removes trailing white space in your code. Why whitespace? Whitespace is an eyesore for developers who use text editors with...

synth.rb, line 15: ``` when Group target_id, servers = group.id, target.servers ``` group is not known here possible fix: ``` when Group target_id, servers = target.id, target.servers ```

Bumps [rexml](https://github.com/ruby/rexml) from 3.2.5 to 3.2.8. Release notes Sourced from rexml's releases. REXML 3.2.8 - 2024-05-16 Fixes Suppressed a warning REXML 3.2.7 - 2024-05-16 Improvements Improve parse performance by using...

dependencies