尹吉峰
尹吉峰
Mainly, `KafkaSourceOffset` serialization doesn't work any more, so I do it modeled after `spark-sql-kafka-010` by hand, and keep the same interface `map[TopicAndPartition, LeaderOffset]`. Some function like `parseVersion` is private under...
Hi, 您在[widgets#Media](https://github.com/zhangfisher/DjangoUeditor/blob/master/DjangoUeditor/widgets.py#L55)里使用的是`ueditor`路径,而在static文件夹下却是`UEditor`。 大小写不一致导致相关文件404。 是建议我们自己放一份`ueditor`的资源文件在项目里管理么? BR,
Thanks you for this wonderful crate! I'm trying to use it in `tui-rs`, another wonderful crate. And I did some (mininal) changes: * render the chart into string, without `println!`....
Hi @gawel, `xpath.add_post_condition("contains(text(), '%s')" % value)` in [here ](https://github.com/gawel/pyquery/blob/master/pyquery/cssselectpatch.py#L227), does not match the children's text. A possible fix comes from [Is there a way to get all the children's text...
* support comparison, fix #12118 * support sort by, fix #11079 * support group by, fix #11078 * support arithmetic reminder
I don't think all cases are covered. For example, `encoded_size` is not implemented for `Decimal`. https://github.com/pola-rs/polars/blob/9560c349dcfbe16f381bed7b72904727ac7ba2c1/crates/polars-row/src/encode.rs#L145-L161 Could you please point me how to cover it? I thought it was used...
Thanks for PR #1755, making wasm timeout support is super easy now. fixes #1135 supersede #1274