Andrea Pappacoda

Results 301 comments of Andrea Pappacoda

What about applying a header that specifies something like SPDX-License-Identifier: (WTFPL OR CC0-1.0) AND Apache-2.0 except for Vulkan code, that has a specific exception for generated code? This _might_ result...

> No license != public domain Of course :) I was referring to what is written in the readme (_"The glad generated code itself is any of Public Domain, WTFPL...

I'm having the same issue using an old DS4 controller Edit: [v1993/evdevhook](https://github.com/v1993/evdevhook) works, maybe taking a look at how they do things could help

You may be interested in https://github.com/lewissbaker/generator/commit/a44c0a80c327945ec3e67e77089e780a710f13dc

I think that requiring CMake 3.8 would be fine, as it was released ages ago. This would make it possible to avoid increasing the number of conditionals in CMakeLists.txt

Fixed in https://github.com/HowardHinnant/date/commit/2e19c006e2218447ee31f864191859517603f59f

And don't forget about Debian, they enabled it [by default in 2019](https://www.debian.org/releases/buster/amd64/release-notes/ch-whats-new.html#wayland-by-default-on-gnome)

So, is it possible to send emails on the `submissions`/`smtps`/`465` port with implicit SSL using dma? $ grep submission /etc/services submissions 465/tcp ssmtp smtps urd # Submission over TLS [RFC8314]...

Maybe it's just me being incompetent here, but I haven't been able to send emails from dma with my Postfix server that only accepts port 465 for submissions :/

You mean my dma configuration or postfix one? Here's dma.conf: SMARTHOST smtp.pappacoda.it PORT 465 SECURETRANSFER MAILNAME /etc/mailname NULLCLIENT And here are the Postfix logs: postfix/smtps/smtpd: connect from myhost.pappacoda.it[128.116..] postfix/smtps/smtpd: NOQUEUE:...