yar2001
yar2001
增加补充说明,对于希望在Docker和WSL2中使用代理的用户,可能会更想要使用TUN模式
Thanks so much for this project! ## Bug Starting from version `0.28.0`, when evaluating code as an ES module, `evalCode` won't return the error. For example, the `result` won't have...
I encountered an error when using some aggregate like this. The error occurred in Grafana frontend before sending any query to the backend. ``` { "$project": { "foo": {"$toString": "$_id"},...
Thanks a lot for this library! Is it possible to have `minLevels` in QuadtreeProps? That is, the quadtree is forced to split to meet the `minLevels` requirements. Therefore, when retrieving...
I encountered a strange issue: when running a code that includes a negative number smaller than `-2` on Safari, it will throw `Out of bounds memory access (evaluating 'a.apply(null,h)')` Error....
### Bug Description Mesh with many vertices (as shown in the obj file in attachment below) disappears in viewer when using FEM material ### Steps to Reproduce ```python import os...
### What feature or enhancement are you proposing? It can fork the current environment into a new environment for MPC rollouts. Something like this: ```py fork_scene = scene.fork(envs_id=2, n_envs=10) for...
## 🤪 Features description \[Please make everyone to understand it] 希望 SwanLab 能支持在实验中直接嵌入 HTML 多媒体数据,类似 WanDB 提供的 [[HTML 数据类型](https://docs.wandb.ai/ref/python/sdk/data-types/html/)](https://docs.wandb.ai/ref/python/sdk/data-types/html/)。 这样用户就可以上传并展示自定义的 HTML,可视化效果更灵活。 ## 👍 What problem does this feature solve 有了...