Kiyoon Kim

Results 215 comments of Kiyoon Kim

So in Typescript, an object is often used for function parameters. But I think in Rust it's not the case because of efficiency. Currently, for the sake of simplicity the...

parsing is done by treesitter which and the grammar supports it. But we don't have a query to select just parameter names

I don't use neovim nightly so I could only find time now to test it.. Thanks for reporting it. It's definitely odd and in `master` branch, there is no such...

is this rebased to the current master? Maybe that will fix the problems

I think people have been working on the R parser. Sorry for the delay but we'll need to wait a little

In my opinion this is quite niche. But if this can be added to many languages (e.g. python, rust, C, ...), it would make more sense. Some languages have type...

Or, you can separate the test to a different workflow to identify which part is failing more clearly

1. It's a syntax error check. It already existed in this project in the CI with flake8, so I kept the same rules. 2. You can fix by `ruff format...

If you go in the action, there is a summary of the run where you can see the diff output of how you would fix them. Currecntly they all pass...

The first test is completely different from the other two, but if you wish you can combine all of them in one. The problem is that there are important tests...