Viktor

Results 91 comments of Viktor

Hmmm, I'm not sure about that, that might be a separate issue. With the fix I provided here, I don't see the error message appearing on my machine anymore.

Are you sure that's what's happening? Maybe it's just that VSCode update introduced throwing these errors (warnings?) and your code works as good as it used to? I think using...

Hey @jemmyw! This PR change is a great idea! I tested it out and it seems to work pretty well! I couldn't make it work in files containing [endless methods](https://rubyreferences.github.io/rubychanges/3.0.html#endless-method-definition)...

Yes, the issue is at tree-sitter-ruby's end. I've posted an issue in their repo: https://github.com/tree-sitter/tree-sitter-ruby/issues/219

I've made a fork which adds a new line first and then checks whether the `end` keyword is needed or not. For example: Before: `def asd|end` => `|` being the...

@colinjfw just wanted to let you know that I'm using this (the app is still not in production) in one of my apps. I've found a workaround for polymorphic associations...

I've made a fix that works for me. It's quite specific, so be sure to read the code and fix it so it works for you as well. These are...

🤔 Maybe the default merge method should be the default repo merge method, but I guess that's more of a GitHub API issue then (if that's not the case). What...

Ping @nhagen! Thanks for the great work! Perhaps you should add to current `master` `README.md` about this issue/pre-release? I've stumbled upon this by mere luck. I saw last commit on...

@andrewjrhill I fully agree with you. That's one of the flaws of open-source software. Other two big issues that I see are: 1) Funding 2) Taking over inactive projects That...