Ning Sun

Results 233 issues of Ning Sun

I'm not native English speaker, if you have any question, just point it out and I'll try my best to make it clear. After we reached agreement to design the...

geo-types

We just got this kind of redirection when parsing html files. Some web sites doesn't use standard HTTP redirection. Instead, they use browser redirection: ``` html ``` We can check...

improvement

## Description This patch adds support for [token auth](https://docs.influxdata.com/influxdb/v2.0/reference/api/influxdb-1x/#token-authentication) to make it easier to use backward compatibility API of influxdb 2.0 ### Checklist - [x] Formatted code using `cargo fmt...

Type: Enhancement

官方源地址:~~[https://wiki.voidlinux.eu/XBPS#Repositories](about:blank)~~ https://xmirror.voidlinux.org/ 分为 glibc 和 musl 两个,最好都能支持。 VoidLinux 是一个比较有个性的发行版,不基于任何一个已有的版本,而是从头开始,有自己的包管理器、init 系统等等

new
needvote
available elsewhere

This patch switches tls backend to rustls from openssl. This makes cross-compiling to arm and other architecture easier by not requiring openssl headers. Also the rustls implementation is more future...

Another scenario I have been thinking about is to support release proposal. I'm not sure if cargo-release really wants to cover the whole process. Typically it's like: * going to...

question

The github command line tool provides [a `release` command](https://cli.github.com/manual/gh_release_create) to create a github release. It would be nice if you optionally support it in our process. Related topics: - [...

question

Currently there is no standard support for changelog in cargo-release. In [handlebars-rust](https://github.com/sunng87/handlebars-rust) I use `pre-release-replacement` to maintain the changelog during release. It works well for most case. But when we...

question

Added a check before running `git push`. If the remote is not configured, print info message and skip the push. Fixes #155

This patch is to provide an Avro format implementation for the CloudEvent 1.0. Fixes #115 TODO items: - [x] unit tests - [ ] extension fields? - [x] data