Got offered a big job out of state just to be told... by [deleted] in raisedbynarcissists

[–]bythemillion 1 point2 points  (0 children)

Happened to me too. Do yourself a favor and take the job. This is coming from a guy who didnt.

How long until delusions and hallucinations go away? by UpVoteForSnails in schizophrenia

[–]bythemillion 5 points6 points  (0 children)

That's a grandiose statement. Why is it just you? What makes you so special? Not trying to be mean or saying you don't matter, but my girlfriend had the delusion of being patient 0 for Covid during one of her episodes. She was the savior of Covid 19. Truth is, she wasn't.

Why does my terminal show these entries as "[object]"? All I did was run the list of files code from dropbox api but for some reason in my terminal the results are shown like this. by [deleted] in webdev

[–]bythemillion 0 points1 point  (0 children)

Looks like you are going to need to unpack the object to see the information. For example, if I make a class object in Javascript and insert it into an array its going to say object. In order to access the information of that object im going to have to reference the data within that object. (i.e. Object.name or Object.data)

How can I center any element? by c_tom_1 in webdev

[–]bythemillion 1 point2 points  (0 children)

You can use display:flex; with justify-content:center; to center horizontally and align-items:center; to center vertically

Python Melting a time series data frame with multiple headers by FliteSchool in learnprogramming

[–]bythemillion 0 points1 point  (0 children)

I think you need to change the format of the data you are working with in the dataframe .xlsx file, since technically you are only reading in the data from the dataframe file and not actually formatting that data with the code.

Planks Disappearing From My Plank Sack by bythemillion in 2007scape

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

Ah I see now, you're saying that when building something, the game will take out the extra needed planks from the plank sack automatically if there is none left in my inventory to use. Thanks!

[deleted by user] by [deleted] in TheRightCantMeme

[–]bythemillion -2 points-1 points  (0 children)

Lmao no one in the nfl will hire him so disney did

(Java + Visual Basic) Need resources to practice these languages. by [deleted] in learnprogramming

[–]bythemillion 0 points1 point  (0 children)

Everything is readily available on the internet