thenewguy
thenewguy
Show the response from the CUPS server for the Get-Printer-Attributes. It should list application/pdf as a supported type
You have to configure CUPs to allow network printing and make sure the networking is correct. I think this will work for you but you have to learn how to...
I figure this is worth documenting because the stamps.com testing api used during development is whitelisted by ip address. So if you are developing offsite or mobile it is convenient...
Right now, I've written a script that templates my constraint file as a workaround. I use a tox wrapper to run the script before dependencies are installed. Pretty clunky. This...
This is from a long time ago and is not fresh on my mind. Consider your constraint file is the following: ``` app-a app-b app-c ... lots of other apps...
> @pfmoore , true, but as I understand the author is using a constraint file on organization-level (or similar) in order to enforce certain versions organization-wide. if `app-a` is omitted...
> The constraint lists a particular constraint. Not just the app name. Sorry if the way I presented made that detail confusing. And then it prevents installing "." for the...