Peter Andersson

Results 5 issues of Peter Andersson

This issue is for asking on the upcoming 0.4.0 version. 0.4.0 is under construction. This is a full rewrite and will change the underlying structure. Hence, it will not be...

This flag will allow overwriting data of a file without page reallocation. Thus, it can only be used to pull bits in a file from one to zero. Usable for...

enhancement

Hi, we've found an issue when running following script: ``` js let i1 = JSON.parse("42\0"); print(i1); let i2 = JSON.parse("42"); print(i2); ``` The second print sometimes prints extra numbers after...

wrt #24 FWIW, here's something that (seemingly) does the trick for raspberry pi. Compiled some stuff on a standard pc and a raspberry, and got bit-exact output. Lots of copied...

Preferably ifdeffed

enhancement