alexfung888

Results 9 issues of alexfung888

`readme.md` refers to many demos on `jsfiddle.net`. They are all dead, because they try to load js over insecure HTTP. This PR places the demos under `/demo` folder, and changed...

I found that XYZ are too diffult to understand. Following the style of Rw (rotate double rows), I use Ra to mean moving all three planes. Ra moves the whole...

Roofpig does not allow input or display of XYZ rotations in upper case. This PR allows input of XYZ (and X', Y2, etc). If algdisplay=xyzupper is provided, then output will...

if algdisplay=fancym1s is provided, -1 is displayed as superscript -1 like a real inverse operation

By default, roofpig.js appends a stylesheet upon document.onload(). There is no method to override the default CSS, because the roofpig sheet gets highest priority. With this patch, if web page...

The color of the START position is wrong when M/E/S slice moves or x/y/z rotations are involved. With this commit, demo/alexfung.html shows the correct colors. This branch is forked from...

All the demos at jsfiddle.net are dead, because they try to read the roofpig js file over http. No decent browser nowadays will allow a https page to access http.

```ts type RemoveIndexSignature = { [K in keyof T as P extends K? never : K extends P ? K : never]: T[K] } ```

answer
en
1367

I understand that in v3, constants are not exported via the index, but I got the following errors, which do not come from my code: ```sh Error: node_modules/date-fns/intlFormatDistance.d.ts:8:17 - error...

📃 Docs