Justin Stone

Results 6 comments of Justin Stone

It would be nice if this could be a sort of Wireshark replacement/supplement. Decrypting SSL traffic (not just HTTP, but also SIP, etc) can be challenging with Wireshark. If this...

Which version of bookshelf-camelcase are you using?

Of course they're fake. The `new` operator has been in use to instantiate "classes". But `new` doesn't return a new instance of the class...it returns a reference! Classes, such as...

I never said it doesn't return a new object. I said it doesn't instantiate a new instance of the class. All of the "class" properties are really just a reference...

This actually fails if the first index in the data to be embedded doesn't contain a foreign key to the resource. I made some changes [here](https://github.com/jpstone/json-server/commit/16f02a508b5176989ea67748fe9a3b7789be1f22) that fixes this. Not...

So, is this gonna get merged or what?