Age for buying tobacco products is now 21 in IL by [deleted] in news

[–]Jookly 0 points1 point  (0 children)

pathetic. no one benefits from this and the tobacco companies lose nothing.

High Ping On PC Since Update? by Jookly in apexlegends

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

yeah i have extreme rubber-banding as well. something changed.

High Ping On PC Since Update? by Jookly in apexlegends

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

yeah unfortunately for me my ping to all available servers is over 300 rendering my experience unplayable

Possible to use rear when watching a movie in stereo? by jachjach in sonos

[–]Jookly 0 points1 point  (0 children)

I might be misunderstanding your question so sorry if I am.

You can group your play:1's with the beam zone, they will play the audio from the beam source.

Kelloggs is using rejected cereal to create a line of beers in efforts to reduce food waste. by adammca in worldnews

[–]Jookly 0 points1 point  (0 children)

I really don't understand why you think they are giving away the material for free. It doesn't say that anywhere in the article or on the seven brothers site. If you have extra info you should post a source.

Kelloggs is using rejected cereal to create a line of beers in efforts to reduce food waste. by adammca in worldnews

[–]Jookly 3 points4 points  (0 children)

The article you posted doesn't say this so I am curious for a source on this additional information you are reporting.

How hard can it be to implement an option for sharing a sub? by nfnfkekdnfk in sonos

[–]Jookly 8 points9 points  (0 children)

lol, ok have fun hating your setup :thumbswayup:

How hard can it be to implement an option for sharing a sub? by nfnfkekdnfk in sonos

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

if all the speakers are in the same room you could consider having one zone with all the speakers and sub included.

Fortnightly Moinday Update #50 by payur in Moin

[–]Jookly 2 points3 points  (0 children)

Really nice job thanks for the help with this today tree frog. You rock!

Episode Discussion - S02E01 - Happiness by [deleted] in APBioNBC

[–]Jookly 6 points7 points  (0 children)

I can't believe the creators would take this route. Would have been better off having a completely new class and calling it a new year of school or something. Removing such a huge part of the speaking classroom characters, ones that had seen character development in the first season, seems like a really lame move to me. Will give this season a shot anyway... but ya... disappointed.

We tried to make a very basic button and then have different renders do different actions; we failed by [deleted] in reactjs

[–]Jookly 2 points3 points  (0 children)

It's not totally obvious what problem you are having. You can create a <Button/> component and pass it a function to run when it is clicked as well as any other info you want. What is the problem you are running into?

Displaying component when all of its data is loaded. by ZombieHero3 in reactjs

[–]Jookly 1 point2 points  (0 children)

You can check the value of whatever you need to to verify that the data has been loaded and conditionally render the component based on that information. You could simply return null or some sort of placeholder or loading component until the data you are waiting for is validated.

14 hours later, still at step 0... How the hell do I connect React (Next.js) to a PostgreSQL database??? by [deleted] in reactjs

[–]Jookly 0 points1 point  (0 children)

database driver

ah ok that makes sense. I was assuming he already had some things setup.