DBot

Results 58 comments of DBot

This is an issue since forever and this is directly related to request: https://github.com/Facepunch/garrysmod-requests/issues/435 Since to display anything on game screen it has to create a HTML material and a...

Don't know about 4.5, but im on 4.6 and was experiencing high battery drain during stand-by (-4%/hour or 200 mAh), disabling adguard drastically improved battery life while smartphone is on...

> what device are you using ? Note 9 Pro Max

That's the catch - it doesn't report usage as originating from adguard itself.

Screenshots ![Screenshot_2024-09-23-22-24-32-846_com miui securitycenter-edit](https://github.com/user-attachments/assets/1757741a-c228-4edc-b33f-1292f74b5f7b) ![Screenshot_2024-09-23-22-24-19-112_com miui securitycenter-edit](https://github.com/user-attachments/assets/987844c0-0379-46b4-86c8-06b8c33a2faf) For reference: ![Screenshot_2024-09-23-22-26-05-943_com miui securitycenter-edit](https://github.com/user-attachments/assets/115a16f4-a3ad-4c05-baed-4de0fa357b58)

@Nedelosk Create several identical letters addressed one person with stamps and item payload. Then send them using mailbox. Sender will send letters one-by-one, while receiver will receive SUM(N, N -...

Code analysis: You do check letter send status, and if it is successfull, shrink item stack size by 1 https://github.com/ForestryMC/ForestryMC/blob/mc-1.12/src/main/java/forestry/mail/tiles/TileMailbox.java#L61-L68 But you pass full itemstack to `tryDispatchLetter` method, which pass...