Alexey

Results 7 issues of Alexey

**The context** Apply the retry, backoff strategy per RPC call **The question** Sometimes we get an error using your library as gRPC client and [Armeria](https://line.github.io/armeria/) as gRPC server. We saw...

enhancement
help wanted
question
documentation

### Description of the bug Hi! Tried to import Lumo Utilities as described here: https://vaadin.com/docs/latest/ds/foundation/utility-classes/#usage ``` @JsModule("@vaadin/vaadin-lumo-styles/utility.js") @CssImport(value="some-stylesheet.css", include="lumo-utility") ``` It seems that only theme.json approach works. Maybe we have...

Impact: Low
Severity: Major

### Description of the bug After these changes in Vaadin Flow https://github.com/vaadin/flow/pull/13825/files#diff-32470b1fe06ff7a0966c7da3ded43f636d1a013b78ff34b06049c7915c4c359cR238 It's not possible to construct custom page title outside of each view. Navigation lifecycle always rewrites title at...

Impact: Low
Severity: Major

Hi again! One more unexpected behavior. Can you help, пожалуйста?) allOf.json ``` { "$id": "allOf.json", "$schema": "http://json-schema.org/draft-07/schema#", "description": "All of data", "allOf": [ { "$ref": "ref.json" }, { "required": ["field1"]...

Hello! We are trying to implement [Richer Error Model](https://grpc.io/docs/guides/error/#richer-error-model) for gRPC. We want to include such dependencies like [`google.rpc.Status` ](https://github.com/googleapis/googleapis/blob/master/google/rpc/status.proto) and all messages from [error_details.proto](https://github.com/googleapis/googleapis/blob/master/google/rpc/error_details.proto) to our distributed package during...

- Migration to JPA 3 specification (https://dzone.com/articles/upgrade-guide-to-spring-boot-3-for-spring-data-jpa-3-and-querydsl-5) - Dependencies versions update

Hi! Could you please review and merge https://github.com/eXsio/nestedj/pull/26 pull request for JPA 3 support? - Spring Boot 3 - Hibernate 6 - Java 17 - Dependencies update - Replace `javax.persistence`...