

Less about customizations and more just it doing what i want, and not doing things i don’t want. When you build it all from the ground up then you don’t have surpise bloat or walls to work around/within.
But most of my customizing from what people use probably would be around my dev environments. Things like rebuilding python libraries to support my gpu are fairly trivial in arch when i need to deviate from releases available through package managers (aur/pypi). Another thing was setting up my data science environments to share some core libraries but venv the rest.
It’s a hard question to answer though because fundamentally I’m just using the computer how i want to use it. When you say customization it sounds like you are expecting me to do things differently than other people and really it’s just like i said earlier-- doing things i want it to do, and not doing things i don’t want it to do. And I’m not really sure what walls other people are stuck behind for me to know what I’m doing differently. I just find a problem, fix it, and move on





I have mine only internal so i haven’t ran into that. But check console. You mention mobile so if you’re on android you can hook it up to your pc and use debugging through chrome.. In the past I’ve had success looking at error messages to see why my requests were failing. Usually because i wasn’t passing headers correctly.
I use symfonium and it looks like it let’s you pass custom headers if needed. Good luck