YantaoZhao

Results 14 issues of YantaoZhao

网页翻译结果框的宽度,目前是无论字数多少,都是一整行的宽度。 建议:框css样式里添加 `width:fit-content` ,使框的宽度适应内容。

待确认

When apply `follow_camera()` to Text3D object, some object missing. ![image](https://github.com/marcomusy/vedo/assets/9587405/ea6efda0-d1e2-4bab-87ac-38f139d47d16) code: ```python import numpy as np import vedo N = np.arange(24).reshape([2, 3, 4]) print(N) cubes = [] texts = []...

bug
unsolved

When call filter `apply_texmap_defragmentation` with _pymeshlab2023.12_, regression happens: ``` qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in "" This application failed to start because no Qt platform plugin...

my environment is: Ubuntu 14.04.3 LTS - 64bit while `make linux`, error occur: `/usr/bin/ld: cannot find -lclang` look at the makefile: ``` bash sudo apt-get install clang ... cc_lib: $(FILES)...

I follow the issue #5 : my own project header files are in `/home/z/workspace/all/include` and `/home/z/workspace/helloworld/include`, and the .c source code files are in `/home/z/workspace/helloworld/src` I create a `test.sublime-project` file...

Given below code which is from website of [joblib](https://joblib.readthedocs.io/en/stable/parallel.html): ``` Parallel(n_jobs=2)(delayed(sqrt)(i ** 2) for i in range(10)) ``` What's the decent way to update the desc and postfix, if I...

Please support the [webvtt](https://developer.mozilla.org/en-US/docs/Glossary/WebVTT) style and cue options.

is there any plan to release a light theme version in the near future?

Threr's many features lack to get the webvtt work properly. When the subtitle have styles and cue settings (such as line alignment, style and css tag), the style and setting...