Stephan Lachnit
Stephan Lachnit
I'm not able to configure the extension on Firefox Mobile Nightly (102.0a1). I am able to install it, however I'm not able to open the settings at all (most of...
Ah cool, so it won't be necessary to have this as a separate package around? Then I think the effort is not really worth it.
> Looks like you're missing the closing fence on that last item. Only missed the last line when copying it here - sorry. In the MWE I run it was...
Agreed, I have taken a look at the code and have no doubt that it is fine. I think adding the address is not that big of a deal in...
> This change will probably break something for someone using slightly older versions of libzmq. Yes, I would recommend merging this change only after a new release of libzmq (the...
ZMQ_BUILD_DRAFT_API is not added to compiler definitions for cppzmq target when ENABLE_DRAFTS is ON.
Since https://github.com/zeromq/libzmq/pull/4323 is merged, I guess all the `ZMQ_BUILD_DRAFT_API` stuff can be removed?
@gummif anything blocking this from being merged?
`help2man reuse --no-info > reuse.1` is probably enough here and easy to implement. And it can be done at build time. Note: For reproducibility, you might need to set [`SOURCE_DATE_EPOCH`](https://reproducible-builds.org/docs/source-date-epoch/)...
A full documentation should be installed sperately, at least that's what Debian does everywhere. Man pages usually for cli programs, offline html for full docs.
Maybe useful: https://pypi.org/project/click-man/