Mingshen Sun

Results 34 issues of Mingshen Sun

We dont support all key algorithms for Git and some PGP key is not supported. It's better to have a list to summarize this so that users can easily understand...

pgp

Hi, could you provide a prebuilt framework in the release to improve carthage building speed? You can find related instructions in this link: https://github.com/Carthage/Carthage#archive-prebuilt-frameworks-into-one-zip-file

enhancement
Carthage

- `DummyError`: error handling - `Dummyer`: core struct of the utility This is a work in progress PR. Please comment if there are something missing but important for others to...

Everything works well except for files/functions under shell. I don't why the integration test cases for shell will not emit hit counts. Therefore, the test coverage for `posix/sh` is not...

help wanted

I don't know why the first tests are always blocking for over 60 seconds. However, after the blocking issue, all testcases can be run without any problem. ``` test gnu::arch::test_x86_64...

help wanted

Current test code coverage is pretty low (about 13.56%): https://codecov.io/gh/mesalock-linux/mesabox/tree/master Our target coverage is around 80%.

good first issue

I found that `sleep` is not consistent with the POSIX standard (http://pubs.opengroup.org/onlinepubs/9699919799/utilities/sleep.html). It's more like a GNU implementation.

The current error messages are not consistent and nested together. We should have a better error message format. mesabox head: ``` $ ./target/debug/mesabox head -c - tests/fixtures/head/lorem_ipsum.txt head: error: Invalid...

Compared to 0.9, I guess hyper dropped openssl dependency and made it a pure rust library. I wonder when snatch will move on to hyper 0.11 and give an option...

Recently, I generated a test coverage report. The line coverage is down to about 60%. The report is uploaded to coveralls here: https://coveralls.io/builds/46247974. I notice something wrong with the report....