Ning Sun
Ning Sun
In our web application, we have a use case to transform all value from long to string when its key is found in a given key set. Currently, this was...
Add support for Failsafe retry in async scenario. This is not needed by myself at the moment but it would be nice to have it supported from the library.
登录失效
目测是豆瓣修改了登录机制,导致现在用户相关的频道返回的条目错误。
播放列表去重
时常有新加载的列表与现有的歌曲重复,一首歌反复播放。可以采用一个策略,比如与最近十首歌比较,取出重复的歌曲。
When compiling with -Z minimal-versions, pkg-config is broken because 0.3 is too old
Fixes #157 This is an attempt in progress to add async support for handlebars helper. The whole render call stack needs to be `async` when any of the helper is...
Fixes #440 Changes to be included: - [x] Update `Context` API to hold a borrowed reference of any `T: Valuable`, currently it owns a converted `serde_json::Value` - [x] Update `Registry`...
This changeset attempts to add support for standalone dot as a valid parameter in current parser.