Stephen Sugden
Stephen Sugden
> To me we should get rid of the singleton and just push the deprecation instance we today use in the singleton to the sub-framework's railties. 100% agree, and I...
While `@return [QueryMethods]` does return something with the `#where` method, it loses any methods defined on `Base` or other extension modules (which is a lot, in the case of the...
> @castwide: Interesting. I had previously come across some gems that used `@return [self]` to mean an instance from a class method, but maybe it's less common than I thought....
Small update on this, for the specific use-case of generating pins/autocomplete suggestions from ActiveRecord methods, I've determined that I will need to generate types and method pins for every model...
there is some precedent with Solargraphs `@type` tag: ```rb module ClassMethods # @type [String] @tag_name end ``` It would be pretty cool if sord were to pick that up.
@iftheshoefritz (and anybody else following) not sure if you saw my comments here https://github.com/castwide/solargraph/pull/585#issuecomment-1263776765 but I really would love to get some feedback on whether my "hacks" branches work well...
@jaredcwhite that sounds like https://github.com/castwide/solargraph/issues/589, which has been fixed but I don't think it's in a release yet
I'm mostly a casual user of Elm, but have spent quite a bit of time in my life working on dependency management tooling, and I'd like to humbly suggest starting...
I'd like to propose a third sequencing operator that _requires_ trivia between two other rules. To keep things symmetric (and because it's already reserved) I like `_`. The use case...
Also, I tend to agree with @Kroc and @flying-sheep regarding repetition operators. `~` has more implicit behaviour than `-` and should have louder notation for repetitions, even if it's relatively...