Denis Novac
Denis Novac
@rossabaker So is this error depends on error? I got this error: ``` 2021-03-16 17:51:23,653 [WARN] - Channel IOException not known to be a disconnect error java.io.IOException: Обрыв канала at...
I thought that my troubles might be because of that but now i see it ends in EOF anyway. Thanks
@Lasering Yes, it will work, but this is just an example. There are plenty of cases where one may need some specific type. For example, it may be some external...
Пацаны, делаем форк на Скале и выкатываем в релиз первыми пока шарписты не успели
> trait only by the outer enum I tried it and it gives the same error. But it seems to work when i place it only here: ```scala object ClassWithInner...
@jan-cerny thank you for answer. I tried to check IOS system_characteristics.xml (i wrote them myself) and it worked great. But then i tried to do this with iosxe namespace and...
@nrathaus i am not working in security anymore so don't know if it is still here
Oh i guess i found the solution. I've made this changes to Dockerfile: ``` FROM eclipse-temurin:17-jre-jammy WORKDIR /opt/app COPY ./target/scala-2.13/image-hosting-processing-recognizer-assembly-0.1.0-SNAPSHOT.jar ./app.jar RUN mkdir /opt/app/nsfw ENTRYPOINT ["java", "-cp", "app.jar", "com.github.baklanovsoft.imagehosting.recognizer.Main"] ```...
@azthec i also had this question https://stackoverflow.com/questions/76316161/swagger-ui-dropdown-version-select I believe this feature would require tweaks in JS part of generated Swagger or something
Validator is still missing. I also tried to rewrite self-written validator with `Equal` but the macros error is still here. ```scala implicit def validateSizeN[N s"Must have ${w.value} digits", Size[Equal[N]](Equal[N](w.value)) )...