jfehr67
jfehr67
In order to enable client authentication, wrapper.engine.setNeedClientAuth(true) needs to be called before it begins handshake. When this is enabled, the rest is done through TrustManager & KeyManager as usual.
These are changes that shouldn't effect building in scala 2.12 but are required for 2.13.
It would be really useful if we could use Class Activation Mapping in turicreate image recognition models. (https://github.com/zhoubolei/CAM) Any possibility for support for this? Even if we could export the...
By default, serde json will parse a json stream into a Value and for any duplicate keys, simply use the last value. (Just calls the insert function in the Map,...
Add optional feature to error on deserialize of duplicate key in Map. VERY useful if you typically have very large json files that are contributed to by multiple engineers.