Yuxin Wang

Results 10 comments of Yuxin Wang

I think this is a duplicate of https://github.com/jellyfin/jellyfin-media-player/issues/19. We still need to wait for QT 6.2 to come out with M1 support first ([scheduled to release at the end of...

Out of curiosity did you compile a universal binary? QT officially supports it since 6.2 but I’m curious how it works on QT 5. On Sat, Nov 20, 2021 at...

If we want support of Mojave or earlier, we need to set the macOS deployment target to be lower. It not only needs to be set for jellyfin media player...

> So, may I ask that is there any release for 10.14 now? @findyy99 I don't think there is, as we have discussed above. But it's fairly simple to build...

Sadly the current virtualization demo on the documentation breaks many functionalities of antd Table. For anyone who is also struggling to get it working, [virtuallist-antd](https://github.com/crawler-django/virtuallist-antd) is definitely something worth trying....

+1 if this can be implemented in the newer version. Currently hacking the code to make it percentage-wise. Thanks.@tomkp

@chris-torrence, I was hacking the source code of `react-split-pane` more than a year ago, so it may not apply for the code today. The idea is to calculate a `parentSize`...

+1 to this request. Go's plugin system imposes so many requirements (although valid) to the point that it's usually a lot easier and robust to build everything together to form...

@cushon We (Uber) have recently finished the migration of the build system from buck to bazel and some initial JDK 17 support is being rolled out. However, the mass migration...

NilAway is arguably the most sophisticated go (and nogo) analyzer, with support for inference across packages. What this means is that it could well be the case that NilAway finds...