thenewguy

Results 144 comments of 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...

Also - I would be happy to provide PRs for the issues that I have raised. Please let me know if you will accept suitable PRs for any of them....

I worked through this. The required changes would be: - modify salesman.basket.serializers.BasketItemCreateSerializer.product_id to be a CharField or allow the BasketItemCreateSerializer to be swapped. Currently this one has to be monkey...

> Is the mismatch between ids relevant (unrecoverable vs. unhandled)? `` vs. `handlebars-template="unhandled-error-template"` and `` vs `hx-target-error="#unhandled-error"` and `$('#unhandled-error').empty()` No - sorry that is a copy paste error from reformatting...