AHdark

Results 43 comments of AHdark

I suggest you follow the example of github.com/cloudwego/hertz. Pass `context.Context` as the first parameter and `telebot.Context` as the second parameter.

@demget Do I need to provide an implementation?

> @MikhailChe @AH-dark do you have any solid examples of using the forked telebot versions with `context.Context` included? I agree with your view, but it needs to be pointed out...

使用一个 boolean value 来控制是否使用分布式可能更好一些,driver 应当在初始化时就被注入

> > 使用一个 boolean value 来控制是否使用分布式可能更好一些,driver 应当在初始化时就被注入 > > 个人感觉是不需要的,如果不用分布式的话大家可能就直接用robfig/cron了 但比如我用 fx 进行全局依赖注入,如果不用分布式则需要单独引入一个 robfig/cron 的实例,并不是很方便

Same question, why doesn't anyhow implement `std::error:Error`?

严重怀疑这就是代码质量问题…

前端sw干的坏事吧

Is it possible to make this optional? When I deploy with Kubernetes I have to change my image. Starting another process in container is probably not so good, but RWX...