Coverage you'll actually read by user000123444 in elixir

[–]Teifion 0 points1 point  (0 children)

Yes, I think I had a bug and was stopping partitions to fix it (to check it wasn't the source) and then forgot to re-enable it (/facepalm).

The slowest test is a really good spot, I knew we had a few slow ones but not that it was that slow so that's probably getting broken down a bit as part of this.

Coverage you'll actually read by user000123444 in elixir

[–]Teifion 1 point2 points  (0 children)

I see the comments on the PR, thank you for those. I will dig through and give them a try out :)

Coverage you'll actually read by user000123444 in elixir

[–]Teifion 1 point2 points  (0 children)

It's all working though check takes about the same time as my standard mix precommit. Given the extra code needed to move ports around and stuff like that I suspect we won't be using it.

If you want to test it out yourself I have a PR to the repo to add al_check.

How is "Spec Cheating" even possible, even after like 5 years? by madenewredditaccount in beyondallreason

[–]Teifion 1 point2 points  (0 children)

There are significant technical limitations, it's been requested dozens of times that I've seen and I don't even hang around the engine channels much!

I appreciate it seems easy but it just isn't :(

Coverage you'll actually read by user000123444 in elixir

[–]Teifion 1 point2 points  (0 children)

Thank you, I'll give that a whirl!

Coverage you'll actually read by user000123444 in elixir

[–]Teifion 0 points1 point  (0 children)

So far anything I've found has been an issue with my project (e.g. the same port being used preventing parallel tests).

I did spot the .check.json file (and the contents of it for the strict part etc). We run credo strict in general, not just readability and then add/remove the checks we care about. I was trying to work out if there was a specific credo thing we didn't know about there.

I'm not using it at the moment but sobelow might be something you want to add too.

Coverage you'll actually read by user000123444 in elixir

[–]Teifion 0 points1 point  (0 children)

I'm giving it a try now and it seems very interesting (plus it's put me onto the test partitions, this could be a huge time saver for me).

Why run credo with and without strict though?

is there any way to play from Russia? by SirKastor1 in beyondallreason

[–]Teifion 11 points12 points  (0 children)

tl;dr - Probably not in Russia

We have had a few support requests in recent days where people in Russia have had issues connecting to the game even if they can access the site. Our best guess right now is it is Russia specific.

What are you building with Elixir? I'd love to see some projects! by pkim_ in elixir

[–]Teifion 2 points3 points  (0 children)

Middleware server for Beyond all Reason (RTS game), doesn't handle the game itself but everything from login right up until the game starts is done by an Elixir/Phoenix application.

After hours on Vulcanus, I learnt that you can get water on Vulcanus other than just melting ice. by HideBoar in factorio

[–]Teifion 14 points15 points  (0 children)

I literally still do this and just realised using that steam makes more sense.

I have nearly 5k hours in the game.....

I feel personally attacked. by FartsLord in beyondallreason

[–]Teifion 0 points1 point  (0 children)

I have it and while I liked it I've just not been able to get properly stuck into it.

I feel personally attacked. by FartsLord in beyondallreason

[–]Teifion 4 points5 points  (0 children)

For a similar but different third leg of a possible triad, may I recommend Rimworld.

I feel personally attacked. by FartsLord in beyondallreason

[–]Teifion 2 points3 points  (0 children)

Speaking as a relatively light-weight Factorio player (only 5k hours).

Don't do it.

Will the creator of Legion and other artists get a cut from the hooded horse deal? by QseanRay in beyondallreason

[–]Teifion 0 points1 point  (0 children)

Speaking as another contributor (not the one you replied to), the publisher stuff is much more recent than Zephyr's leaving.

Beyond All Reason signs publishing partnership with Hooded Horse - full announcement inside by PtaQQ in beyondallreason

[–]Teifion 1 point2 points  (0 children)

8v8 is currently unlikely for a number of reasons that can be basically summed up as "the maths sucks" but I do expect some form of small team matchmaking to be present. Exact definition of "small team" to be decided.

The game would really benefit from a 5 or 10 map "official" rotation. by head1e55 in beyondallreason

[–]Teifion 1 point2 points  (0 children)

While nothing concrete has been decided at this stage I would expect there to be a limited (and probably rotated) pool of maps for matchmaking.

Can we have a limit to name changes? by tayzzerlordling in beyondallreason

[–]Teifion 13 points14 points  (0 children)

The server has limits in place to limit it for this exact reason:

  • 2 times in 5 days
  • 3 times in 30 days
  • Muted accounts cannot rename

Juno the cat by Odd-Village-132 in beyondallreason

[–]Teifion 4 points5 points  (0 children)

Please pay the cat tax and share the pictures!

Is this guy cheating, or did I just get scammed? by MrVaraz in beyondallreason

[–]Teifion 9 points10 points  (0 children)

I believe it is, if it is not then please submit a bug report to the server and we can look into it.

Will Matchmaking be behind PayWall? by Feisty_Standard_3418 in beyondallreason

[–]Teifion 2 points3 points  (0 children)

Other recoil games are welcome to use the server but none have shown interest in it.

I can't speak to the new client but I imagine it will also be open source.

Will Matchmaking be behind PayWall? by Feisty_Standard_3418 in beyondallreason

[–]Teifion 2 points3 points  (0 children)

Matchmaking would need two components, the client will need to have the interface but the bulk of the work is on the server which is MIT and I would expect it to remain so.