Thomas Jager
Thomas Jager
Nothing that I need. But patches welcome :) I'll leave this open.
I understand that parsing could be improved and refactored. It's pretty awful as it is now. But pulling in an external dependency for saving 15 lines of code brings to...
Not in the current code. After this line: https://github.com/thoj/go-ircevent/blob/73e444401d645f686b4aa9adcab88fa78cf85a4f/irc.go#L465 Add dialer.LocalAddress := "192.168.0.2" Pr Welcome.
``` dialer := proxy.FromEnvironmentUsing(&net.Dialer{Timeout: irc.Timeout, LocalAddress: "127.0.0.1"}) irc.socket, err = dialer.Dial("tcp", irc.Server) ```
try LocalAddr If that doesn't work I don't know. Check the go documentation.
Thanks a ton! I keep on efnet where stuff is simple and nice. hehe. I'll look into this. I'm not to worried about getting the mode stuff right. Maybe just...
Pull request welcome. I suggest instead of error that we use an escape function for all input that just replaces CR-LR etc with printable strings.
I was thinking openrouter.ai was the problem. But then I found this issue. There has to be a bug with how aider handles lua code without --no-pretty. It pegs one...
I was way to quick to conclude this was a lua issue. I have no idea what is happening. Now if i run aider with --no-pretty --watch-files then add a...
I'm having a really hard time explaining this isse so i captured a video. sorry about the terrible editing job. But as you can se aider is pegged at 100%...