Skip to content
#

browser-game

Here are 252 public repositories matching this topic...

Tiendil
Tiendil commented May 3, 2020

Возможные статусы:

  • Онлайн или нет.
  • Привязан или нет.

Надо решить где отображать. варианты:

  • на странице игрока
  • на форуме (рядом с ником автора поста)
  • вообще везде, где ники есть?
WaveHack
WaveHack commented Apr 20, 2019

Refactor classes (including tests) to resolve dependencies out of the IoC container with $this->dep = app($class::class) in the constructor, instead of through the constructor method arguments.

Constructor arg lists get quite long (see PopulationCalculator), and needs fixing test constructors whenever this changes.


Beep, boop, I'm a bot! Th

jkenlooper
jkenlooper commented Dec 19, 2019

Players that try to verify their e-mail address after the verification token has expired need a way to resend it. The current solution is to have them set their e-mail to an empty string which should delete the e-mail address from the account. Then they should be able to add their e-mail address back in. This workaround is untested, and is not an ideal solution.
Maybe it could show a different

This is a simple console application which automates action in the game. See also the listed features. You want to purchase a license? Then take contact with me in Discord and leave a message.

  • Updated Feb 25, 2020
AndreyBronin
AndreyBronin commented Apr 3, 2019

нужно сделать возможность конфигурировать параметры spring приложения через переменные окружения, нужно для удобного запуска и тестирования как локально, так и в CI. и на продакшене.

Также в рамках задачи нужно убрать API ключи из тестов

пример

google.secret.key=${GOOGLE_API_KEY}
spring.datasource.url = ${V2GDEMO_MYSQL_DB_HOST}:${V2GDEMO_MYSQL_DB_PORT}/"v2gdemo"
spring.datasource.use

Improve this page

Add a description, image, and links to the browser-game topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the browser-game topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.