alexfung888

Results 11 comments of alexfung888

They are identical, only that the colors are assigned incorrectly. Whenever there is any slice moves or cube moves in alg, the color will be wrong. set ALG=M, with or...

I think I can cure it, but I cannot determine whether it is causing any side effects. Since the repo is not open, I can't make a pull request. If...

I think I can cure it, but I cannot determine whether it is causing any side effects. Since the repo is not open, I can't make a pull request. If...

Same for me. If I select all the components except card, then the migration will be successful. If I select card, then it gives the mysterious red message ```Cannot read...

I wrote the answer over a year ago. I cannot say that I remember or understand what I wrote. The main important idea is that PropertyKey = string | number...

> `BCP47LanguageTag` was fixed by #3598 and replaced by the newer version. However, it seems that it should be kept working until TypeScript 5.4 is shipped. > > Can you...

> Thank you! There's no way to make it work without updating the TypeScript configuration or copy-pasting built-in types to date-fn's. I prefer the former, but I understand it's more...

All my angular fire applications that uses Google federation for authentication now fail with chrome: `Access to fetch at 'https://securetoken.googleapis.com/v1/token?key=xxx' from origin 'http://localhost:4400' has been blocked by CORS policy: Response...

I upgraded Chrome to 129.0.6668.71 and the federation problem disappeared