JavinYang

Results 16 issues of JavinYang

**Describe the bug** After I installed it, it ran successfully, but after a few hours, it ran again: **run_webui_mac.sh** will report an error, stop at _AttributeError: 'NoneType' object has no...

bug-report

当摄像机拉近到一个比较近的距离以后线条会变乱,应该是算法有点小问题。

我在VRoid导出一个vrm的模型到unity中计算退化四边形之后显示出来,他的勾线是乱的我在想是什么问题,好奇怪啊感觉好像顶点index错误,但是应用unity的别的shader看上去模型没啥问题,能想到是什么情况吗?

当前的工程的线条会产生粗细变化原因是。 在这里深度使用的e0和e1的深度 ``` float3 v0 = float3(e0.xy + n1 / 2.0, e0.z); float3 v1 = float3(e0.xy - n1 / 2.0, e0.z); float3 v2 = float3(e1.xy + n2 / 2.0, e1.z);...

产生了无数条警告 Drawing with MeshTopology.Points, yet the vertex program 'Hidden/InternalErrorShader' does not have PSIZE output. 这是为什么那?有么有人遇到过

如题如何稳定的输出json或者xml这种格式?怎么题词?我应该去哪里看资料

I am using glr, but it does not support "%define api.pure full". I don't understand why this is not supported. Can I make global variables thread-local to enable multi-threading support...

GetTokenAccountBalance is available in the rpc client but not in the batch. I urgently need this function. ``` public void GetTokenAccountBalance(string pubKey, Commitment commitment = Commitment.Finalized, Action callback = null)...

When SendTransaction is used, it is possible that the request has been sent to the block and write succeeded, but it still returns a request failure(For example, timeout). At this...

**Describe the bug** When I call InstructionDecoder.DecodeInstructions to parse **5vwPMat2ukA6SZpL4vWa5ty1W4WALreavXvPoUUDqtt4EHkfD7Kgyk5QPDxRVwH1yEsYK76tDZhoC83EKM2RAMMo** an exception will be thrown **To Reproduce** ``` static void Test() { var rpcClient = Solnet.Rpc.ClientFactory.GetClient("https://rpc.ankr.com/solana"); var t = rpcClient.GetTransaction("5vwPMat2ukA6SZpL4vWa5ty1W4WALreavXvPoUUDqtt4EHkfD7Kgyk5QPDxRVwH1yEsYK76tDZhoC83EKM2RAMMo");...

bug