me-v2

Results 44 issues of me-v2

if show more is no data to show ,how show ' no data can loading' information

- [ ] The page (if new), does not already exist in the repository. - [ ] The page is in the correct platform directory (`common/`, `linux/`, etc.) - [...

page edit
waiting

练习2.37 decltype(a=b) d = a

### Is your feature request related to a problem? docs:: Add stream snippet in the docs ### Describe the solution you'd like docs:: Add stream snippet in the docs ###...

enhancement

```python def is_friend(self) -> Optional[bool]: """ Check if contact is friend False for not friend of the bot, null for unknown. """ if not self.payload or not self.payload.friend: return None...

πŸ› bug
πŸ”₯ enhancement

` payload = EventErrorPayload(**payload_data) | TypeError: __init__() got an unexpected keyword argument 'code'` @dataclass class EventErrorPayload(EventPayloadBase): data: str sees: /wechaty_puppet/schemas/event.py

πŸ› bug

wechaty==0.8.34, msg.mention_self(), error: ERROR - internal error

πŸ› bug

do you have python api

your code is python3.5 ,actually your code is python3.6

with PlainActor.start(): your logical code.. then auto stop actor(__exit__)

enhancement