梁曟風

Results 17 issues of 梁曟風

paths-ignore: - '.github/**' - 'docs/**' - '**.md'

cache broken disk in access

enhancement
blobstore

go mod using local directory.

enhancement

Fixes: #2943 Main Issue: #2943 ### Motivation Sharding cache in distributed memories of cluster servers. ### Modifications - [x] flash server: distributed memory cache of one server. - [x] flash...

### Contact Details _No response_ ### Is there an existing issue for this? - [X] I have searched all the existing issues ### What would you like to be added?...

enhancement

### Contact Details _No response_ ### Is there an existing issue for this? - [X] I have searched all the existing issues ### What would you like to be added?...

enhancement
security
CNCF

Here is the sample code to reproduce: ``` package main import ( "net/http" ) func closeByCall(res *http.Response) { defer res.Body.Close() } func closeByCallDefer(res *http.Response) { defer func() { res.Body.Close() }()...

Keep reserved space for backup on device.

### Motivation Parse http argument in common package. ### Modifications ``` go var id Int var name String ParseArguments(r, id.ID(). OnEmpty(func() error { return errors.New("not found id") }). OnError(func() error...