Sebastian Stein
Sebastian Stein
I implemented it myself by iterating over list of servers as long as I don't receive a reply. Example: import socket import pyrad.packet from pyrad.client import Client from pyrad.dictionary import...
In general, I think this library is trying to do too much. It would be great to reduce the scope of the library to only generate QR codes in different...
Just created a pull request to turn library into a composer artifact and also to enable unit testing via phpunit.
I think I have the same problem in a SpringBoot native compile. Sample project: https://github.com/steinsag/spring-native-xml To reproduce: ``` git clone [email protected]:steinsag/spring-native-xml.git spring-native-xml cd spring-native-xml ./mvnw spring-boot:build-image -Pnative docker run --rm...