Ilya

Results 6 issues of Ilya

Maybe it is better to transfer the interface `type OrderInteractor` from `webservice.go` to `usecases.go` package? According to this picture, this is the right decision: ![selection_004](https://user-images.githubusercontent.com/20016700/47955442-f0a66c00-dfa0-11e8-83f9-2856ed6ba159.png)

**Is your feature request related to a problem? Please describe.** FCM asks to stop using legacy authorization and switch to OAuth 2.0 https://firebase.google.com/docs/cloud-messaging/auth-server. But it looks like sygnal only supports...

enhancement

- Panic - If I sent `Credit Card` form from the front end. With short `card number` and `cvv` I will get panic in PostCard middleware. - HTTP request for...

I use a Macbook with an M1 chip. When I wanted to test the integration locally and ran the command: ```bash docker build -f ./uni-resolver-web/docker/Dockerfile . -t universalresolver/uni-resolver-web ``` I...

I have two containers: 1. **Universal resolver web container** 2. **iden3 DID driver container** I used the following pattern to register the driver: ```yaml - pattern: "^(did:iden3:.+)$" url: ${uniresolver_web_driver_url_did_iden3:http://driver-did-iden3:8080/} propertiesEndpoint:...