Philipp Kursawe

Results 205 comments of Philipp Kursawe

The back-compatible way would be fine with me, as I stated before ;)

@lbcsultan @mkg20001 so what is the solution to this? How to verify the certificate was signed with a particular private key? `cert.verify(cert)` requires to create a new signed certificate just...

I want to verify the public key of a self signed cert and find out if it was signed by the private key in question. No CA involved in my...

Why are you checking the `stdout` for TTY and not `stdin`? You need that for keyboard navigation, right? https://github.com/voidcosmos/npkill/blob/master/src/controller.ts#L220

Any updates on this from the maintainers?

Jenkins allows to use agents for that kind of build. Would that be a way to do it in agola? Currently looking for a jenkins replacement.

I think the repo is pretty much abandoned by this time :(

an empty file seems to do it for now (just using push notification from firebase anyway)

Yes just a file with `{}` in it What flags are you referring to?

> @pke I mean `"messaging_ios_auto_register_for_remote_messages": false`. The only reason to use firebase.json for me was to specify that flag, but if I put empty firebase.json, then I wonder how do...