Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
-
Couple of months ago with Xamarin :
I’m creating a new project for fun. (Xamarin Forms). The empty template doesn’t compiles.
Tried to clean cache, recreate project, reinstall a lot of things.
Problem was : My path was too long : exceeded 256 characters. We were in 2019
PS : I think this issue is fixed now. -
@metamourge
Maker-friendlyness is almost never intended. It almost always is a byproduct of incompetence.
Related Rants
-
Milenchy7When you are getting ready to share your source code with a potential employer
-
ajmoning4You know you've been staring at code for too long when you see a function called getInitial(), but it looks mo...
-
AmyShackles25Realized our scale gives a reading for body water percentage. I always joke that Iām chronically dehydrated...
Story time: Once I sent our android developer a project that he was supposed to compile and install on a test device. On my machine everything worked perfectly but on his machine ADB would keep failing to install the apk. After an hour of scratching our heads we figured out what happened:
He had just received a new Chinese action camera from Amazon and plugged it into his PC to charge. Turns out it's running rooted Android and runs ADB Debug mode by default. So the build script would try to deploy our phone app to his action cam instead of our test device
joke/meme
yikes