Results 352 comments of Andrew M

The ZIO docs are very well written and can get you nearly everything you need. They're not all category theory like a lot of fp-ts related info. They're practically docs...

Yeah definitely not something easy to pitch to a workplace without solid docs. Still totally worth the effort to learn individually IMO. It's a joy to take a few hundred...

Thanks for the thorough explanation! It seems an unfortunate situation that Facebook is so reluctant to engage with community concerns and contributions in hermes/metro. Working with metro alongside shared code...

@oblador It looks like the react-native team's "solution" to the lack of block scoping in hermes is to transpile it away with babel. `metro-react-native-babel-preset` uses [babel-plugin-transform-block-scoping](https://babeljs.io/docs/en/babel-plugin-transform-block-scoping). That must be why...

Referring to node (I use react-native so the environment is similar to node). In development it would be useful to pretty format and highlight JSON log output. Right now I'm...

I picked up a couple of these ACs too. Seems like this repo doesn't have the ability to connect to whatever server "ConnectLife" uses. Hopefully the protocol is the same...

OK so I took a look at the auth network traffic using `mitmproxy`, it's talking to: ``` POST https://auth-gateway.hijuconn.com/account/acc/login_pwd HTTP/2.0 { "accessToken": "pa2u47xnRnfcy7qqsjRweLt3ACThrT2VDNWZOfBKMV_OojBXuPkTqrR3trCAKOnpJoX2mQ1PKNlTbu1rOmV3bKLU_-C1GjurjEGAhqYxgrBONlXd-5MZC6GtwLASr5jTWE5drMWncHgKTzlpdCBqLA85O8gm6eKRMOItp_HFPBgxjwT6wXuZ2TgWQXqvY2nxjDB2WHnwF6sCuFM_bUIxYlEXI2PV3O_puigM8sXQfEtSkaX2wIMyutjUXQSyJFpRa0X5NPiBTl67O0fU4W7POeWV_tCx9Xi-wvNbA4loZ-L3t42uPVsolnaICGu8I91faQatBVHgyscr0Z5B8cwUl0WMWKclNOa4xqAhX0rqEmF8YjKmmGwESF_dzsgIczemhDy", "appId": "47110565134383", "appSecret": "yOzhz6junYno-nmULM3Wr7PU_dpSZN22ZdluvVWZ4uW5ZwwG8fIGCHTbrhcnU-iv", "languageId": "1", "loginName":...

Yes, that's the app used by the newer Hisense models

Yes, sorry, there are further queries (to `bas-gateway.hijuconn.com` as you already guessed) although I didn't see any device info in the responses. Let me capture more info and I'll post...

@deiger Here is the series of requests and responses, obvious analytics calls omitted starting from a fresh login to the ConnectLife app I'm guessing at some point it's opening a...