Jinny You
Jinny You
감사합니다. 덕분에 확장 프로그램으로 인한 문제임을 인지하고 빠르게 해결할 수 있었습니다. 저의 경우에는 - 맥: Monterey 12.1 - 크롬: 97.0.4692.99 (Official Build) - PG: 다날 환경에서 init 시 무한 루프...
@hermet Please leave your opinion, jsdoc is just new idea, might need to check
> Imagine one another scenario, if the user intends to cancel the override of the slot by using: > > ``` > animation->override(nullptr); > ``` @hermet Sounds good. And wondering:...
Thank you! @Aidosmf Let me take a look deeper into this example. Since it's standard web component, I guess the creation should be like this ```ts // wrong import {...
The Text Advanced Feature aims to resolve broken texts in Lottie. In the early stages of this process, text rendering was improved by fixing text grouping and newly supporting the...
The full support for Text Range Selector will be gradually added in the following steps. ### Phase 1 Initial & Partial Support - Text Range Selector (Units) - Text Style...
Hello, this is breif idea for supporting Web CI. **Step 1. Supports basic installation & build pipeline** - WASM build & player integration - Dependency verification with `package.json` - Verify...
@sbc100 Thank you for the quick response! I've tried to build by directly invoking `em++` command as well. ```sh em++ test.cpp -lembind -sEXIT_RUNTIME -fsanitize=leak ``` Yes, this doesn't report any...
Thanks to your report. could you provide more detailed information to fix this issue? maybe we need - Error message - Codelines of import - `package.json` on your project
oh, yeah! Its great point. we never thought about support to typescript based project. I love typescript, too. actually, this version I used only javascript because of our team had...