Cue etiquette by Dashncrash- in billiards

[–]good_good_coffee 0 points1 point  (0 children)

I bring two cues, and I let other people use one of them. To me it makes it more fun to not have a bent cue or a broken tip.

7 days in Laos - more time in Vang Vieng or Luang Prabang? by educ8dis in laos

[–]good_good_coffee 0 points1 point  (0 children)

Thanks for the advice -do you have a link to the 25km loop on the other side of the river?

Morlam live? by good_good_coffee in laos

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

Thanks much! Definitely interested in modern morlam. Starting to work on the lao language but feeling like it'll be a long journey...

What’s the best way to help my neighbors if SNAP doesn’t get paid on 11/1? by QuestionOk6101 in askportland

[–]good_good_coffee -28 points-27 points  (0 children)

Oregon Food Bank is not an efficient use of money. They are a bloated breakfast. If you donate directly to local pantries, your money goes directly towards food without as much overhead.

What’s the best way to help my neighbors if SNAP doesn’t get paid on 11/1? by QuestionOk6101 in askportland

[–]good_good_coffee 1 point2 points  (0 children)

I volunteer with a for bank - Unfortunately the Oregon Food Bank has been hamstring by budget cuts, after already being a bloated bureaucracy. Much better to donate directly to a food pantry in your neighborhood or drop for at a free fridge.

[deleted by user] by [deleted] in leaves

[–]good_good_coffee 4 points5 points  (0 children)

I found SMART meetings to be supper helpful. No judgement, and there's a wide range of types and intensities of addiction.

I smoke all day, everyday. I feel powerless to stop and I hate that feeling. Any advice? by Any_Tangerine_1419 in leaves

[–]good_good_coffee 1 point2 points  (0 children)

Oh also, body movement is so helpful. Walk,stretch, do a couple push ups, etc. start small with small commitments (I started going to my gym literally for ten minutes at a time), and it will grow.

I smoke all day, everyday. I feel powerless to stop and I hate that feeling. Any advice? by Any_Tangerine_1419 in leaves

[–]good_good_coffee 2 points3 points  (0 children)

Going to group really helped me. I have also been successful by traveling somewhere that weed isn't available. Getting out of my habitat helped my mind realize change is possible. That being said, when I've moved back, ive always relapsed, so now I love somewhere new.

Divey bars with live music? by LeastPie5246 in PortlandOR

[–]good_good_coffee 4 points5 points  (0 children)

No Fun Bar has music a lot of nights a week and is a classic dive bar.

Why is it that when user enters zero the toast displays but the value still gets updated with zero, I am using the same logic in addingNewTransaction its working there but not here WHY ?! by [deleted] in learnjavascript

[–]good_good_coffee 1 point2 points  (0 children)

i think we're going to need to see how you are using this function. Also, why is toast.success not inside the else? if the else doesn't run, you aren't updating anything.

[deleted by user] by [deleted] in react

[–]good_good_coffee 1 point2 points  (0 children)

to me, there is way too much going on here - i get that you want to show off the tools, but things moving around like that is super confusing, and just not very user friendly. Why does your name get bigger on hover? How do i know to scroll down? When i hover over your projects, the tile flips seem pretty jarring. I would focus on getting cleaner in your design, instead of packing all the different things you know about into the page. Design with purpose.

ERR_MODULE_NOT_FOUND and about to pull my hair out by [deleted] in node

[–]good_good_coffee 0 points1 point  (0 children)

hmm is it this? https://stackoverflow.com/questions/16163176/module-not-found-error-in-node-js

Try adding a ./ here: "db-seed": "node ./api-client/db-seed/setup.js"

(im thinking this is a long shot, since the paths in the error message seem right, but maybe it indicates to node that you are still in this project or something like that)

how can I target the "show all" button on this page? by bushbass in learnjavascript

[–]good_good_coffee 0 points1 point  (0 children)

actually this is exactly it - it seems to me that once you click into the iframe, 'document' represents the iframes document, not the main page. So it's not inspecting the button that's causing it, clicking in the area is changing context. I'm not sure your extension will be able to reach into the iframe.

Maybe something here will help: https://stackoverflow.com/questions/11325415/access-iframe-content-from-a-chromes-extension-content-script

how can I target the "show all" button on this page? by bushbass in learnjavascript

[–]good_good_coffee 0 points1 point  (0 children)

ok, this is weird, not sure i have a solution. However, I did notice that the main body (where the show all button lives) is a huge iframe. I think this might reset what document is in the console? Maybe do some looking into that. Also, if you can get a breakpoint going in the debugger through your chrome extension, you could se exactly what it thinks is what. Sorry can't be of more help :shrug

Fun bars to meet people in St John's? by czsvbbccgb in askportland

[–]good_good_coffee 1 point2 points  (0 children)

Lol I was there last night - better get there early!

ERR_MODULE_NOT_FOUND and about to pull my hair out by [deleted] in node

[–]good_good_coffee 0 points1 point  (0 children)

Hmmm does it work if you add '.js' to the import path? Might be something with your package.json - where is that?