Napas (Tian) Udomsak
Napas (Tian) Udomsak
I would like to use a custom HTTP client with this library, so I have modified the library to accept an interface, instead of a specific http client implementation.
Hi @Yamashou , In our code base, we use a custom http client type, that implements the net/http.Client's Do method. Would you be open to making `github.com/Yamashou/gqlgenc/client.Client` depend on an...
https://github.com/Yamashou/gqlgenc/issues/54
# Feature Request There should be a command like `installApp` - that allows you to install an APP or APK file from a URL ## Why it is needed Sometimes...
**Is your feature request related to a problem? Please describe.** I want to test deep links with my app, from another app. So I would like to be able to...
This allows me to use bazels3cache with an existing bucket that I share with other teams.
Use WebViewCompat.addWebMessageListener instead of @JavascriptInterface to prevent origin spoofing
Currently if the web app redirects quickly after doing `window.ReactNativeWebview.postMessage` you could receive a spoofed origin on the react native side. We should use WebViewCompat.addWebMessageListener to prevent origin spoofing. This...
If a class does not have a decorator on it, there will be no OpenAPI schema generated for it, even though it may be used in certain endpoints, e.g. `export...
### Description In modern browsers, you can pass strings to Intl.NumberFormat.format so that you do not lose precision. This is especially important when formatting financial information. ### Steps to reproduce...
Android now comes with a native HTTP client that supports HTTP/3 (QUIC). https://developer.android.com/reference/android/net/http/HttpEngine We should switch to this and drop our dependency on OkHttp. OkHttp does not have any plan...