Tyr Chen
Tyr Chen
First of all, thanks for providing such a great tool for building parsers. When I built an expression evaluator, I'd like to do certain optimization, for example: ``` (expr1 or...
我搜罗了一圈,没有找到,如果谁找到的话可以告诉我,这样我可以写段脚本把所有出场的人物都添上注解。
for example: ```yaml servers: - url: "http://localhost:8000" ``` will still get generated config as: ```elixir # Configures application server port config :petstore, http: [port: 4000] ``` The reason is that...
A minor change. Just to make the code consistent. Handshake state: - `write_message(payload, message)` - `read_message(message, payload)` Transport state: - `write_message(payload, message)` - `read_message(payload, message)` - this is conflict with...
For certain environments, users have to avoid native-tls. Thus using rustls would be a good alternative.
This pull request introduces support for [DuckDB](https://duckdb.org/). The majority of the implementation is adapted from the existing rusqlite support, with necessary modifications for duckdb. Note that one or two test...
It looks existing code cannot be compiled with rust 1.39. I tried to make it work and also updated dependencies to their latest version as much as possible. It took...