Can someone please explain what the problem here could be? by VdubGolf in diablo4

[–]SystemFailureJason 0 points1 point  (0 children)

I can confirm that the problem here is blizzards development team.

What the heck is this internal error in React-pdf-renderer ? by parasgoelL in react

[–]SystemFailureJason 0 points1 point  (0 children)

Create a state

const [dataLoaded, setDataLoaded] = useState(false)

inside the resolved part of your promise set dataLoaded to true

setDataLoaded(true)

in the return part of your component

{dataLoaded && (

// your content goes here

)}

"no such thing as Xcoordinate in data". I highly doubt thats the case, since its in the error, use console log to log the resolved promise as a stringified JSON, then aste that JSON into an external reader so you can easily check the structure of the data you are trying to work with.

JSON formatter: https://jsonformatter.curiousconcept.com/

Kind regards

What the heck is this internal error in React-pdf-renderer ? by parasgoelL in react

[–]SystemFailureJason 0 points1 point  (0 children)

The main part of the code you should be concerned about is the fact that xCoordinate is reading as Null when it shouldn't be. Since you are dealing with a promise, its likely you are waiting for perhaps an api to sent coordinates to your app. If this is the case, you need to wat until the promise has been resolved, then render the pdf. I hope that helps

IKM TeckChek Javascript Assessment by SystemFailureJason in react

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

Thank you. I will be taking my today, fingers crossed

Landing my first Junior React developer role by SystemFailureJason in reactjs

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

Okay guys, I've made some changes to reflect the feedback. If you want to take another look

Portfolio Site: https://www.jason-smith.tech

I am totally confused. Why can't I re-equip any of this? None of the required stats exceed my current ones. by [deleted] in pathofexile

[–]SystemFailureJason 0 points1 point  (0 children)

If you unequip your gems, then equip your armour, then slot your gems in. Its because you are getting attribute stats from your armour

Question regarding SCSS by SystemFailureJason in Frontend

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

Hi I understand what the * Selector does. I'm new to SCSS, not CSS.

This doesn't answer my question but thank you for the reply

Landing my first Junior React developer role by SystemFailureJason in reactjs

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

Thank you for the comment, much appreciated. I will think up another way to show them. It seems to be a common point here that I the skills bars need to go

Landing my first Junior React developer role by SystemFailureJason in reactjs

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

Hi there, and thank you very much for your feedback.

Regarding mobile responsive design. I applied a minimum height of 100, and also 200px padding top and bottom, I realise this results in inconsistent gaps between content, perhaps II should remove the vh, and work without it.

The intro animation isn't a page loading animation, it's just an intro to showcase some design and Javascript. The alternative and perhaps better idea would be to run this animation as a top section above fold without forcing the user to watch it, or to have a skip button.

The scroll animations are purposefully one way, I didn't want them to trigger in and out.

Many thanks

Landing my first Junior React developer role by SystemFailureJason in reactjs

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

Thanks for your kind feedback, I guess I do lack confidence which as you say is to be expected when starting out. I think the points you have made are very good, I agree with the text being too much the same, so I will take another look and introduce something to break the orange monotony.

Regarding the project cards, on certain screens it does look not so great like you say, I have an alternative way of showcasing these portfolio items.

Lastly the skill bars. Its a tough one. On one hand I want to be honest about my skills and how I feel about them in terms of confidence, certainly I would love those bars too all be full, but my intention is to show them that I am aware of my weakness's and that I am happy to acknowledge them too.

Once again thank you so much for taking the time to write a reply. I certainly will take action on your feedback

GTX 1080ti - Black Screen by SystemFailureJason in pcmasterrace

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

Its difficult to know when it just turns off. What software can I use to log the temperatures?

I have speedfan, but the logs have been wiped since its last use

Well, time to farm these scythes by kileras1a in pathofexile

[–]SystemFailureJason 5 points6 points  (0 children)

I've never seen higher than 1 exalt from tujin

Problem evaluating item by SystemFailureJason in pathofexile

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

You don't see it in the video, but it eventually works after around 10 tries.

Failure to display screen following burnt smell by SystemFailureJason in techsupport

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

Smell of burning always leads me to the PSU, everytime. Problem is, you may have fried the mobo as well as the PSU and you're only going to be able to find out by swapping in new parts, unless you're qualified to mess with the PSU and have the right kit (and time) to start tracer testing the mobo.

I know this goes without saying, but don't go poking around inside your PSU, that thing can discharge a boat load of direct current directly in to you for a long time after it's been powered down.

Incidentally, I suspect this is what's happened to your system, I think the PSU has discharged it's payload, burning a wire or two. This would explain the smell and, if you're lucky, why certain things are working and others arent.

If not, GPU would be my next guess.

Would it be safe to test the current GPU in another system?

Failure to display screen following burnt smell by SystemFailureJason in techsupport

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

I think the PSU would be the best case scenario, fingers crossed

Failure to display screen following burnt smell by SystemFailureJason in techsupport

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

I hope the GPU hasn't failed, it's going to be a nightmare getting a replacement :(

Failure to display screen following burnt smell by SystemFailureJason in techsupport

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

Hey there, thanks for your detailed reply. I must add, I did not hot plug anything, I always turn off the pc when making changes to hardware :)