Evgeny Afanasev

Results 7 issues of Evgeny Afanasev

My dockerfile config: ```scala lazy val dockerSettings = Seq( docker / dockerfile := { val jarFile: File = (Compile / packageBin / sbt.Keys.`package`).value val jarTarget = s"/app/${jarFile.getName}" val classpath =...

Currently magnum can not parsed multiple `@Id` annotations. It will be nice, if Repo parsed tuple in ID type, try to find as much `@Id` annotations in definition and use...

Hi. I have next model: ```scala @Table(PostgresDbType, SqlNameMapper.CamelToSnakeCase) final case class Modules( @Id id: Int, title: String, parentId: Int, description: Option[String] ) ``` With next values: Modules(1, "Module title", 2,...

Add support .рф domains via DNS for reg.ru

Installed ruby 3.4.2 using rvm on Orange Pi RV2 with 8 riscV threads: ```bash rvm install 3.4.2 ``` but make use 1 thread (` __rvm_make -j1`). RVM doesn't correct autodetect...

Please, publish new realese to github/flatpak/etc. I see a lot of commits after bugfix, currently last version always crush when start play audio and useless

### Есть ли issue, связанная с этой проблемой? - [x] Я изучил существующие issues. ### Какая версия voice-over-translation используется? 1.10.5 ### Выберите менеджер пользовательских скриптов, который вы используете Tampermonkey ###...

bug