Pedro Silva

Results 9 comments of Pedro Silva

I was thinking on picking this up. I've seen where the config gets loaded and adding a language level settings doesn't break that loading process. Example (`suggest.autoTrigger` is overriden for...

Those line refs don't seem to point to the meaningful place. Looking it I would say it would be here https://github.com/fatih/vim-go/blob/master/autoload/go/debug.vim#L743 (~ 100 lines below). Would this option be set...

Can I give it a go or is this something you'd prefer doing yourself?

Ok, so far here's what I found: Starting the `dlv` server to accept multi clients is straitforward, just add `--accept-multiclient` and thats it. Then on a new terminal use `dlv...

Didn't get it to work. Still doing what I mentioned above.

What version are you using?

Why would generators not work for multi purpose structs? I also use the same structs and just rely on the annotations for both formats. Where I need different types I...

This would be useful to me as well. Would usage like: ``` instances := gojsonq.New().File("instances.json") res := instances.From("Reservations.[].Instances.[].InstanceId") ``` instead of ``` instances := gojsonq.New().File("instances.json") res := instances.From("Reservations.[].Instances.[]").Only("InstanceId") ``` be...

Seems to be working in `3.0.1`.