Skip to content

Instantly share code, notes, and snippets.

@dominictarr
Created September 23, 2011 12:26
Show Gist options
  • Save dominictarr/1237220 to your computer and use it in GitHub Desktop.
Save dominictarr/1237220 to your computer and use it in GitHub Desktop.
bug in json parse
/*
sometimes jsonparse changes numbers slightly.
*/
var r = Math.random()
, Parser = require('jsonparse')
, p = new Parser()
, assert = require('assert')
, times = 20
while (times --) {
assert.equal(JSON.parse(JSON.stringify(r)), r, 'core JSON')
p.onValue = function (v) {
console.error('parsed', v)
assert.equal(v, r)
}
console.error('correct', r)
p.write (new Buffer(JSON.stringify([r])))
}
@manslie3
Copy link

manslie3 commented Jul 8, 2024

One of the most significant advantages of GB WhatsApp is its enhanced privacy settings. Users can hide their online status, blue ticks (read receipts), second ticks (delivery receipts), and even typing indicators with gowapk. This allows for a more private and controlled messaging experience, giving users the ability to browse and respond to messages at their own pace without feeling pressured.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment