Zhiting Zhu

Results 29 comments of Zhiting Zhu

@JorjMcKie @saschaludwig I'm hitting the same problem and making an empty Qt dir doesn't solve the problem. I'm creating an app bundle and I'm using PyQt5 5.15.6.

Looking at the code, https://github.com/tokio-rs/mini-redis/blob/b552f53c3f4829c30371b3a54d08f3c32df92e7f/src/frame.rs#L148 this is the only place that uses the function. Is there any way to optimize this part?

I try to make the parsing code without copy: https://github.com/photoszzt/cache_server/blob/522a2fc3fcb8ba57fd7e24a7505b41cd60a0321e/src/frame.rs#L274-L332 I change the parse in connections.rs to https://github.com/photoszzt/cache_server/blob/522a2fc3fcb8ba57fd7e24a7505b41cd60a0321e/src/connection.rs#L102-L132 My modified version records the start and end position in the slice...

There're more links that are broken that's related to java installation: It's referenced in this page: https://www.openhab.org/docs/installation/linux.html#recommended-additional-setup-steps in meeting the requirement paragraph. as a package link: http://zulu.org/zuludocs-folder/Content/ZuluInstallationGuide/PrepareZuluPlatform/AttachAzulPackageRepositories.htm The first manually...

@Confectrician I will file a separate issue.

I can see that there're lots of files named after numbers in criteo-kaggle-19b. Is the cirrus-criteo-kaggle-19b-random contains a sample of what criteo-kaggle-19b has?

@jcarreira Am I stepping on the wrong repo? UBC link brings me here. I just find there's another one that's under your name... It seems it's more active than this...

@JustinAzoff The problem is if I don't put these two fsyncs, the program fails. It complaints that the file is missing when the file is created but the directory is...

@thelastfunction How do you do batch of images? detect_faces doesn't accept a batch of images.