Gábor Molnár
Gábor Molnár
Check out https://github.com/gradus/coffeecup.
I would be interested in using tcpflow with ssldump. Any idea how to make ssldump work with tcpflow's output files?
Did you try using node’s native http2 implementation instead of this project? That should be preferred. Saurabh kumar (időpont: 2020. máj. 11., H, 13:35) ezt írta: > I'm trying to...
I think you can do it the same way you would do it with simple http connections. The API is the same, so there should be no difference if you...
Did you try "*": null ? Cyri-L [email protected] ezt írta (időpont: 2016. márc. 1., K 23:51): > How do we force strict mode on the schemas ? Meaning that unspecified...
Null should mean that there's no such property. Undwfined means it has one, but the value is null or undefined. If it doesn't work that way, it's probably a bug....
How would you implement the inverse of this operation? Also, JSON Schema is standardised formally, does the standard accept an extension like that?
In the inverse, you could say that the class could be looked up based on name, but that's not true. A very simple example is when a class is defined...
Hi, yes, I don’t maintain it any more. Not sure about active forks.
No, there is no way to do that if you mean proper [JSON Schema](http://json-schema.org/latest/json-schema-core.html#anchor25) references :( It would be nice to have something like that. I don't plan to put...