Dan Fey

Results 22 comments of Dan Fey

Unfortunately, this seems to cause another issue: ```typescript // proper param passthrough const c = (p: { a: number }) => _.right(p.a) const d = (p: { b: string })...

> Unfortunately, this seems to cause another issue: > > ```ts > // proper param passthrough > const c = (p: { a: number }) => _.right(p.a) > const d...

[ONE](https://www.onefinance.com/) (banking platform) has been using KafkaJs in our application since inception for asynchronous communication between bounded contexts, concurrent resilient processing of reactions to event log events, and to process...

Same issue 4 years late, any fixes?

I definitely agree @CryoBrown -- I hosted a Valheim server when it came out and the install process was pretty similar. Some of the things (not exhaustive) that would need...

nice this seems like it would be a great addition/configuration for this project too if anyone is interested in creating a PR.

@Vanclief there were IAM permissions needed? I would imaging you can add this file as part of the installation script: https://github.com/feydan/satisfactory-server-aws/blob/main/server-hosting/scripts/install.sh

Wouldn't this potentially cause the server to shut down while you are in the middle of playing?

Got it -- I'm not really actively developing this right now, but I'm happy to take a look at an MR if anyone wants to take a shot at this.

I had him connect to the server when this happened -- the init script didn't run in his case. We had a similar issue with someone else from reddit who...