okhowang

Results 33 issues of okhowang

```go package main import ( "bytes" "fmt" "strings" "github.com/diegoholiveira/jsonlogic/v3" ) func main() { logic := strings.NewReader(`{"

currently `SetTimeout` just modify `http.Client.Timeout` ```golang func (c *Client) SetTimeout(timeout time.Duration) *Client { c.httpClient.Timeout = timeout return c } ``` when we create `resty.Client` with `NewWithClient`. it do side effect...

v3-selected

### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...

enhancement

**你想要实现的模块或API** 在io操作时使用标准的`context.Context`控制请求取消超时等

enhancement

I use gocache as a cachable mysql wrapper. ```golang bc, err := bigcache.NewBigCache(bigcache.DefaultConfig(time.Minute)) if err != nil { panic(err) } return cache.NewLoadable(func(key interface{}) (interface{}, error) { var data DataType err...

continuing discuss from https://github.com/rizsotto/Bear/pull/374#issuecomment-835801645

there is three docker image wrapper now. https://hub.docker.com/search?q=clang-format-checker&type=image

relate https://github.com/neutrinolabs/xrdp/pull/1692 use client info set parameter for xorg. many window managers have different scale setting method. see https://wiki.archlinux.org/index.php/HiDPI . It seems that cannot adapt for all wm. and there...