ygj6

Results 94 comments of ygj6

I will test pipeline requet to evhttp. Is your code confidential? Can you push the test code to this [repo](https://github.com/ygj6/libevent-http-server) or any other repository you like?

I wrote a pipeline client via `libcurl` whose version from 7.43.0 to 7.61.0 supports pipeline , you can see the results [here](https://github.com/ygj6/libevent-http-server/runs/472486748?check_suite_focus=true). Can you modify this code and reproduce the...

Thanks for you providing the test code. I may not be able to reply to you soon, because I need to set up a golang development and debug environment first.

@rafmjr I noticed that v4.1.4 and earlier versions support safari browser, but `End safari support` from https://github.com/vuejs/vue-devtools/pull/644. Maybe we should figure out whether the vue team has plans to support...

Looks like cross-references are causing the problem. comment ```vue // import A from './A.vue'; const props = defineProps() B ``` Will work properly.

Yes, `MSVC` now also supports C++17. See [Visual Studio 2017 15.7 Brings Full C++17 Compliance](https://www.infoq.com/news/2018/05/vs2017-157/) and [Microsoft C++ language conformance table](https://docs.microsoft.com/en-us/cpp/overview/visual-cpp-language-conformance?view=vs-2019). But here still needs some testing.

Do you mean to provide these types: `MSGPACK_OBJECT_POSITIVE_INTEGER_8`, `MSGPACK_OBJECT_POSITIVE_INTEGER_16`, `MSGPACK_OBJECT_POSITIVE_INTEGER_32`, `MSGPACK_OBJECT_POSITIVE_INTEGER_64` and `MSGPACK_OBJECT_NEGATIVE_INTEGER_8`,`MSGPACK_OBJECT_NEGATIVE_INTEGER_16`,`MSGPACK_OBJECT_NEGATIVE_INTEGER_32`,`MSGPACK_OBJECT_NEGATIVE_INTEGER_64`?

> the build is failing when trying to apt install stuff from an azure ppa. Indeed, I will fix it as soon as possible.

I do the same as you. Maybe you should try `Regenerate` to get a new token in https://codecov.io/gh/msgpack/msgpack-c/settings

`Coveralls` is an alternatives to `Codecov`, I will try it. your opinion?