Nex Zhu

Results 71 comments of Nex Zhu

Same problem, restarting the browser didn't help

@mach6 With Gitea supporting API to get changed files, is this goint to be implemented?

@colorcube Have you tried putting `GlobalConfig` into the same package as your Deepkit app? May be related to Deepkit's Typescript compiler specific runtime type information which is needed for DI...

@colorcube Yeah my guess is that there's some cyclic dependency issue going on in the way Deepkit is preparing the DI environment (context).

@soulchild Because I hadn't look at the Dockerfile carefully before I opened the issue, after taking a look again, I think the `builder` stage itself runs very fast, and if...

@webfansplz Uncomment `// Inspector()` in https://github.com/daotl/vitesse/blob/main/vite.config.ts and you can reproduce the error.

@fabien0102 Please check this out too when you have time, so I can open further improvement PRs after this get merged, thanks! 😄

> I believe this is intentional given that go treats `nil` and `[]` the same way. Otherwise, some empty arrays will encode to an empty cbor array, and others to...

> While it is _possible_ to distinguish between a nil slice and a non-nil slice, doing so in this case would just lead to more confusion given that most go...

并不支持,但是这个基于JSON的格式相对简单,可以复用代码里parsing那块,自己写代码转换成XMind格式