Steve Fan

Results 123 comments of Steve Fan

> I'm not sure those architecture actualy support Aarch32, and that is needed for box86. In fact it still retained 32-bit support. Neoverse N1 is a cousin of Cortex-A76.

> ah, it seems it does. You can try to build using "Phytium" at first. Adding a specific build can come later (it's an arm8.2 I think, right?) I'm trying...

click here to expand a level 2 debug log root@oke-cqvx6lmu7tq-n53p2xjht6a-sprtokcbswq-0:~/svends# BOX86_LOG=2 BOX86_ALLOWMISSINGLIBS=1 box86 ./svends_i686 -game svencoop -console +map _server_start +maxplayers 12 -port 27015 Debug level is 2 Dynarec is off...

Seems like uint16 is deliberately elided out https://github.com/lalamove/konfig/blob/5b61527a91b747aff99d250d93d2ba3fc4acc0e4/value.go#L372-L375

I don't know why but fixing the `duration` props of `transition` to `0` seems to be able to "cheat" the animation system but then we will have to control the...

It has something to do with SSR. I have tried it before.

I have also bisected to the same version 1.2.205. After 1.2.205 this is the version that introduced this: ```js Object.defineProperty(exports, "", { get: ()=>, enumerable: true }); ``` I found...

@magic-akari Actually, this is exactly what I did [here](https://github.com/typeorm/typeorm/pull/9216)

> @stevefan1999-personal I may have misunderstood. The example code maybe wrong. (maybe fixed by the lazy trick) But what I'm trying to show is that the original broken code may...

@xahhy I think this is a serious issue, as the problem stems from type system refactoring, and some fixtures aren't correctly fixed and so the right feature isn't implemented