Quentin Golsteyn

Results 7 comments of Quentin Golsteyn

If implemented, can be added as a step in the `steps` folder, most likely called `validate.js` or something similar.

Blank fields in CSVs are `""` by default. I personally think returning 0 here would be a bug in almost all cases. I think having the ability to specify this...

Really not ideal (has some weird character errors) but here is a CSV from the Slovenian Statistical Bureau. Data is from 2019. https://gist.github.com/qgolsteyn/145d82f984d65c34e778371a69cf5433

I don't have it immediately, but will get the source to you by this evening. I also update the list with additional countries that need population info

My appologies, here is Slovenia's data: https://pxweb.stat.si/SiStatDb/pxweb/en/10_Dem_soc/10_Dem_soc__05_prebivalstvo__10_stevilo_preb__20_05C40_prebivalstvo_obcine/05C4002S.px/table/tableViewLayout2/

Pretty much all keyboard press events can be overriden and their default behavior can be stopped. This can be done from the key press event as follow: ``` javascript disabledEventPropagation(e);...

How would data persistence work? Would the primitive learning items (the learning items that make up the compound one) hold their own value and the compound refers to them by...