Masahito Osako
Masahito Osako
This PR added RBS files and tests for a `self.page` method and so on in `kaminari-activerecord` . Besides, I added types for Kaminari::ConfigurationMethods module in `kaminari-core` because the method is...
This PR adds parentheses in allowed column pattern for commented columns. The annotation of a model with commented columns is not updated even if the column will be updated. ###...
In the [wasm site](https://pollrobots.com/scheme/scheme.wasm.html), it was crashed when arguments are wrong in defined methods. For example, ```lisp > (define sum (lambda (a b) (+ a b))) 3 > (sum 10...
Hi, This project is fantastic! I studied scheme lang by using [scheme.wasm.html](https://pollrobots.com/scheme/scheme.wasm.html). But, there is a bug not to use define expression in the site. Please check it. ### Expected...
`interned` is defined as alias for `Symbol | string` in RBS 3.3. ref: https://github.com/ruby/rbs/pull/1469 This PR replaced every `Symbol | string` to `interned`. I found them by regexp: `symbol\s?\|\s?string|string\s?\|\s?symbol`.
**Describe the bug** When using Cloud Build to build a project with Buildpacks, an error occurs during the build process. **Additional context** How are you using GCP buildpacks? - [x]...
### Bug description The URL `https://pris.ly/d/migrate-resolve` is currently broken and results in a 404 error. ### Current Codebase State I found the following references in the codebase that seem related...