Peter

Results 13 comments of Peter

On Windows 10 I just updated to Nim 1.2, but this fails when I try to compile to C and run seems to fail: ``` C:\Users\PHJ\nimcache\app_d\stdlib_io.nim.c.o:stdlib_io.nim.c:(.text+0x686): undefined reference to `__builtin_sadd_overflow'...

Thanks both of you for this helping hand. I tried to nuke the .choosenim and start it from scratch but it failed. Sorry my evening has been hectic so didn't...

Maybe this is correct ``` import java.util.* val random = SplittableRandom() fun wrongShuffle(x: MutableList): List { for (i in 0 until x.size) { val n = random.nextInt(x.size) x[i] = x[n].also...

Ah true. But yea you can skip going down to index 0 as the swap would always be with itself. Thanks for the interesting read at codinghorr niyaznigmatullin.

And if I plugin a variable such as birthYear the suggestion box disappears and something else shows.

Thanks for the response mechatroner A warning would most accurate, because the user might _want_ whitespaces to be part of the data, i.e. ` "a" !== " a" ` As...

Hey Edgarvikernes Thank you very much for your interest! Code seems solid and tests are passing. Could you add a test in JSONSerializerTests? To test the serialization of Core Data?...

Hi shahdiren. Thanks for your interest. Glad to know the library helps. Do you mean excluding the property totally if the value is null? I may look into it at...

Cool! Maybe we could create a unit test for this and pull it into master?

I think recent commit 5ae566790a4066d1392dc2d7fc24d9ae70c040d8 might have fixed that. If you post the test I can try to fit it in there. Would appreciate it!