Denis Garus

Results 54 comments of Denis Garus

@thomaseizinger Thank you so much for your efforts! Currently, I’m stuck with an integration test writing. The problem is what can i use as a webtransport client? I'm looking at...

> Some first comments. I like that in this approach the webtransport is integrated in the existing quic crate and that we can to support both on one listener! >...

@elenaf9 Good day! @jxs told me you're planning to remove`async-std` feature from `quic`. If this is the case, I could do it to make 'quic' a bit simpler and then...

> > @elenaf9 Good day! @jxs told me you're planning to remove`async-std` feature from `quic`. If this is the case, I could do it to make 'quic' a bit simpler...

@elenaf9 Hello! I apologize for the delay. There is one thing I'd like to talk about regarding `ConnectingMode::Mixed`. When I was trying to implement some logic for this mode, it...

@Dark3clipse Hello! Thanks for the issue. > is this a feature that it not present? No, currently we don't have this feature. > And if so, is this on the...

@Dark3clipse I dived deeper into this issue. I think we can't map a user's roles defined in Keycloak and roles defined in artipie's policy. Getting roles from Keycloak requires admin...

@Dark3clipse We use `keycloak-authz-client` for client's authentication. As I understand from [examples](https://www.keycloak.org/docs/23.0.1/authorization_services/#_service_client_api), the right way to authorize operations is to send a request to a `keycloak` server. It doesn't seem...

@pyrsia/maintainers Suggest the following rules: 1. `peer_id + operation` have to be unique for add/remove node operations. We can use database tools to enforce this restriction. Thus, peer_id can be...

@betarelease @fishseabowl Question about `timetsamp` already [exist](https://github.com/pyrsia/pyrsia/pull/1538#issuecomment-1402396198). Let's try to find a satisfied answer. I suggest retrieving the latest record and check that its 'timestamp' less than in the inserting...