Tatsuya Kawano
Tatsuya Kawano
Hi @zesterer, Thank you for adding the `semantic_whitespace` parser. It looks promising! I am new to Chumsky so it took me a while to figure out how to feed the...
Hi @zesterer, No worries. I opened the PR #166. I simply rebased my branch to the latest master. Please let me know if you want me to change some codes....
Hi @hartshorne > In my case, the `time` template works, but the `alloc` template fails. I ran into the same problem. I am using Big Sur 11.6.1 (20G224) but the...
I cannot reproduce the issue too. I tried the following environment: - macOS 12.4 arm64 on Apple M1 chip (4 × P-cores + 4 x E-cores) - Linux x86_64 on...
I ran into the same issue. I tried to decode a database dump from Wikipedia, but I got only the first line (7 bytes) decoded by the `read` method of...
Somebody told me that he was able to read the all contents of the Wikipedia database dump by replacing `GzDecoder` with [`MultiGzDecoder`](https://docs.rs/flate2/latest/flate2/bufread/struct.MultiGzDecoder.html). I confirmed it by myself. The [download page](https://dumps.wikimedia.org/wikidatawiki/20220801/)...
FYI, I started to work on this as I will have some spare time in this weekend. I opened a draft pull request #1823 and will continue adding commits. @vladdy...
FYI, AWS has announced that they will delay the deprecation of path-style URLs. https://aws.amazon.com/blogs/storage/update-to-amazon-s3-path-deprecation-plan/ > On May 08, 2019, Jeff Barr announced in a blog post that Amazon S3 will...
There is an open pull request #1817 to remove regex dependency from rusoto_credential crate. In this pull request, I have added a regex dependency to rusoto_s3 crate. Maybe I should...
OK. I removed the regex dependency from this pull request in [this commit](https://github.com/rusoto/rusoto/pull/1823/commits/68ea6567b4b4c650c89ec87ea3f436f21f158d97).