Jay Zhang

Results 55 comments of Jay Zhang

Strongly agree with this. When I read the book, the `StratifiedShuffledSplit` code makes me confused. In my understanding, the `stratified sampling` already did by generate the `income_cat`, not sure about...

> @wangyoucao577 can you add the same check for all other compiler flags regarding clang-cl frontend. (fast-math etc) I checked all `MSVC` related options in current cmake, unfortunately `-ffast-math` can't...

I've sent email to [email protected] to apply for gitlab forking permission for several days, but didn't get response so far. Could you please take a look so that I can...

![image](https://user-images.githubusercontent.com/1905370/180194607-9709085c-b587-4e96-96f4-422038fe6003.png) Sorry.. but the `fork` button is grey, so I can't fork it.

> So regarding SSE4.1 there is no auto-vectorization for MSVC, so there is no compiler flag needed for SSE4.1 source. > > See (https://stackoverflow.com/a/64057905) > > Regarding AVX in Opus...

https://github.com/xiph/opus/pull/257 I've made PR here since I still can't fork/branch on gitlab. Please help review. If it's good to you, I can move it to gitlab once I have permission...

Excellent feature! By contrast [Broadcast](https://github.com/Haivision/srt/blob/e8b713e954345291e8d6e2314d1e5094a6a14179/docs/features/socket-groups.md#1-broadcast) and [Main/Backup](https://github.com/Haivision/srt/blob/e8b713e954345291e8d6e2314d1e5094a6a14179/docs/features/bonding-main-backup.md), I believe that the balnacing mode will be more and extermely useful, as long as the link selection(control data sent on each link)...

But why still needs `configure` since cmake already present? Is there anything that cmake currently can not provide?

I'm using [deepmap/oapi-codegen](github.com/deepmap/oapi-codegen) to generate `Go` codes from OpenAPI 3, which will generate swaggerSpec along with code, e.g., https://github.com/deepmap/oapi-codegen/blob/fbeefa1d08cc055289fd6d7c10dee27088b51136/examples/petstore-expanded/chi/api/petstore.gen.go#L252. In my usage, there's no more yaml files when application run,...

@dannymidnight Thanks for the example, very clear! But openapi yaml files have been removed in my usage, so I can't go with the workaround. I have filed a issue getkin/kin-openapi/issues/286...