José Arroyo

Results 9 comments of José Arroyo

Hello again @sverweij 👋 Hope you're doing fine in these times I just came across a similar use-case. I wanted to apply a rule similar to the `no-inter-ubc` described in...

What I'm trying to do for now is write a separate .js file that exports an array of all the names of the files that break this rule. That way...

Would be useful to have this. Maybe a way to ease the implementation would be to add an extra property such as `relativeTo: true`

Have you done any progress or got any clues for this? I just ran into the same issue as well

Hey @ChristianBoehlke I came across this issue. Maybe you can chime in in this other related issue I just opened: https://github.com/nodejs/node/issues/34661 Not exactly the same thing, but I thought it...

https://github.com/ggreer/the_silver_searcher/pull/1101 was merged a while ago but it doesn't seem to have solved this issue 😞 (or maybe it was reverted at some point 🤔 )

I'm interested in this pull request as well. In the same vein, I added a variable to toggle truncating lines. When using narrower frames, this can help make the buffer...

@jacekmigacz Cool ! But the patch doesn't have anything to do with stripping line numbers. It just adds a variable that is passed as helm:truncate-lines so that this value can...

@jacekmigacz That's a good idea. Looking at the code, most helm-gtags-* functions end up calling `helm-gtags--common` which is responsible for calling `helm` to create the helm-gtags-buffer. `helm-gtags-parse-file`is a special case...