Raphael Wimmer
Raphael Wimmer
I would definitely appreciate configurable long-term (i.e. several minutes/hours) caching of user info in the auth plugin. The LDAP server that I need to use for authentication adds 800+ ms...
Some more details and clarifications: - NXP does not have any info on a "NPC300" chip/solution. It seems to me that this is just another name for an NFC chip...
Oh, I didn't know that this can be stored in the DSDT (unfortunately, the DSDT on my HP Elitebook 1030 G2 only contains "0x0000" as pin lists). I guess GPIO...
The logic seems to be wrong here: https://github.com/alextselegidis/easyappointments/blob/1700605b7b31c031d9c8a9697ab987cea2b0e8d7/application/libraries/Notifications.php#L133-L136 It should be inverted so that we do *not* skip the email if the provider is in the secretary's list of providers:...
Another workaround (on Debian / Linux): open the ttf file generated by `woff2_decompress` with `fontforge` and select `Element -> Font Info..` from the menu. Replace font name with "Virgil" and...
Here's a minimal example that should work even if there are no serial ports on the machine: ``` import gnu.io.*; import java.util.Enumeration; public class ListPortsExample { public static void main(String[]...
Oh, I found the solution hidden in https://github.com/rxtx/rxtx/issues/24#issuecomment-817287239 > Then add the following line somewhere in your project. It must be executed once before an attempt to open a serial...
minimal example (list available ports) here: https://github.com/rxtx/rxtx/issues/26#issuecomment-894540555
Thank you for the explanation (and reviving rxtx!) > The design decision was to load the native libs at a defined, explicit point in time, not during static init or...
Siehe zum Thema auch [OParl](https://oparl.org/): > Das Ziel von OParl ist die Schaffung einer Standard-API für den Zugang zu öffentlichen Inhalten in kommunalen Ratsinformationssystemen, Eine schöne Umsetzung von Frontend und...