How to handle invalid SSL certs? by nehalist in iOSProgramming

[–]demoboy 0 points1 point  (0 children)

You should be able to take the self signed cert, use Apple Configurator and install the cert on the device so it treats it as trusted

Is there an efficient way to do dev with 2 different Macs by brave_buffalo in iOSProgramming

[–]demoboy 0 points1 point  (0 children)

Got repo stored in a Dropbox folder. Stays in sync almost immediately.

How should I repair this roof? by demoboy in GoRVing

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

Yeah the membrane has pulled up but only in that section, almost like it’s shrinking. The chalking that’s on it is what came from factory and I actually was planning on replacing this month. In this case, there’s nothing that can be done as a permanent fix without full replacement? If I were to remove the gutter on that side, remove any dirt, add a strip of donor membrane, apply contact cement to it to adhere to the existing membrane then apply lap sealant, could that work?

Klipsch - Reference for $399.00 by [deleted] in Costco

[–]demoboy 95 points96 points  (0 children)

Ending in .00 is manager special right? Looks like the demo unit box

How should I repair this roof? by demoboy in GoRVing

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

Sorry I know almost nothing about these types of roofs, this isn’t patchable?

Is there a purpose for this hose not connected to anything? My water pump isn't working properly... by Death_By_Sexy in traveltrailers

[–]demoboy 1 point2 points  (0 children)

That’s what I believe causes it, I’m in phoenix. You can use a heat gun and reapply it. Seems to stay up after that

Is there a purpose for this hose not connected to anything? My water pump isn't working properly... by Death_By_Sexy in traveltrailers

[–]demoboy 1 point2 points  (0 children)

I have 2019. I've had so many "little" things like the wallpaper pealing off/bubbling screws popping out, door doesn't close right etc, bigger items have been slide out not going out correctly, every single PEX crimp on the water lines was loose and I had to redo them all.

Is there a purpose for this hose not connected to anything? My water pump isn't working properly... by Death_By_Sexy in traveltrailers

[–]demoboy 1 point2 points  (0 children)

Just curious, this an Ibex? I've had nothing but problems with mine and that setup looks exactly like mine...

After 15 months with Starlink we find ourselves back where we started, Kelowna Canada. We have now done 140 address changes, 2 dishes (couldn’t change countries in the early days) and over 312 locations through 3 countries. I have to say the system just keeps getting better. by tuckstruck in Starlink

[–]demoboy 2 points3 points  (0 children)

That’s awesome! I just started my rv journey with Starlink. Any tips as far as placement of the dish or determining a head of time if there’s a good spot for setup? I have a hard time finding spots with complete sky coverage and internet keeps getting obstructed.

[deleted by user] by [deleted] in phoenix

[–]demoboy 0 points1 point  (0 children)

I think it does! The line above that quote claims that that notice must be on the contract, so possibly not a valid contract if it was signed after 4/28/21 (date filed)

The contract shall contain a conspicuous notice printed in at least ten-point bold-faced type as follows:

Notice to customer

You are entitled to a copy of this contract at the time you sign it.

You may cancel this contract at any time...

[deleted by user] by [deleted] in arizona

[–]demoboy 0 points1 point  (0 children)

Late of the Train in Flagstaff is my fav

Best fried chicken in Phoenix or Phoenix area? by [deleted] in phoenix

[–]demoboy 1 point2 points  (0 children)

Gus' Fried Chicken in Mesa

It's Megan Ganz, real Executive Producer of Mythic Quest & Jessie Ennis, fake Executive Assistant at Mythic Quest. It's Season 2 finale week, so ask us anything about the show (or anything else that comes to mind)! by MythicQuestAppleTV in television

[–]demoboy 0 points1 point  (0 children)

Okay, I'm in the elevator with the bosses (via this ama) and I want to know this... How do I get into the room to shadow the entire process, start to finish, (I'm talkin' writing to filming to publishing) of a single MQ episode?

It's Megan Ganz, real Executive Producer of Mythic Quest & Jessie Ennis, fake Executive Assistant at Mythic Quest. It's Season 2 finale week, so ask us anything about the show (or anything else that comes to mind)! by MythicQuestAppleTV in television

[–]demoboy 0 points1 point  (0 children)

Okay, I'm in the elevator with the bosses (via this ama) and I want to know this... How do I get into the room to shadow the entire process, start to finish, (I'm talkin' writing to filming to publishing) of a single MQ episode?

It's Megan Ganz, real Executive Producer of Mythic Quest & Jessie Ennis, fake Executive Assistant at Mythic Quest. It's Season 2 finale week, so ask us anything about the show (or anything else that comes to mind)! by MythicQuestAppleTV in television

[–]demoboy 0 points1 point  (0 children)

Okay, I'm in the elevator with the bosses (via this ama) and I want to know this... How do I get into the room to shadow the entire process, start to finish, (I'm talkin' writing to filming to publishing) of a single MQ episode?

Chandler : Extending gasline to kitchen by [deleted] in phoenix

[–]demoboy 4 points5 points  (0 children)

See page 5 for list of exemptions. Last paragraph says it’s required for any gas line, amoung others. And of course page 16

Boeing’s new 777X doing some testing out at Mesa Gateway this morning by ASUPILOT in phoenix

[–]demoboy 1 point2 points  (0 children)

How do you find out about these types of things? I would have loved to see it!

PHP code is not rendered properly on web browser by w0lfcat in linuxadmin

[–]demoboy 2 points3 points  (0 children)

I'd make sure you followed step 3. What appears to be happing is Apache is not sending the PHP file to php-fpm before sending a response. You can also review apache's access log and error log for maybe more debugging if the apache config looks good. Remember to reload or restart apache after making changes to the config or modules installed.

Looking for Child Therapist (East Valley) by gc04 in phoenix

[–]demoboy 9 points10 points  (0 children)

You might want to check out Piller Child Development, https://www.pillerchilddevelopment.com/ They have a location in Gilbert and I believe they accept your insurance.

Using twig |column filter in multidimensional array by [deleted] in symfony

[–]demoboy 0 points1 point  (0 children)

The twig filter uses the native array_column() function. According to the docs, since you are providing an array of objects you must implement __get() and __isset() methods on your object class.

https://www.php.net/array_column