ygj6

Results 22 issues of ygj6

### Summary ### This week I tried to do something for the jQuery test migration, as follows: I applied for a free browserstack account, and added browserstack configuration to my...

**Software version (please complete the following information):** - Browser [e.g. chrom] - Vue Version [e.g. 2.6.12] - vue-grid-layout Version: [e.g. master] **Describe the bug** Boundary collision happened When margin x...

support composition Api

@gmsa If considering adding tests, I recommend `Jest`. Because `Jest` has the following advantages: * Easy to get started * Built-in assertion and mock functions * Built-in test coverage statistics...

help wanted

There are many issues when running on mingw-w64: - incorrect compilation options: `-fstack-protector-strong` and `-march=i486` - `MIN` is not defined - missing `time.h` and `ws2tcpip.h` - missing macro check `EVHTP_DISABLE_REGEX`...

If we want to pack strings, we will use `msgpack_pack_str()` and `msgpack_pack_str_body()`. But these two functions do not check the remaining size, please see the following code: msgpack_pack_str(&pk, 3); msgpack_pack_str_body(&pk,...

Just like this: | msgpack-c | boost version | boost modules | | ---------- | --- | ------------------------- | | cpp-3.0.0 | 1.x.x~1.x.x | chrono, context , ... | |...

When make with TIMEOUT_CB_OVERRIDE macro: ```shell make CPPFLAGS=-DTIMEOUT_CB_OVERRIDE ``` I get error "incomplete type 'struct timeout_cb'", so I write a check target for it.