Results 7 issues of LB7666

## 建议 本仓库的代码写于很久以前,实现的接口和思路也停留在很久以前,代码中用到的库也停留在很久以前。架构也是非常简单,没有分布式之类的,所以我建议你不要抄袭本仓库的架构来完成抖音项目,据我了解后面的青训营要求的架构都应该是分布式架构,而不是像我这种单体架构。当然我后面也基于 etcd/kitex/gin/gorm 实现了分布式的版本,但是由于没有时间完善,所以一直在本地仓库待着。 那么本仓库代码就一无是处了吗?对于已经了解如何开发基本web后端业务的同学来说,这个仓库的代码确实没有任何价值,但是如果你是初学者,刚刚接触到业务代码方面,我觉得还是有必要从本仓库这种比较简单代码入手,学会如何在 go 语言中实现对应的 http 后端接口。 学习价值主要体现在以下几个方面: 1. 简单的 MVC 单体架构如何实现。 2. gin、gorm框架如何使用。 3. 一个接口需求到实现的过程。 我那一届字节内部开源的 kitex 与 hertz 框架还不成熟,所以也没有去使用他们,后续如果你需要使用他们,我建议去看对应的官方文档,应该在 cloudwego 中有。 当然我还是想要吐槽一下,字节开源的框架的官方文档其实不利于新手去看,因为他们文档的内容设计本身就是有一定门槛的,形成鲜明对比的可能是 [gin](https://gin-gonic.com/zh-cn/docs) 框架和 [hertz](https://www.cloudwego.io/zh/docs/hertz/getting-started/)...

I want to save markdown text as json file, I first encode the text by base64 and then convert it to json string by this library. But I found that...

I've noticed that most examples return data in a row-by-row format. Is there a way to get it in batches instead?🤔 For example, something like this process could retrieve an...

enhancement

Hello @stephenberry,I may have found another bug. ## Descreibe my issue You can see the code below: ```cpp int main() { glz::json_t v = {{"test", 1.00}, {"test2", 1}}; std::cout

Close #1034 1. Built-in support for edge_tts 2. Optimize some Rust code The next step might be to add some documentation for the use of edge_tts.

## Issue In [tcp_socket_test](https://github.com/8sileus/zedio/blob/main/tests/tcp_socket_test.cpp), the `TcpSocket` is used, but this socket exists outside the entire runtime. The [t_ring](https://github.com/8sileus/zedio/blob/74d312f0ba178f0fdeba0dabf74699c68a170e0f/zedio/runtime/io/io_uring.hpp#L16) is not initialized, which leads to a null pointer coredump when its...