Joris Goosen

Results 12 issues of Joris Goosen

So I've been trying to get openblack to load the gamedata. I keep running into an error `Failed to open Scripts/info.dat: Info block size does not match that of GInfo:...

bug

Fixes https://github.com/jasp-stats/jasp-issues/issues/1747 mostly You can still get it to look slightly weird if you try but it seems to usually get it right now

- preferencesModel changes werent connect to results, this is fixed now. fixes https://github.com/jasp-stats/INTERNAL-jasp/issues/1872 - also renamed the checkbox to "Use exponent notation" - made using normalized notation the default

Implements requests from https://github.com/jasp-stats/jasp-issues/issues/1720

Implements https://github.com/jasp-stats/INTERNAL-jasp/issues/1880

@Kucharssim can you check if this actually shows an error if you do not manually set CMAKE_OSX_ARCHITECTURES?

- Disables native textrendering there - Fixes https://github.com/jasp-stats/jasp-test-release/issues/1034 - Fixes https://github.com/jasp-stats/jasp-test-release/issues/1028

This breaks the module then but people shouldnt be making mistakes like that and not noticing it.

Using RTools42 to compile on Windows gives the following error during compilation: ``` CC src/spss/libreadstat_la-readstat_zsav_read.lo CC src/spss/libreadstat_la-readstat_zsav_write.lo In file included from D:/rtools42/ucrt64/include/unistd.h:11, from src/readstat_io_unistd.c:12: D:/rtools42/ucrt64/include/process.h:196:28: error: conflicting types for 'spawnv';...

Empty values should be stored in the data and per column. This is some work I did on it in the runup to 0.18.2 but felt it would become a...