dengbupapapa

Results 15 comments of dengbupapapa

``` function add(...args) { if (Number.prototype.add !== add) Number.prototype.add = add; return args.reduce( (pre, now) => pre + now, this instanceof Number ? this : 0 ); } ``` 修改Number满足吗

> Hi @dengbupapapa , this packages is yet to be released on npm. > > What is not working properly? can you provide more context with reporducible repo? Here's my...

May I ask how to set the HF_TOKEN on the browser side

When I was in use modelcontextprotocol/inspector, can be normal debugging. I checked in the browser console and found that the order of his requests did not start from /mcp of...

Sorry, I've found the problem. I upgraded qwen-agent to 0.0.25 and solved the problem

[Assembly_Motor.zip](https://github.com/user-attachments/files/18122304/Assembly_Motor.zip) 这个是源文件

https://chili3d.com/ 上还没更新吗,我看还是散的呢

另外还有个问题,就是解析一个7 8MB的文件感觉有点久,同等大小的如obj glft一般都是毫秒级的解析,我把代码去问了GPT。大概说性能问题可能是这些原因引起的。