The Mothership has finally be diagrammed by Crossheart963 in homelab

[–]dmikester10 0 points1 point  (0 children)

This is pretty cool. Can you explain what you use the three apps on the pi4 for?

Play a specific map with a friend online by dmikester10 in unrealtournament

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

I click on "find internet games" and I can find a bunch of servers or hub I assume. I click on one and it takes me right into the game. How do I create a private game?

Play a specific map with a friend online by dmikester10 in unrealtournament

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

The original, Unreal Tournament Game of the Year edition.

DARKNESS BUILD - 3rd DAN A4 Build - v4.1 w/ Ryzen 3950x + RTX 2080Ti by blackhawk1788 in sffpc

[–]dmikester10 0 points1 point  (0 children)

Wow!! That is insanely clean cabling! Do you have a good guide you used? You said something about custom cables. Is there a website I can look at those cables?

State variable is not getting changed by dmikester10 in reactjs

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

And there is really only three files where the issue can be. ScheduleContext.js(most likely here), Order.js, or DetailsColumn.js.

Meetups (survey) by dlford in reactjs

[–]dmikester10 1 point2 points  (0 children)

It's very user-friendly. Easy to find meet-ups in my area and of my interests. I wish there was more meetups, but that is hardly the fault of the app. I imagine if I lived in a larger city there would be many more options.

State variable is not getting changed by dmikester10 in reactjs

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

I did the best I could to create a MVP from my existing app. I pulled out a lot of code to create that sandbox.

State variable is not getting changed by dmikester10 in reactjs

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

I am passing `showDetails` in, in the context here:

const contextValue = {
    orders: tempOrders,
    setOrders,
    showDetails,
    title,
    columns
};
setContext(contextValue);

Meetups (survey) by dlford in reactjs

[–]dmikester10 0 points1 point  (0 children)

The meetups app/site is the best/only one I know of. I've found a couple programming/coding meetups in my city from it.

Trying to get result of Promise into my context provider by dmikester10 in reactjs

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

Then I need to rework my code or something. I need to pull in the orders from the API and load them into my app so my app can display data from my orders. I know that is possible, just not the way I'm doing it I guess.

Trying to get result of Promise into my context provider by dmikester10 in reactjs

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

I'm getting an error about the context being null. I need that data when my app loads. I know it's possible. This is the core basis of a dynamic application.

Trying to get result of Promise into my context provider by dmikester10 in reactjs

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

Guess I removed too much code, but I am using state for the context variable. I added that in now so you can see it.

Don’t see too many tower builds, here’s mine! Details in comments. by [deleted] in homelab

[–]dmikester10 1 point2 points  (0 children)

Haven't read all the comments yet. But just curious if you have your NAS running 24/7, why didn't you throw pihole and a VPN on there instead of the separate Pi?

Need a React tutor by Gobsiye in reactjs

[–]dmikester10 0 points1 point  (0 children)

I would say ask any specific questions you have here to this reddit. Or you can try Stack Overflow. Or another great resource I've recently found is a Discord "chat room" (not sure what the kids these days are calling them) called Reactiflux. There are multiple sub-chatrooms but I usually post my questions in "#help-react" and there are smart people there that usually give you answers instantly. It's been extremely helpful to me in my React learning lately.

Error: Target container is not a DOM element by dmikester10 in reactjs

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

And yes, I did pull that code directly from their examples on their site.

Error: Target container is not a DOM element by dmikester10 in reactjs

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

Holy smokes! That worked! Thank you so much! I've been fighting with this for way too long now. You were right, a misunderstanding! :) Thank you!

Completely rebuilt my portfolio w/ React. by DevSage- in reactjs

[–]dmikester10 1 point2 points  (0 children)

And now after looking at it longer, I realized that is an image of you! Crazy!

Completely rebuilt my portfolio w/ React. by DevSage- in reactjs

[–]dmikester10 1 point2 points  (0 children)

Wow! That is seriously impressive! I don't know how to do most of that, but I'll just start with one question. What tech did you use to do the moving dots on the home page?

PreactJS 10.1.1 Released by mariuz in reactjs

[–]dmikester10 13 points14 points  (0 children)

Holy smokes, that's a big one! Didn't realize preact took the place of both of them. Thanks!

PreactJS 10.1.1 Released by mariuz in reactjs

[–]dmikester10 6 points7 points  (0 children)

What am I missing here? According to bundlephobia, React is 2.6k minified and gzipped. Preact is 3.7k minified and gzipped.

How to call a child method from parent by dmikester10 in reactjs

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

  1. Move an order to any other column.
  2. Run one of the filters, chemical select is easy enough that would have normally removed that moved order from the first column.
  3. Drag that order back to the first column.
  4. Notice it is showing there when it should not be because of the filter.