anpic

Results 15 issues of anpic

Field `event.Data` is always empty in `chromedp.ListenTarget` for `network.EventDataReceived`. Even if enable `network.StreamResourceContent` for `network.EventResponseReceived`. Everything else works. Can you show a working example? Thanks for this best project 👍

try to disable spaces for tabs ``` set shiftwidth=4 set tabstop=4 set noexpandtab set autoindent ``` or ``` set shiftwidth=0 set tabstop=0 set noexpandtab set autoindent ``` but the behavior...

Help me understand how to set up a project where GOPATH isn't used but modules and go.work are used. Is this even possible? Is there any way to configure it...

Can you add HTTP and SOCKS proxy support? Maybe via the api from `golang.org/x/net/proxy` https://github.com/jackpal/Taipei-Torrent/blob/6808fdfe24b4db505476ef48b9e288a5e7398f77/main.go#L107C6-L107C21 And it's better to make it possible to pass your own dialer creation function or...

### Is there an existing issue for this? - [x] I have searched the existing issues. ### Describe the solution you'd like please add setting to disable updates ### Is...

enhancement