Robin Becker

Results 43 comments of Robin Becker

The message indicates that the renderPM graphics state is being induced to use a font 'Arial' without that font being registered. I assume Arial is a reference to a font...

Theoretically yes, but only if you ask it the right questions; I am almost sure it can be made to work on windows and osx, but it's an extra large...

Following patch fixes a missing attribute new_objects error with django 1.8.8; I wrong put this into django-mongoadmin issues :( mea maxima culpa diff --git a/mongodbforms/documents.py b/mongodbforms/documents.py index 0a432a8..0397c2d 100644 ---...

sorry that looks awful; I'm not a git person obviously :(, but maybe an old git :) `````` diff diff --git a/mongodbforms/documents.py b/mongodbforms/documents.py index 0a432a8..0397c2d 100644 --- a/mongodbforms/documents.py +++ b/mongodbforms/documents.py...

Sorry that patch is mongodbforms. I'll put it there as well.

I looked at your branch with interest, but it seems you are really creating an environment. What I currently lack in plumbum is the concept of a null command object...

On 03/03/2017 15:00, Henry Schreiner wrote: > Can you put together a trivial ("toy") example so I can see what you need? > Hi, suppose I want to create a...

I don't think I can be responsible for the 2.6 error; the message seems to indicate it was not available in the travis universe

The minimal example ``` from flask import Flask app = Flask(__name__) def rmlfail(): from rlextra.rml2pdf.rml2pdf import go, _invalid_rml_template import io buf = io.BytesIO() rml = _invalid_rml_template % ('','A/') go(rml,buf) return...

Adding a breakpoint at the point of failure reveals the probable cause of this issue self.filename=='rml2pdf.py', self.lineno==7527, len(lines)==17 the module rlextra.rml2pdf.rml2pdf is obfuscated and is just a placeholder that imports...