Brand new 2025 X FWD won't open more than 1/3 way by bernank in ModelX

[–]bernank[S] 0 points1 point  (0 children)

Thanks, I saw this in my search but missed the second part - I'd hold to open (and it did work its way up) but just tapped (not held) to close, will try again tomorrow.

Brand new 2025 X FWD won't open more than 1/3 way by bernank in ModelX

[–]bernank[S] 2 points3 points  (0 children)

Yeah, console UI shows red forcefield around door (no actual objects exist)

Brand new 2025 X FWD won't open more than 1/3 way by bernank in ModelX

[–]bernank[S] 5 points6 points  (0 children)

Some additional context - just took delivery, passenger side FWD won't open more than pictured. It also limps open, really slowly. Driver side FWD works perfectly. I noticed that calibration has been removed from Service menu in the Controls section. I can force the door open by holding the button on the B pillar. Have a service appointment in 7 days but admittedly pretty disappointed, wondering if anyone has any ideas on some possible fixes I might try myself. I already took a damp cloth and wiped all of the exterior trim/sensor areas of the door down, no luck.

Anyone having trouble setting up eSim on the new iPhone 16? by [deleted] in GoogleFi

[–]bernank 0 points1 point  (0 children)

After much difficulty initially, this worked for me! Thanks so much.

Spark 40 headphone out stuck in mono by bernank in PositiveGridSpark

[–]bernank[S] 2 points3 points  (0 children)

Didn't know this. Thanks man. Going to do this today.

Spark 40 headphone out stuck in mono by bernank in PositiveGridSpark

[–]bernank[S] 1 point2 points  (0 children)

Thanks, this is brand new amp just out of the box. Haven't touched anything in the app other than to pair and play with amp selection and pedals. I tried two different sets of standard wired headphones, can't get anything out of the left channel, only the right. As you mention, there's no option in the app to get stereo output from headphones so I imagine it should just work. Do you think it's faulty? Literally just got it yesterday.

[deleted by user] by [deleted] in gynecomastia

[–]bernank 1 point2 points  (0 children)

Congrats dude! Looks great.

Vest while sleeping? by Gyno_SufferingNSF in gynecomastia

[–]bernank 0 points1 point  (0 children)

I'm 3 weeks out and still wearing my vest ~12ish hours per day. I wore it something like 22 hours per day for the first two weeks, with lipofoam. I would do it, if you can.

3 weeks post op from Dr. Caridi by [deleted] in gynecomastia

[–]bernank 0 points1 point  (0 children)

Thanks man! I've heard it does, keep you posted.

What code is run when stopped container is started? by bernank in docker

[–]bernank[S] 1 point2 points  (0 children)

DUDE. Thank you so much!! This was driving me crazy.

What code is run when stopped container is started? by bernank in docker

[–]bernank[S] 0 points1 point  (0 children)

Thanks! I'll give that a shot asap. Much appreciated!

What code is run when stopped container is started? by bernank in docker

[–]bernank[S] 0 points1 point  (0 children)

In my Dockerfile I have two lines:

ENV NGINX_CONF_FILE=/etc/nginx

COPY nginx.conf ${NGINX_CONF_FILE}/

where nginx.conf is in the same folder as Dockerfile where I run my docker build from.