Gabriel

Results 7 comments of Gabriel

I use this code: ```go package main import ( "log" "net/http" "time" "github.com/gorilla/mux" ) func main() { r := mux.NewRouter() r.HandleFunc("/", HomeHandler) r.HandleFunc("/v1/user/{id}", FindUserById()) s := http.Server{ Addr: "localhost:8000", Handler:...

Ok, I'll try to find the problem, I think next month, when I finish some of my work and have some time free.

Is anyone currently addressing this issue? If not, I would be glad to take it on.

Yes, I'm sorry. Right after I requested this issue, I started having too much work at my job. I have time for it now, but if @pratt-snap wants to work...

Hi @kjagannath3, I'm not sure where you're seeing the map[] output. I modified the code to place everything in the same package: ```go package main import ( "fmt" "log" "net/http"...

Hi! I still see this warning even after following the advice: > I had the same issue. And thanks to that pull request that was made to, at least partially,...

At least for me, the only solution I’ve found is to modify the value directly in the function in `copilot.el` to a higher number or to `-1`. ```lisp (defcustom copilot-max-char...