织蛾
织蛾
The `registerTypeConverter` is used in v2. Can you also add an example in the third version?
Fix the `getNodeId()` function return value to `NodeId` `toInteger()` is used because you want to be compatible with `uint64_t`
#335 **plugins_load** and **plugin_text** are provided to demonstrate plugin functionality. Compile the models as dynamic link libraries and the `PluginsManager` can load and register them dynamically. When you run the...
close #373 `examples/resizable_images` 
Sometimes a complex embedded widget will produce a very large node(personally, I think it's ugly). there are also windows that need to be very large, but `resize()` does not solve...
This signal is sent when nodes or connections change. Many editors will have a file modified flag after modifying the file. We can connect this signal to determine which scene...
- No longer use `registry->categories()` to create parent items - Automatic sorting - removed `CategoriesSet` I looked up where `CategoriesSet` is used in v2 and v3 and found that it...
Hello, As the title says, the cause is that when I load the release lib using debug it crashes, and vice versa. Is there already a way to distinguish between...
有现成的onnx文件吗?类似于wespeaker在huggingface上的。我使用魔搭社区上面的[pt模型](https://www.modelscope.cn/models/iic/speech_charctc_kws_phone-wenwen/files)一直转换失败. ``` Traceback (most recent call last): File "wekws/bin/export_onnx.py", line 103, in main() File "wekws/bin/export_onnx.py", line 51, in main load_checkpoint(model, args.checkpoint) File "/Users/moth/proj/voice/wekws/wekws/utils/checkpoint.py", line 30, in load_checkpoint checkpoint = torch.load(path,...
### 🐛 Question description [Please make everyone to understand it]  如图所示,我希望只显示 9:30 ~ 11:30 和 13:00 ~ 15:00 两段区间的数据。头尾的限制已经使用min和max限制,中间如何隐藏? ``` meta: { time: { type: 'timeCat', mask: 'HH:mm', },...