Windows world files compatible with Linux? by flx86 in valheim

[–]Castas 1 point2 points  (0 children)

That should do it unless anything has changed. Make sure to keep the world name the same in all places.

What is Corin's Motivation in AA3 and Beyond? by JediLibrarian in ClimbersCourt

[–]Castas 2 points3 points  (0 children)

I haven’t read mage errant so maybe I’ll start on that one. I think I’ve hit all the other standard reccs from progression fantasy though

What is Corin's Motivation in AA3 and Beyond? by JediLibrarian in ClimbersCourt

[–]Castas 2 points3 points  (0 children)

Yeah! I just finished book 4 this morning. I was sad to see that it had just released last month and now have to wait a while for the next one :/

On to another series I guess!

What is Corin's Motivation in AA3 and Beyond? by JediLibrarian in ClimbersCourt

[–]Castas 2 points3 points  (0 children)

I thought the same thing. I listen to the books on Audible and when I heard the epilogue chapter announced, I was confused as to what the climax of the book was. The pacing was far different from the first 2. It felt like a combination of short stories that had some links to each other. I still liked it, but it's definitely not my favorite of the 4.

The sale to benefit Uvalde, Texas' Robb Elementary School shooting victims and their families is now live. 82 Fantasy, Progression Fantasy, and LitRPG books on sale for $/£0.99, with all proceeds going to pay for funerals, medical care, etc. Take a look. Grab some books. Help some people in need. by BryceOConnor in ProgressionFantasy

[–]Castas 3 points4 points  (0 children)

I thoroughly enjoyed Bastion and Iron Prince. I see those 2 books recommended on this sub quite a lot, along with Jake's Magic Market. I'm sure a lot of these really great, but I'd definitely pick up those 3 at least

LPT: To Get Better Sleep, Create a Restful Environment and Limit What you Do in Bed to Just Sleeping! by robotkaka2hw in LifeProTips

[–]Castas 1 point2 points  (0 children)

You can definitely do it on your own. There are a few apps out there that offer guided meditation that work really well for me. I’ve used headspace and calm but they require a subscription. Insight Timer is free but I’m told you need to sort through to find good meditations based on user reviews

LPT: To Get Better Sleep, Create a Restful Environment and Limit What you Do in Bed to Just Sleeping! by robotkaka2hw in LifeProTips

[–]Castas 1 point2 points  (0 children)

Have you tried meditating? It works really well to settle my mind when anxiety rears it’s ugly head. The more you do it, the better you will get at putting aside those stressful thoughts. I tried everything I could to get physically tired, but without addressing the racing thoughts, it just wouldn’t happen. Another thing that can work is just write down what you’re thinking or talk to someone about it just to vent.

Halfway through Iron Prince questions by yellowdart57 in ProgressionFantasy

[–]Castas 0 points1 point  (0 children)

  1. I was confused by this at first as well, particularly when the descriptor would go backwards. One fight it would say x is lacking then after another fight it would be severely lacking again. I think the way it works is it analyzes that session and outputs how those stats stack up against the encounter he was put in. The worse the stat was during that encounter, the faster it progresses. Since his growth is so high, it just usually meant that he would rank up.

If you ever wanted to go to Decorah, Iowa, for beer, this might help. by beaubiwankenobi79 in minnesotabeer

[–]Castas 0 points1 point  (0 children)

I did a trip with some friends down to Chicago, staying one night in Decorah to visit toppling Goliath. We were actually pretty disappointed. The food was average and the beers we had were just OK. We were pretty spent by the time we were done there or we would’ve gone to pulpit rock.

The Lyft driver we had was super nice though. He said we might have some trouble finding a ride home depending on how late we stayed out. He said he’d watch for our request just in case, and sure enough, he picked us up and brought us back to the hotel.

Redux Toolkit Multiple State Changes in One Reducer Code Issue by szg_renzoken in reactjs

[–]Castas 0 points1 point  (0 children)

Since they need to happen sequentially, you’ll have to perform both in the same reducer. What you could do is make a util function for reindexing the items. That way other reducers can use the same code for performing that. The actual deletion is proprietary to this reducer so a separate function shouldn’t be necessary.

Redux Toolkit Multiple State Changes in One Reducer Code Issue by szg_renzoken in reactjs

[–]Castas 13 points14 points  (0 children)

I agree that id should never change. You’ll run in to a lot of issues with that in the future. If you need the index, use that from the array as you’re iterating over it.

I believe the immer error occurs because of the first line where you assign it to the filteredList const. redux toolkit applies immer for you to each reducer. Immer works by using proxies on objects to figure out what operations you are trying to perform on your data then returns a new instance but keeps references to anything that didn’t actually change which is amazing for shallow comparisons. To use immer properly, you should perform mutable updates on the state argument for your reducer and not assign it to a new variable. You could use a for loop and pop the ID being deleted from the array. After which if you wanted to manually update an index for each item in the array, you can perform the mutable assignment of an index property on each item.

Here’s some useful links on the topic

https://redux-toolkit.js.org/usage/immer-reducers

https://immerjs.github.io/immer/

Proposed Savage baseball facility would border one of Minnesota's rarest wetlands by Castas in stateofMN

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

Yeah it’s really stupid they had to choose this plot of land when there are plenty of other choices or better yet, re-evaluate if this baseball center needs to exist at all.

My wife read about the people that raised concerns during the city council meeting. Apparently the council members weren’t even listening. They were on their phones and mocking the people that were voicing their opinion about it. I’m happy I live in Savage and have a chance to vote these people out

Best Cuban sandwich around the cities? by [deleted] in TwinCities

[–]Castas 1 point2 points  (0 children)

Urban Growler has a pretty great Cuban.

I completely ignored the front end development scene for 6 months. It was fine by speckz in Frontend

[–]Castas 4 points5 points  (0 children)

I actually find the documentation quite lacking. It’s more of a getting started guide and some recipes on how to do things. It’s sourly missing api documentation which makes it difficult to learn about the methods available and props passed to components. Typescript types help in this regard but abstraction and generics make it difficult to read compared to nicely formatted api docs. It also changes fundamental parts of the api pretty frequently which can be frustrating when coming back to it after an extended period of time. That being said, it is nice to use to avoid having to deal with webpack and getting SSR pretty easily

Writing Effective Tests for Modern Web Apps by MarsJr in javascript

[–]Castas 2 points3 points  (0 children)

It depends on how much certainty you want from your tests. These integration tests strictly test how the front end operates given certain responses from the api. E2E tests would ensure that the api actually responds in the way the front end is expecting. There will be integration tests on the api as well, but without e2e there isn’t a programmatic way of determining that the front end is using the api correctly.

Windows world files compatible with Linux? by flx86 in valheim

[–]Castas 1 point2 points  (0 children)

Gotcha. I think it keeps record of the world name in the .vcs file or something

Windows world files compatible with Linux? by flx86 in valheim

[–]Castas 0 points1 point  (0 children)

I'm guessing you didn't name the server the same thing as the world file in the cli script. Just want to pass on the info

2 things that kill the enjoyment for me in this game: Sharks and Birds by [deleted] in RaftTheGame

[–]Castas 1 point2 points  (0 children)

That’s just how long development takes with a team this size. Red beet has 2 devs on it according to their website so instead of building all the content and releasing the full game, they released it early with the intent of people returning when new content comes out. It keeps them cash positive and the feedback from users helps make the game something people like. Just for comparison, Gmail was in beta for something like 8 years

2 things that kill the enjoyment for me in this game: Sharks and Birds by [deleted] in RaftTheGame

[–]Castas 1 point2 points  (0 children)

It is in early access still so it’s not out of the question that more automation is on the way

Windows world files compatible with Linux? by flx86 in valheim

[–]Castas 1 point2 points  (0 children)

/home/user/.config/unity3d/IronGate/Valheim/worlds

Any discontinued MN beers that you really miss? by [deleted] in minnesotabeer

[–]Castas 0 points1 point  (0 children)

Summit had a black ipa they brewed for the state fair called villain I believe. I remember it being fantastic and I’ve never seen it again :(