Fritz Meissner

Results 38 comments of Fritz Meissner

Types are coming back now, but something is going wrong with some types. If I call `MyBook.new.author.` my editor has no problem giving me string methods if that column is...

Fixed a bug where additional info in the annotation such as `String(255)` prevented a pin from being created, in 498ecb6.

Still having a problem with BigDecimal. It seems like Solargraph just doesn't know about BigDecimal and its methods. Created an issue here: https://github.com/castwide/solargraph/issues/393

Interesting, I've never seen that before, but I guess if we ignore those calls we're giving bad results when they change the type etc. Thanks for raising!

I've run this with: a Rails API (+- 50k LOC, 4 years old, Rails 6.0, single team = 5-10 contributors at any given time) a scary (mostly because of the...

Welcome @chrislabarge! Bear in mind that Solargraph 0.38.6 doesn't support Conventions, which are the crucial part of this code. Good luck!

Welcome @sunzoje ... how is your experience of solargraph-rails so far? What intellisense features would you like the most?

That's wonderful to hear @sunzoje, please let us know when you have any ideas for improvement :)

I see that 2.7 and 3.0 builds are now having problems, which I don't see locally :/

CI is behaving as if the yard installed in the "install Rails 5/6/7" steps is wiped out. This line in the docs makes it look as though the actions are...