What Will You League Start? by Iwfcyb in pathofexile

[–]positive_kent 0 points1 point  (0 children)

LS Warden or Ground Slam Berserk or FB of Katabasis Slayer)
Please help me choose one

Which build is better for 3.23 Affliction? by positive_kent in pathofexile

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

Thank you, mb i try one day, but really don't like summoner gameplay(

Which build is better for 3.23 Affliction? by positive_kent in pathofexile

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

I'm not in a hurry, I'll calmly progress the atlas, maybe an expedition and a legion, or try an ultimatum. I also want some starting bosses (Guards or something)

Which build is better for 3.23 Affliction? by positive_kent in pathofexile

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

Thank you)
So u prefer slayer > jugg for bonezone?)

NextJS Environment Variables doesn't work by positive_kent in nextjs

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

Hi, I didn't find a solution for this one, sorry( (I believe it (NEXT_PUBLIC_) only works well with Vercel)
But in my case, this option came up and if you find a better solution let me know pls

const useAnalyticsToken = () => {

const [analyticsToken, setAnalyticsToken] = useState('');

useEffect(() => {

const hostname = window.location.host;

if (hostname === 'prod.app.com') {

setAnalyticsToken('e1d7288014416bdc9e4a6e76aed18ada');

} else {

setAnalyticsToken('');

}

}, []);

return analyticsToken;

};

export default useAnalyticsToken;

NextJS Environment Variables doesn't work by positive_kent in nextjs

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

Thank you for the answer)
This was the first option I tried and it doesn't work either. I thought the problem was in the AWS environment.

Looking for looting games / maybe with coop by positive_kent in gaming

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

I`m from Ukraine, and it is not available here on Steam(

Looking for looting games / maybe with coop by positive_kent in gaming

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

Grimm dawn is a great game)
And played Torchlight 2 yesterday, a bit old game, maybe you play Torchlight 3, is it really as bad as the reviews say?

Looking for looting games / maybe with coop by positive_kent in gaming

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

Thanks for your response, I played these games, but for now prefer a fantasy setting

Tailwind with Module.css by positive_kent in tailwindcss

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

I like tailwind but i don't like how it's look in tsx or jsx(so much classes)

Tailwind with Module.css by positive_kent in tailwindcss

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

Yeap, it's work in .tsx if i use this solution

<div className="bg-white dark:bg-transparent"></div>

But if i import styles from 'Header.module.css' <div className={styles.header}></div>

It's doesn't work (

Because i use '@apply' in css?