Tnze

Results 41 comments of Tnze

应用独立代理功能需要等待上游支持:https://github.com/tauri-apps/tauri/issues/4263

上游的 issue 似乎关闭了,有时间可以看一下是否能够支持代理

看了下 Tauri 设置代理功能合入到 2.0 去了,目前使用的 1.x 版本应该不准备支持了。 现在 Tauri 2.0 还在开发阶段,没有正式发布,因此暂不考虑升级 BestCraft 到 Tauri 2.0

And what's the relationship of this package and [@ironm00n/nbt-ts](https://www.npmjs.com/package/@ironm00n/nbt-ts)? Which one is actively maintaining and I should use?

> I remembered that I wrote a newer and more robust parser in this repository: > > https://github.com/janispritzkau/deno-minecraft/blob/next/nbt/snbt.ts Actually, I'm developing the formatting function for my snbt vscode extension. By...

I'm not quite understanding your question. Did you test multiple type of ESP32 and find out this code only works on some of them?

I don't know about ESP32 mini. My ESP32 board is broken that can't download programs. So I didn't even test the latest fixes myself. But according to #1 it should...

I'm not familiar with JS or jison. Otherwise, I would like to study how to add a new type.

There is a memory leak in the C example too. The `detections` is not destroyed. -----Edit----- Oh, saw this is mentioned on this issue's owner.

> > There is a memory leak in the C example too. The `detections` is not destroyed. > > -----Edit----- Oh, saw this is mentioned on this issue's owner. >...