Gordon

Results 24 issues of Gordon

Hi @sgeisler , I have download cargo-remote source code and compiled it, there is an error: ``` error[E0433]: failed to resolve: could not find `BaseDirectories` in `xdg` --> src\config.rs:69:41 |...

编辑markdown格式文件,代码tag```保存后变成了""",导致数据库保存出错;而?则变成了$1,与要求不相符,该怎么解决这个问题?见图: 第一行是生成SQL语句,未执行,第二行是执行的SQL语句,发现上述两个符号变掉了。 ![image](https://user-images.githubusercontent.com/5645296/59005690-dfd51600-8861-11e9-8aad-72a261313cfc.png)

kind/bug

多处文档内容与最新代码不符合,需要看代码才能正确使用,建议尽快修改文档。例如: 文档https://www.kancloud.cn/xormplus/xorm/167122,对缓存使用的描述为:cacher := xorm.NewLRUCacher(xorm.NewMemoryStore(), 1000)。实际上代码已经修改为: cacher := caches.NewLRUCacher(caches.NewMemoryStore(), 1000)。

Hi there. Kafka Server version: AWS MSK 2.7.1; set ```auto.create.topics.enable=true``` rdkafka version: 0.28.0 rust version: 1.59 My program send a new message to Kafka that message's topic doesn't exist, Kafka...

Hi there, I use ferrumfix as a initiator in my program, but I didn't find any functions to send a FIX message to Acceptor? I found on_inbound_message, on_outbound_message of Application,...

Hi @neysofu , I wrote a rust program that use ferrumfix to read FIX message from an acceptor, there are two config file: FIX44.xml and session.cfg, but I don't know...

- With issues: Can't get ClientIP run in AWS Lambda with gin ## Description Hi there, I run a gin web application in AWS Lambda, but I can't get the...

Hi there There are two time duration of gin-cache: persist.NewMemoryStore(), cache.CacheByRequestURI, what's the difference between them? Can they merge into one time duration? ``` memoryStore := persist.NewMemoryStore(1 * time.Minute) app.GET("/hello",...