John

Results 20 comments of John

With `remote-ctx`, your `ctx` and other arguments are changed. Need to check before use. I use `console.log(ctx)` and look for the changes.

Hi @sandeepmistry, I'd like to do that. When I've got the library works in async, then I'll make a pull request. I'm able to make class `GSM` works aysnc. But...

@sandeepmistry Hi, I've submitted a pull request for this. Please help and merge it.

`UITableViewController` does not conform to `UICollectionViewDataSource` nor `UICollectionViewDelegate` protocol (or extension). 1. create your own custom view controller. 2. add extension (`UICollectionViewDataSource` and `UICollectionViewDelegate`) to it. 3. in storyboard, assign...

I notice one thing: you put the network code inside the (reusable) table view cell. The view cell can be reused or disposed when scrolling. Therefore, it is not proper...

Hi @sandeepmistry I have been carefully on not to expose unnecessary APIs while building an asynchronous variants for `GPRS`, `GSM` and `GSMClient`. The variants, I named with prefix Async, usually...

Hi @sandeepmistry, may I know what the status of this pull request now? What shall I change if need to be accepted? Regarding not exposing the internal state machine, I'm...

Hi @sandeepmistry, I totally agree with you that setting status is dangerous. However, if extended class cannot or does not set the status to ERROR when timed-out, `ready()` will be...

I've accepted the CLA and updated my GitHub account's setting. Please check and accept my commit. Thanks.

Just verified that `cls` should really be `cls._meta.concrete_model`. Here is my project which use a proxy model of Auth.User to filter out staff and superuser, also to display by email...