Cris

Results 133 comments of Cris

@alangibson thanks! This worked for me, too. Un-nesting the keys and using the last step in the key path, works a treat. Thank you! 😛 😉 xx 😜 > ```typescript...

Indexing would be great. There's really not a great local on-disk full-text search option out there.

You need to use x86/x64. Clone your terminal and create an x64 version. Then use nvm to install a new version of node you don't currently have (and it will...

That's a good idea @k8w not sure if related but a way I found around it is: https://github.com/node-webrtc/node-webrtc/issues/725#issuecomment-1246659679

thank you very much. I'll probably experiment with a couple of different workarounds including the ones you suggest as well I will try replacing the private member syntax with some...

That's a great idea. I've used Dieharder and don't think I've used TestU01. I know you're super busy and sorry for the question, but in your opinion what's the difference?

In this case, there's probably already a test (or two) in SMHasher that measures "wideness" described in the article, > set up a lot of independent PRNG instances with different...

@ChrisJefferson I think that's a really cool idea. Have you taken a look at how some other tests are written (say in `KeysetTest.cpp` or `main.cpp`, which are usually pretty short...