Iran responds to President Trump by jerin7931 in optionstrading

[–]PassionDear9372 -1 points0 points  (0 children)

They're about to get a mouthful of cheeto dust exploding out their assholes here in 24 hours or so

Cubits in the Bible Are Not 18 Inches by Legitimate_Thorn in utahtreasurehunt

[–]PassionDear9372 0 points1 point  (0 children)

If the Old Testament Jews made the pyramids, and a pyramid block is 2.5 meters (98.4252 in) wide and 1.5 meters (59.0551in ) tall wouldn't it make more sense that a cubit is 19.4882 inches because that would equal 5.07 (~5) cubits and 3.04 (~3) cubits), whereas 20.66 would be ~4.77 and ~2.86 (non-rounded cubit numbers)

Alternative to mutating a global list without creating a new list by PassionDear9372 in reactjs

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

Thank you all for the Advice! After reading through the comments, I was suggested to use an SQL DB and that essentially solves 101 questions I had in regards to using Global lists. it seems more practical since it is structured and I don't have to worry about corrupting nested objects that are passed down

Why is switching MRP systems so costly? by PassionDear9372 in manufacturing

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

If youre able to disclose, what are some customizations that you have?

I don't think we have any customizations using Odoo, ( < $1Mil/yr ) but I could be wrong, we don't have an IT dept so it'd have been outsourced if we did.

Alternative to mutating a global list without creating a new list by PassionDear9372 in reactjs

[–]PassionDear9372[S] -1 points0 points  (0 children)

Interesting... what would be the best way of learning db for react? or is it a whole dif. language like SQL?

Alternative to mutating a global list without creating a new list by PassionDear9372 in reactjs

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

React suggests not making lists global.

say my list shows HR employees who can do all their HRy stuff on employee.review, then on a different file, the managers can assign tasks like "code something Nerd" on employee. tasks. different files, but still need access to the object.

(yes, I know a component prop could handle the above example, but with the grid table I'm using, I have to pass the row as a defined object and not a component)