YantaoZhao
YantaoZhao
When apply `follow_camera()` to Text3D object, some object missing.  code: ```python import numpy as np import vedo N = np.arange(24).reshape([2, 3, 4]) print(N) cubes = [] texts = []...
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...