Mads Marquart

Results 1127 comments of Mads Marquart

I've been wanting to enable `mypy`, but haven't for the same reason. But in my testing, using `@attr.s(slots=True, kw_only=kw_only, frozen=True)` directly didn't work either, `mypy` couldn't handle the dynamic `kw_only`...

Hi @FeZoli. The best suggestion I can give you is to try copying the session cookies over. An example would be something like this: ```py # On the old computer,...

@chalermporn17PPA, this might be a separate issue; can you try adding the following code and test it again? ```py import logging logging.basicConfig(level=logging.DEBUG) ```

Hmm, might be something wrong with `.isLoggedIn`. Can you try a different user agent, for example `"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36"`?

Hi @kragebein, my initial assesment is that you have a wrong dependency. But it looks like you're using `fbchat-asyncio`, so please continue any further conversation [there](https://github.com/tulir/fbchat-asyncio) 😉

Thanks for the report. This is probably related to https://github.com/carpedm20/fbchat/issues/573, so I'll track our progress in that issue

We could add `asyncio` support, but then we'll be limited to their paradigm. I'd rather add more general `async`/`await` support, so that we can support both `asyncio`, `trio`, `curio`, synchronous...

Thanks for your input, @vincent-lg! Regarding Python 2.7 users, then I'm currently in the process of developing `v2`, where we'll only be supporting Python 3.5+, so that's not really a...

Okay, a few months have passed, and I'm starting to realise that the linked issue (now called [`hip`](https://github.com/python-trio/hip)) won't happen for quite some time; and even if it does, it...

That was my suspicion as well, thanks for the clarification 👍