Jan Almeroth
Jan Almeroth
* Your vdirsyncer version: vdirsyncer, version 0.16.7 * If applicable, which server software (and which version) you're using: Apple Calendar Server * Your Python version: Python 3.6.5 * Your operating...
* Your vdirsyncer version: vdirsyncer, version 0.16.7 * If applicable, which server software (and which version) you're using: Apple Calendar Server * Your Python version: Python 3.6.5 * Your operating...
Hi there 👋, I am trying to import a certificate like this: ```terraform resource "fortios_vpncertificate_local" "letsencrypt" { name = "letsencrypt" private_key = acme_certificate.certificate.private_key_pem certificate = "${acme_certificate.certificate.certificate_pem}${acme_certificate.certificate.issuer_pem}" range = "global" }...
Hi there 👋, I am trying to apply an imported certificate (see #230) like this: ```terraform resource "fortios_system_global" "system_global" { admin_server_cert = fortios_vpncertificate_local.letsencrypt.name } ``` ### Plan This is the...
Hi guys, I would like to open a discussion about your use-cases for this project and where to go from here. My initial need to kick-off this project was to...
https://github.com/marvinroger/homie/tree/v2
https://homie-esp8266.readme.io/v2.0.0/docs/cpp-api-reference
Hi there, thanks for this awesome project! :rocket: Unfortunately, I have problems running my `Logitech MX Mechanical` keyboard with latest firmware release. So I followed the [troubleshooting guide](https://github.com/hrvach/deskhop/wiki/Troubleshooting) and it...
Hi, I have two laptops and one external monitor. If I connect the monitor to the Linux-laptop, everything works as expected. I can move to all three screens: Linux-Laptop (DeskHop...
Hi there 👋, thanks for this awesome project! I really like the idea. While tinkering around with it, I discovered that the npm process is crashing if you send the...