Kris Rye

Results 59 comments of Kris Rye

I recently tested some possible fixes for this. One of them was to simply call the ruby-indent-line function to reindent lines. This works perfectly fine, indenting the aforementioned lines correctly....

Well, I know that `ruby-indent-line` works correctly, and `smie-indent-line` does not.

It appears that the variable `ruby-use-smie` in `ruby-mode.el` determines if Ruby will use SMIE or not. If `indent-line-function` is buffer-locally set to `ruby-indent-line`, `ruby-indent-line` is therefore (duh) used, and it...

Unfortunately, I do not have much experience with EmacsLISP packaging, and so I'm somewhat at a loss as to what to do. EDIT: Fixed words.

It appears that `smart-tabs-advice`'s modifications to the value of `indent-line-function` are simply getting obliterated by SMIE, and so any modifications don't carry through to the end of all of the...

I fixed it in my personal configuration this morning, by adding `(setq ruby-use-smie nil)` to my configuration. Perhaps this should be documented for others?

GitHub's [Linguist](/github/linguist) library is what is used for the detection. I just checked, and Linguist properly identifies Go as being the primary language used in the project. The API reflects...

Not exactly. Here's an idea, however: If a Repo's `updated_at` DateTime is far enough away from the current time, (say, 6 to 24 hours earlier than the time of request)...

See [my comment](https://github.com/codetriage/codetriage/pull/499#issuecomment-304483378) on #499.