theamazing0@discuss.tchncs.deOPtoNo Lawns@slrpnk.net•Request for advice on how to get startedEnglish
0·
4 months agoOoh thank you for the advice about ChipDrops, it sounds really cool! Their website suggests that the deliveries can be very large (https://support.getchipdrop.com/article/6-can-i-get-a-smaller-load). Are they really this big often? How would you recommend handling it if the load is that big?
It’s not too hard to disable all of it
{ // Disable Telemetry "telemetry": { "metrics": false, "diagnostics": false }, // Disable Assistant: "assistant": { "enabled": false, "button": false, "version": "2" }, // Disable Copilot: "features": { "inline_completion_provider": "none" }, // Disable Collaboration Features: "collaboration_panel": { "button": false }, "chat_panel": { "button": false }, "notification_panel": { "button": false } }