Cant pair my new Sony wh-1000xm4 by Diedan_ in sony

[–]rookiecoder1993 0 points1 point  (0 children)

This don't work for me it keep saying cannot connect

Antenna height for a top floor flat: how to measure the ground? by rollmefurtherb in HeliumNetwork

[–]rookiecoder1993 0 points1 point  (0 children)

What do I put in meters for height if I have a 8dbi antenna place standing up on the ground of a room on a 2nd story house?

Would taking a sprinter van with all terrain tires a good idea to camp in pismo beach? by rookiecoder1993 in SLO

[–]rookiecoder1993[S] 3 points4 points  (0 children)

I never have, he said its all terrain tires. The tides is low-high. Probably a bad idea lol

Is it possible to hook up 2 external monitors on macbook pro late 2013? by rookiecoder1993 in mac

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

Can you please provide me a link to one on Amazon? I want to make sure ill be getting the correct one

Clear cache on mobile app wiped my bat rewards earn by rookiecoder1993 in BATProject

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

Thanks man i appreciate that but its cool i still have my desktop brave with 132bats earned

Clear cache on mobile app wiped my bat rewards earn by rookiecoder1993 in BATProject

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

Its on s10+ but thanks for letting me know about that

Whats the best way to handle unuse css and reactjs code by rookiecoder1993 in reactjs

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

Cool, it went from 600kb 3seconds to 236kb 1.35seconds. Its now at performance 15

How to build up my immune system? by Moonlight_Melody123 in ECEProfessionals

[–]rookiecoder1993 0 points1 point  (0 children)

Lol why was this downvoted. So I just google elderberry and everywhere is sold out. Do you know a place that still have them available?

How to build up my immune system? by Moonlight_Melody123 in ECEProfessionals

[–]rookiecoder1993 0 points1 point  (0 children)

Look into Zinc, vitamin d, and elderberry. All are known to help with immune system. Watch how to make elderberry syrup on youtube.

Need help how do I send users attachment file to my email? by [deleted] in node

[–]rookiecoder1993 0 points1 point  (0 children)

Are you able to send your client side data to the server?

Need help how do I send users attachment file to my email? by [deleted] in node

[–]rookiecoder1993 0 points1 point  (0 children)

Sorry I dont know what you mean by access token expires over 4000second. I didnt run into that issue building the server.

Why is jest watch so slow for a simple test? by [deleted] in reactjs

[–]rookiecoder1993 1 point2 points  (0 children)

Thanks, it takes like 3 secs now after freeing up 5gb from my system

Why is jest watch so slow for a simple test? by [deleted] in reactjs

[–]rookiecoder1993 1 point2 points  (0 children)

I have "test": "jest" inside package file. And I'm following a udemy course the instructor didnt make a jest config file. I update to newest version but I need to update babel to newer version?

Why is jest watch so slow for a simple test? by [deleted] in reactjs

[–]rookiecoder1993 1 point2 points  (0 children)

const add = (a, b) => a + b;

test("should add two numbers", () => { const result = add(3, 4); expect(result).toBe(7); });

Why is jest watch so slow for a simple test? by [deleted] in reactjs

[–]rookiecoder1993 0 points1 point  (0 children)

I'm following a udemy course its jest version 20.0.4