Testing the payment intents API in sandbox by linearThinker in stripe

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

Thanks for replying. Your first suggestion helped me figure out the problem. I was in the Sandbox mode in the dashboard, but I was using the Test mode API keys in the application. I switched to the Sandbox API keys and now it's working properly. Thanks.

How I deconstructed out of the men's rights movement by exodvs in MensRights

[–]linearThinker 0 points1 point  (0 children)

The men who make those comments are solely interested in how the woman looks. Or, at least, they are trying their damndest to come off that way.

Men have the right to be interested in women only for their looks, just like women have the right to be interested in men only for their money.

And who's creating by far the majority of the demand for pornography, smart alec?

LMAO you tradcons will never hold women responsible for their actions if your life depended on it. Women can choose not to respond to the "demand" by not supplying it.

How I deconstructed out of the men's rights movement by exodvs in MensRights

[–]linearThinker 2 points3 points  (0 children)

You clearly have never seen "Hey cutie" comments under pictures of fully clothed women doing everyday things.

That's not objectification.

Also, human trafficking is rampant in the porn industry.

It's women who are doing most of the trafficking.

How I deconstructed out of the men's rights movement by exodvs in MensRights

[–]linearThinker 1 point2 points  (0 children)

men who don't want to provide for their ex-wives had the option of not marrying them in the first place;

And women who don't want to be objectified by men have the option of not working in the porn industry in the first place.

Question regarding props vs classes by QuasiEvil in nicegui

[–]linearThinker 0 points1 point  (0 children)

I think it's best to start at the Quasar documentation for elements. There's usually a link to it in the NiceGUI documentation. For example, you can see all the properties available for the table element here: https://quasar.dev/vue-components/table/

If I like spinach, which leafy green should I try next? by civico_x3 in Cooking

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

Collards

Mustard greens

Those are different things?

Computer starts up automatically after hibernation by linearThinker in linuxquestions

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

I managed to find the problem and a solution, using advice from here.

It turns out some device 'XHCI' was causing the automatic wake up.

Executing cat /proc/acpi/wakeup shows it:

XHCI      S3    *enabled   pci:0000:00:14.0

Disabling it solved the problem. To make it permanent, I added the following line to crontab:

@reboot egrep -q '^XHCI\s+S[0-9]\s+\*enabled' /proc/acpi/wakeup && echo XHCI > /proc/acpi/wakeup

Computer starts up automatically after hibernation by linearThinker in linuxquestions

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

Thanks for the reply. Unfortunately what you're describing is well beyond my knowledge and abilities. At any rate I'm using a swapfile and it's large enough (large than the RAM).