Zengyi Wang

Results 22 comments of Zengyi Wang

Hi, I'm a teammate with @deepoceansame and @KOISHI-CHEN. This problem only occurs when camera permissions have not been applied. We notice that Matisse will not apply for this permission, so...

@codegsaini Hi! I refactored it in [bf63f0e](https://github.com/Swati4star/Images-to-PDF/commit/bf63f0ee5e1a412779a9e62e6e941fbb944a694f). I think it can pass complexity analysis now?

@codegsaini It should work now. Thank you for the code review!

Hi, I'm a teammate with @deepoceansame, we've been work on this for a while, and we think the problem is here: PDFUtils.java line 175 ```java private void compressStream(PRStream stream) throws...

Save problem. I'm just about to submit my issue😂 my reproduction: https://stackblitz.com/edit/github-vyfip2?file=app.vue await seems not work with this useFetch. In development mode it will show 'success', but in production it's...

@pi0 @danielroe Edge channel works for me, thanks! Looking forward to the final release👍

@keikoro Hi, I came across the same issue. It seems like moviepy disables [ANSI escape code](https://en.wikipedia.org/wiki/ANSI_escape_code) on the command line. For example, the following code uses escape code to generate...

@keikoro Sure, #### Specifications - Python Version: 3.10.5 - MoviePy Version: 2.0.0.dev2 (installed by hand with branch master) - Platform Name: Windows 11 Home - Platform Version: 10.0.22621

I literally spent half of a day on this... For anyone who encounter the same problem, my suggestions are: - Use old version of `rc-slider`, i.e., v9.x.x; - Use `antd`...

Possible custom cache control if using interceptors: ```java public interface CacheFilterInterceptor { // the most general one - sometimes cache decision depends on both requests and responses static ProxyInterceptor cacheIf(BiPredicate...