Alexander Zagniotov
Alexander Zagniotov
G'Day @iancoleman , I am mucking around with the https://iancoleman.io/bip39/#english ( and I noticed when I choose the aforementioned option by ticking the checkbox, in the "Derived Addresses" table, it...
This PR is trying to address what has been requested in https://github.com/jwtk/jjwt/issues/286 & indirectly in https://github.com/jwtk/jjwt/issues/291 ### Summary - Added support for `java.time.Instant` instead of `java.util.Date` - Made `ObjectMapper` `static...
Hello Team, Library versions: - TensorFlow 2.5.0 - TensorFlow Ranking 0.4.2 ## TL;DR: I trained two models (let's calls them `A` and `B` (with same fixed seed, same training dataset...
## TL;DR This issue contains code samples how to save a TensorFlow Ranking model with a custom signature that does not require the input data to be wrapped within [ExampleListWithContext](https://github.com/tensorflow/serving/blob/master/tensorflow_serving/apis/input.proto#L72-L82)...
This PR belongs to ticket https://github.com/azagniotov/stubby4j/issues/451
This ticket is to capture PRs made as a result of moving the baseline (i.e.: `master` branch to JDK 11) and migrating the library to [Jetty 11](https://webtide.com/jetty-10-and-11-have-arrived/) in order to...
As of `v7.5.0` of `stubby4j`, added support for stubbing WebSockets protocol ([RFC6455](https://datatracker.ietf.org/doc/html/rfc6455)) connections over `HTTP/1.1` and `HTTP/1.1` with TLS. In other words, you can stub a web socket with the...
## TL;DR `stubby4j` multi architecture platform Docker images are hosted on DockerHub. ## Supported JRE The following images are available ([Alpine-Native Zulu OpenJDK](https://hub.docker.com/r/azul/zulu-openjdk-alpine) images used as base) based on JRE...
As of `v7.3.0` of `stubby4j`, a new feature is available that enables you to configure a proxy/intercept where requests are proxied to another service (i.e.: a real, live service), when...
As of `v7.4.0` of `stubby4j`, as a new feature support for HTTP/2 over TLS using ALPN extension is available. See [Support for HTTP/2 on HTTPS URIs over TLS](https://stubby4j.com/#support-for-http2-on-https-uris-over-tls) section Also,...