Ilya Beda

Results 62 comments of Ilya Beda

Hello! I have just faced the same issue and it seems that graal now supports arguments file. https://github.com/oracle/graal/pull/2443 Will it help with resolving the issue?

The same problem exists when I am using a real Android device, not just an emulator.

@YuliaGrigorieva We are using `messaging` branch of react-native-voximplant. React Native version is `^0.57.3` The issue exists for a video call from android to android (both real devices, don't test on...

I think that port should be a part of baseUrl in this case. If you initialize the client with baseUrl that already contains port is it resolve the issue?

The strict check was done for security reasons. Unfortunately `netloc` will not work. First of all, it keeps port anyway. ``` >>> urlparse('http://localhost:8080/fhir') ParseResult(scheme='http', netloc='localhost:8080', path='/fhir', params='', query='', fragment='') ```...

API may be inspired by Django get_or_create https://docs.djangoproject.com/en/3.1/ref/models/querysets/#get-or-create

Hi @evgenyfadeev ! Is it possible to get docs back?

I don't think that there was a specific reason for this particular order. Could you please create a pull request? @ruscoder what do you think?

@gagantrivedi Since there is a test that covers this scenario we can't change this behavior. We need to keep backward capability. I think in your particular case you can override...

Hi @regqueryvalueex Thank you for the example provided. We will think about the fix and will let you know. A pull request with the fix will be appreciated.