Wind

Results 47 issues of Wind

I think it's good to have some examples like reading common binary, like https://formats.kaitai.io/

Level 1: user input -> answer (When use input the same query, `hors` can make use of cache and return relative answer immediately) NOTE: it's especially when user use `zsh`...

enhancement

#### Describe your feature request Refer to [GlobBuilder](https://docs.rs/globset/latest/globset/struct.GlobBuilder.html), it supports [case_insensitive](https://docs.rs/globset/latest/globset/struct.GlobBuilder.html#method.case_insensitive), [literal_separator](https://docs.rs/globset/latest/globset/struct.GlobBuilder.html#method.literal_separator) and [backslash_escape](https://docs.rs/globset/latest/globset/struct.GlobBuilder.html#method.backslash_escape). I wonder if it can support more options includes: ```rust /// Whether or not paths that...

enhancement
help wanted
question

# Description Relative: #6156 #3861 #6240 Check the implementation in [ion](https://gitlab.redox-os.org/redox-os/ion/-/tree/master/) I've done running unit testing on unix several times, and done some manual tests, and it works for me....

Regarding to this: https://pymysql.readthedocs.io/en/latest/modules/connections.html When creating `pymysql` connection, we can set `read_timeout` or `write_timneout`. But I can't find anyway to specific the same arguments to `aiomysql` connection

enhancement

Regards to [project 4.md](https://github.com/pingcap/talent-plan/blob/master/rust/projects/project-4/project.md#user-content-background-the-limits-of-locks) > In our database that means that all read requests can be satisfied concurrently, but when a single write request comes in, all other activity in...

component/rust

Firstly, very thanks to your great jobs! I'm reaching to project-4, and trying to preview bb-5, but it says coming soon :) Are there any plans for it? (The previous...

component/rust

First, thanks for your awesome font very much!!! I saw this font have different `width` and `weight`, are there any ideas for different `height`? Personally, I find [Inconsolata-g's](https://leonardo-m.livejournal.com/77079.html) is bigger...

Actually, I don't if this is a right way.. Let's say that I want to design a custom `client/server`, which uses `bson` to transfer data(like mongodb oplog or my custom...

tracked-in-jira