edwvee

Results 7 issues of edwvee

For example, I want to stop downloading content if it has wrong mime type. How can I do so? The documentation shows only ```resp.Body()``` which gets whole response. Below is...

help wanted

I need to prevent changing of location on current tab. Any help? #### What versions are you running? $ go list -m github.com/chromedp/chromedp flag provided but not defined: -m usage:...

question
needs info

Where should I put config example for a cmd according to this layout? "assets" directory?

Don't need persistent. Is it possible to set inmem flush interval? As I get from code no, but maybe I'm wrong. https://github.com/VKCOM/kittenhouse/blob/10ab71abae30157801c8793cf25f74edfa7271fa/core/inmem/flusher.go#L33

That's stupid that client is passed in every functions. But, it's not OOP style. PS: Had an issue with previous request: third commit didn't come.

Since there is a mutex it should be efficient to add values in bulk if it possible in given circumstances. Is there any method? If there is no would a...

I use HTML template. I have an embedded JS like: ``` var data = {{.Data | noescape}}; ``` So it's underlined red in VS code. Any way to solve it?...