kw101

Results 28 issues of kw101

There is no public api to scan wifi. After iOS9, ios provide NEHotspotHelper to handle it. Should it work?

Hi, i write a Bloc with Rx pattern. The loadMore function required to return Future. ``` class LoadMoreBloc { void loadMoreFeed() { // API.loadFeed().listen();

Hi, i am using i18next on wrapRootElement. found that always call t() before i18n initialized. Can support to hook / callback to know the i18n initialized?

version: 1.1.1 Show the following warning message react_devtools_backend.js:2556 i18next::backendConnector: No backend was added

I found that i18n.resources is deprecated. Then how can i get the resources for specific language? I built an wrapper SEO component. This component is used in `gatsby-ssr.js` ``` const...

I am Android developer. It is glad to see this project. Will it support Rx pattern? Also, capture common errors like network unavailable, status code not 200 and throw exception....

enhancement

does it support koa2 ?

just install sample project. Run on an emulator. Open Memory Monitor. Scroll up and down with several times. Memory is growing. Sometimes GC start, but cannot release more memory. Always...

migrated googlesamples

just implement an web service by call http://ipinfo.io/json CPU usage hit to User [60%] without other calculation. Any idea why CPU usage is quite large?