Alasdair Smith
Alasdair Smith
Relates to #1182 Currently WIP. Planning to change everything so keeping a record of the old version here
Adds the recreated Data Size interactive for upcoming content on Big Data Relates to #1182
A new interactive based on Binary Cards but expanded to cover all bases (decimal, hex, etc) Purpose: Resolve shortcomings when showing non-base-2 numbers with Binary Cards, in order to: 1)...
The new interactives should be recreated in JS/CSS ready for the new chapter content - [ ] Classification Trees - [x] Data Bias (@courtneycb) - [x] Data Representation (@eAlasdair) -...
A list of small issues found by the team working on the polish version of the FG was sent to us earlier this year. ### These are the issues I've...
Uninteractives and in-page interactives don't get resized appropriately when printing in Chrome & FF. We probably need to investigate the [onbeforeprint](https://developer.mozilla.org/en-US/docs/Web/API/WindowEventHandlers/onbeforeprint) event handler to address this 
Every interactive that uses a third-party library has its own `package.json` file listing the versions of each dependency it requires. However, I have noticed that all interactives that use a...
Bits are grouped in sets of 4 or 8, from the LSB up. i.e. `11110` (proper form `00011110`) is more commonly viewed as `1,1110` (`1E`) than `1111,0` (`F?`). The Binary...
We used to let Crowdin list the contributors but this doesn't appear to be public anymore. This list should be rewritten directly in the [contributors page](https://www.csfieldguide.org.nz/en/appendices/contributors/) of the site
https://www.csfieldguide.org.nz/en/interactives/  The message `No interactives are available for this chapter.` should appear under Software Engineering I suspect it doesn't because while there are no interactives in the chapter, there...