Jason

Results 9 issues of Jason

I encountered the same problem. After installing bodymovin on AE, open the bodymovin plug-in, and you can directly access the plug-in through localhost. However, the plug-in is accessed through The...

func listenerNet() { //declare this property where it won't go out of scope relative to your listener let reachability = Reachability()! reachability.whenReachable = { reachability in if reachability.connection == .wifi...

first click scale button is invalid, second is valid. The simulator is normal, but real machine testing is not normal **To Reproduce** Steps to reproduce the behavior: 1. Select one...

![image](https://user-images.githubusercontent.com/15692322/207327771-e680ec70-71b6-4f3f-9b84-6bcbc1f2b647.png) In ps, the ¥ text is actually rotated 45 degrees clockwise, but parsed psd get transform data like this "transform": [ -0.19740509799054523, -0.07310794641394464, -0.07223714684904693, 0.19978476386796443, 322.6929334404572, 27.36919241517606 ] I...

When there is a large amount of message accumulation, the consumer's callback function will retrieve multiple messages at once, ranging from 1 to 32, but the maximum is 32 this...

How to achieve rendering JSON files into frame data? Does it still not support text rendering? [animation_lny97xtu.json](https://github.com/Samsung/rlottie/files/13052186/animation_lny97xtu.json)

Currently, webrtc compiles a mac library with objective-c interface by default. I want to compile a c++ interface that can run on the mac, without objective-c code specific to the...

libzimg.a is now compiled, pkgconfig like this ``` prefix=/home/third_party/prebuild/third_party/zimg/deploy exec_prefix=${prefix} libdir=${exec_prefix}/lib includedir=${prefix}/include Name: zimg Description: Scaling, colorspace conversion, and dithering library Version: 3.0.5 # If building a static library against...