Chris Dary

Results 13 comments of Chris Dary

I ran into this same issue FWIW. Some `pdb`ing brought me to my mapping that looked like this: ``` { "mappings": { "Profile": { "properties": { "id": { "type": "integer"...

No problem, honestly I switched away from it and started using `elasticsearch-dsl` which seems to be going well. Less creature comforts than bungiesearch but I can deal. Thanks for putting...

(I will say it might be worthwhile to update your readme and state it's not actively being maintained, I bet you'll feel less stress from people posting issues if you...

Haha well I will say that this was for a side project, but we are definitely hiring: https://boards.greenhouse.io/reddit We have some go but it's mostly our statsd clone and some...

This is a known issue with the plugin that provides line numbers. If you switch to JSONLint Pro (top left), you won't see this issue.

I'm fairly sure this is related to the lined text area plugin. For some reason it seems to constrain paste size. I'm unsure why. I've not had a spare moment...

From the spec at http://www.ietf.org/rfc/rfc4627.txt: > A JSON text is a serialized object or array. > JSON-text = object / array It should still show a warning though.

To clarify, this has to do with maximum integer size in javascript. If you enter into the console: console.log(4261667034108713961), 4261667034108714000 is returned. Ideally, we'd detect if a number passed is...

For the record, we're having this issue at Readability. It appears to be happening sporadically on things that explicitly have no session to start (Like curl, pingdom hits, etc). We're...