Borja Garcia de Vinuesa

Results 7 issues of Borja Garcia de Vinuesa

## Problem description The backtrace shows files belonging to gems when I only need to see files from my program. ## Expected behavior I'd like to be shown only paths...

It freezes when trying to run an Activerecord association. For instance: User `has_many :journeys` I'm inside User.some_method: ``` def some_method jard journeys end ``` Inside the method, when I run:...

bug

I asked the guys at Cocoon about weird stuff happening when rendering a link and it seems it could be something related to Slim. The issue: https://github.com/nathanvda/cocoon/issues/377

I'm using Rbenv. In VSC I installed https://github.com/jnbt/vscode-rufo Running `which rufo` on the terminal produces `/Users/borjagvo/.rbenv/shims/rufo` I changed `VSC Settings > Extensions > Rufo > Path to invoke Rufo` to...

### What were you trying to do? Everything works fine, except pagination, which is not being shown as expected ([sample](https://user-images.githubusercontent.com/3684835/185670105-f5ac0e06-bf90-49b3-b7eb-47c7d0aab6f4.png)) ### What did you end up with (logs, or, even...

bug

In page 11 is said: ``` ... By defining your own document method, as shown in the example, you will be able... ``` But in the example, such a method...

Hi there. I'm trying to build a custom filter for our dynamic (and multilingual) URLs. For the moment I'm just playing around to see what can I do and then...