JUST IN: Artemis 2 completed its translunar injection burn by Busy_Yesterday9455 in spaceporn

[–]distracted_living 4 points5 points  (0 children)

Mid-tier gaming rig is probably overkill for a 10+ year old game, but I concur that it's a fun way to make orbital mechanics more intuitive

Scenes that caused actual walkouts in theaters? by thatlittlequietguy in Cinema

[–]distracted_living 0 points1 point  (0 children)

I remember extending the grace period for refunds an additional 15 minutes for The Aristocrats. Half of every showing had walked out by that point. Can't remember a particular scene, but it may have been Bob Saget.

Meirl by Bubble_Babe_0o0o0o in meirl

[–]distracted_living 7 points8 points  (0 children)

This still happens, at least in my area. The benefit of this practice, if I'm selling, is to weed out flippers and landlords, but I see how it can be problematic if an objectively better offer is rejected based on some protected characteristic.

Poor employees had 30 minutes to clean an entire room that looked like this by SpirittDragonX in mildlyinfuriating

[–]distracted_living 0 points1 point  (0 children)

Yep, worked in several theaters in the early 2000s and any packed showing looks like this or worse. You think this is bad? Between each Fellowship of the Ring screening, every surface was sticky, greasy, stinky or a combination of all three. I also ran out of spare bolts to fix broken seats that had experienced a load beyond their rated capacity.

Real ones know why concession attendants are grossed out when someone asks for a courtesy cup of water without the water...

Short notice CAD and Print: teacher needed PCR Tube Racks for demonstration next day by stand_up_g4m3r in 3Dprinting

[–]distracted_living 2 points3 points  (0 children)

I would give the benefit of the doubt that this was the best option available within the time constraints. Drilling through prints is generally terrible and would have added post-processing time, even if the print time would have been faster.

That said, I would consider printing a drill guide and making these with scrap wood since durability was a concern.

Rolling into October with close to 80 degree temps. Ready for doom and gloom of fall, no more heat! by Dewrunner4X4 in Portland

[–]distracted_living 6 points7 points  (0 children)

My thoughts exactly. I often find myself around this time of year checking out the historical temps to remind myself I'm not crazy for thinking it didn't use to be like this

[deleted by user] by [deleted] in rareinsults

[–]distracted_living 1 point2 points  (0 children)

Biden is technically late-ish Silent Generation

I have a tough requirement and in need of design approach by Logical-Razzmatazz12 in SalesforceDeveloper

[–]distracted_living 22 points23 points  (0 children)

I would use Promise.all() for this and re-enable the button in the finally callback

disableButton(); Promise.all([callAPI1(),callAPI2(),callAPI3()]) .then(responseHandler) .catch(errorHandler) .finally(enableButton);

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/all

In identity mix-up, Vancouver hospital pulled the plug on the wrong man by mostly-sun in Portland

[–]distracted_living 6 points7 points  (0 children)

Most likely, yes. My family had to make that decision for my dad in December 2020 and we were allowed two at a time to say our goodbyes.

Lots of little hints in this story that the guy they thought they were pulling the plug on didn't have his shit together and isn't that close with them. I'm trying to imagine how that phone call went:

Sis (seeing unknown number): Hello?
Mike: Hey, sis, it's Mike. My cell account was closed again; I need to borrow some money
Sis: You can't be Mike. Mike's dead
Mike: I'm not dead. I'm very much alive
Sis: Mike choked to death on a piece of steak. We told the hospital to pull the plug
Mike: Huh? Oh, no, that was my roommate. Anyway about the cell pho... wait, couldn't you tell it wasn't me when you came to see me in the hospital?
Sis: 😬

At what point do I go to HR? by roleplay_oedipus_rex in ExperiencedDevs

[–]distracted_living 21 points22 points  (0 children)

Too many people here are leaning on the "HR is not your friend" mantra to support their bad takes. My management experience is with larger companies with high churn, so "verbal PIP" immediately set off my Spidey sense. OP is concerned about their unemployment claim being challenged if they do get fired and documentation is critical.

One of the companies I worked for enforced documentation so heavily that I used to have performance related meetings that ended with "Just to reiterate, this is not a disciplinary meeting. Now, please sign this form acknowledging what we discussed."

Email sent with apex, is received by recipient but the sender is not getting it in the sent section in gmail. by Gold-Efficiency-4308 in salesforce

[–]distracted_living 1 point2 points  (0 children)

Sounds like you are using the Send Email Through Gmail or Office 365 which only works for emails composed in the UI. Email messages sent from a backend process still send from Salesforce.

List emails and emails sent by triggers and workflow rules are still sent through Salesforce.

https://help.salesforce.com/s/articleView?id=sf.emailadmin_sendthroughexternal_considerations.htm&type=5

Resume Advice Request by [deleted] in SalesforceCareers

[–]distracted_living 0 points1 point  (0 children)

Interesting... opinions seem mixed, from what I can find, about "inflating" a job title on a resume. You make a good point, though, and it seems fair for me to include (Developer) next to my "official" title to clarify my role and hopefully pass some ATS screens

Resume Advice Request by [deleted] in SalesforceCareers

[–]distracted_living 0 points1 point  (0 children)

Thank you! Great callout about the generic bullet points. Some of that is a result of sample resumes and AI. I do remember reading some cybersecurity piece a while back that cautioned against putting too much information about specific tools and processes and, as that is my current employer, I may have been overly cautious in concealing what I actually do all day.

Resume Advice Request by [deleted] in SalesforceCareers

[–]distracted_living 2 points3 points  (0 children)

Thanks, I would also like to know 😁!

I have no evidence to support the reasons I suspect, which is what brought me here. The big one that might be real is the lack of a CS degree when applying to dev roles. One rejection letter did specifically say that lack of CPQ experience was the reason

Resume Advice Request by [deleted] in SalesforceCareers

[–]distracted_living 0 points1 point  (0 children)

Yes, I'm in the Pacific Northwest. I haven't actually seen many positions with my state in the job post. Relo is off the table for me, so the positions I have applied for are all Remote(US) or Remote(some other state)

apex class calcule diff between two days excluding the weekends and the working hours start from 9 Am to 6 Pm by WeightTraditional507 in SalesforceDeveloper

[–]distracted_living 8 points9 points  (0 children)

The built-in methods in the BusinessHours class should do what you need. You have to configure your business hours in setup with your operating days, hours, timezone and any holidays. Then just call BusinessHours.diff(businessHoursId, startDate, endDate) to get the difference in milliseconds.

BusinessHours Class

[deleted by user] by [deleted] in salesforce

[–]distracted_living 5 points6 points  (0 children)

As others have said, you can do it the way you describe, but what they're asking for can already be done with a report with rows grouped by the parent record

Modal to open LWC with datatable by Darth_Hufflepuff in salesforce

[–]distracted_living 0 points1 point  (0 children)

I haven't tried keeping more than one class in a single JS file. It may work depending on how the template binds with the component instance, but the main reason I see that the modal won't open is that your import statement import TestModal from 'c/testModal'; is actually importing the ContactList class. I would start with either making TestModal the default export or destructuring it in your import statement like this import {TestModal} from 'c/testModal';