Results 23 comments of LB7666

这个怎么下载啊。。。好像apk链接失效的

> I'm running into the same issue....using `flutter run ...` `Process.run(...)` works as expected. However, using `flutter build ...`, `Process.run(...)` crashes app. I also encountered the same issue in flutter...

很久没有维护了,暂时也没有时间来修复和解答了,大家简单看看思路就行吧,这算是非常简单的单机实现版本,我其实本地后面有实现对应的分布式版本,但是没时间来得及把所有的接口更新并写完😂。有关视频上传功能的实现,大家可以查看gin框架的官方文档,其实介绍的很详细了:https://gin-gonic.com/zh-cn/docs/examples/upload-file/

Is there an alternative solution, I'm having the same problem😢

> That's very weird. I use Crimson a lot myself and never seen something like that. > > Is it possible to provide a small runnable example? I created a...

> If some other library needs a decimal point then we might want to add a std::format like formatting template parameter a type like json_t that allows customization of how...

> `glz::json_t` doesn't store integers, so are you using your own variant? I don't know what you mean that it was converted into an integer. > > In JSON there...

@Pylogmon 有空可以 CR 一下,这是一个比较重要的特性,感谢

> 没必要这么麻烦吧,看了下 edge-tts,也不过是抓包的 edge 的 tts 请求而已,又不是本地 tts,这种功能插件完全可以实现,像https://github.com/TechDecryptor/pot-app-tts-plugin-microsoft 这样,只不过这个插件失效了,我觉得照着 edge-tts 改改就能用了。 也许我的观点不太一样,如果要把一个功能做成内置的,就应该做到性能优先的最好实现,虽然 edge_tts 只是基于网络的请求,但如果能够下沉到 rust 实现还是能获得一些收益,抱歉这也可能只是我的职业病

> 性能不会有任何差别,插件的 fetch 也是调用的 rust,而且这种抓包破解的东西不会集成到软件里面,就算要集成也不应该是这样大动干戈的改动。 行吧,但我应该不会花时间再写了,后续对这个 feature 有兴趣的可能手动 check 到我这个分支编译使用吧