krzysztof-osiecki

Results 5 comments of krzysztof-osiecki

The problem is in: https://github.com/Nightonke/VHBoomMenuButton/blob/master/VHBoomMenuButtonSwift/BoomMenuButton/Piece/PiecePlaceEnum.swift public static var count: Int { return PiecePlaceEnum.custom.hashValue + 1 } this method should read: public static var count: Int { return PiecePlaceEnum.custom.rawValue + 1...

@AlanRoth hi, can we expect this to be resolved in the release version? I just checked on alpha4 and its seems to still be a problem. I'm asking because i...

@ajkyffin it works like a charm, however i'm using payara micro for production, is there any way to apply your fix to that?

Ok, thx ill have to look for mistake somewhere else because logs are not working in my application on micro.

Hi @shub8968 seems we have similar/identical issue but with different library. In Payara 6.2023.1. During deployment we see many error logs from jOOQ classes looking like this (jOOQ version 3.17.7)...