Fuxin Hao

Results 27 comments of Fuxin Hao

I have no problem with this. But there should a method named `after_all_commit` that trigger the callbacks after commit succeed.

We can fuse location information from many different sources (such as GPS and Wi-Fi), does it help to improve accuracy? I guess it's what [FusedLocationProvider](https://developers.google.com/location-context/fused-location-provider) does?

But most of our phones (in china) don't have google play services installed :( So I can just add this line and nothing else needed to be done, right? ```...

Yes, location information from network provider has less accuracy. But I'm thinking of a case that GPS is unavailable but the network works (I am not sure whether or not...

Thanks for the suggestion! I'll give it a try and feed back :)

I know this's irrelative, but could someone tell me how to show device location and get to my current location on Mapbox?

But there are some special cases, such as Relay Classic needs the `node` field on the root of `Query`, see: https://github.com/apollographql/graphql-tools/pull/382#issuecomment-329097473. BTW, Relay Modern seems that it does not need...

I don't have much time right now, but i'd like to contribute it when i am free. It's nice to provide your advices, it's helpful to me or someone who...

I think you can forward users to the registration page after login using SMS. the code is like this: ``` Response challenge = context.form() .setAttribute("phoneNumber", phoneNumber) .createResponse(UserModel.RequiredAction.REGISTER); context.challenge(challenge); ``` but...

It looks good to me. But the error seems like `SmsServiceProviderFactoryImpl` was registered in `com.hfx.keycloak.spi.impl.SmsServiceProviderFactory` but was not found. Maybe you need to check the package of `SmsServiceProviderFactoryImpl` and see...