Aoang

Results 8 issues of Aoang

[whatsmeow](https://github.com/tulir/whatsmeow) is a great project. The project use raw sql seems to be a laborious thing if you want to be compatible with other databases. I'm using [GORM](https://github.com/go-gorm/gorm) handles the...

https://github.com/valyala/fasthttp/issues/974 - Add `func FSEmbedHandler(fs embed.FS) RequestHandler {}` - Support compress? Is the cache in memory? - Support ByteRange? Will anyone put large files in embed.FS? - Support generate index...

### Please make sure of the following things - [X] I have read the [documentation](https://alist.nn.ci). - [X] I'm sure there are no duplicate issues or discussions. - [X] I'm sure...

bug

Remove unnecessary `runtime.fastrand` imports and use `math/rand` for seeding.

stale-pr

Fix: update calls to `runtime.fastrand` to use `cheaprand` for compatibility with Go 1.22 In Golang 1.22, the `runtime.fastrand` method was renamed to `cheaprand`. This commit updates all occurrences of `runtime.fastrand`...

Be sure to read [FAQ](https://github.com/fastfetch-cli/fastfetch?tab=readme-ov-file#faq) before submitting a new issue. ## Wanted features: ```shell > fastfetch -s wifi --format json [ { "type": "Wifi", "result": [ { "inf": { "description":...

enhancement