PATAPOsha
PATAPOsha
Great! Thanks!
@roman-right I've checked version 1.10.3. And things do not seem to work properly for me. In your example here https://github.com/roman-right/beanie/blob/main/tests/odm/documents/test_bulk_write.py#L134 This code actually inserts single document one by one. Instead...
Maybe some check of document "fullness" in `upsert` mode? Like validation of all fields of model before query to mongo.
Also, this looks more suitable for this case https://github.com/roman-right/beanie/issues/231. With `returnDocument` parameter it would always retrun full model.
> thx I can confirm same issue on 1.14.1 for Windows. Except I have only one monitor, 34'' 3440x1440. Sometimes miniplayer goes offscreen. Changes in `AppData\Roaming\youtube-music-desktop-app\config.json` helped. ``` "miniplayer-position": {...
@Alipoodle heppens every time after restart for me. Maybe set X/Y=100 as default? Without saving previous position? Or at least with ability to disbable it.
My method is to create some global variable inside your module and manually fill it. Smth like: ``` from app.mac import mac, signals CONVERSATIONS = {} @signals.message_received.connect def handle(message): if...
Same here. Any solution?
Still didn't manage to solve this. Tried to call both `online()` and `make_presence()` everywhere wherever possible... as well as `self.toLower(PresenceProtocolEntity(name=name))` and `self.toLower(AvailablePresenceProtocolEntity())` Also noticed strange behaviour: bot's status changes to...
did someone find secret key `"webapp1.0+202106"` analog for Android app? in Android API there is `x-tt-token` param. It looks the same format, but I believe it has a different secret...