ibirothe

Results 9 comments of ibirothe

Is the goal of this to remove the background gradient of light pollution or rather eliminate artifacts like vignette and amp glow?

@kiraparser Would you be willing to work on this?

Fair enough. Feel free to share an example class diagram to let us see what kind of representation works for you.

``` @dashed.setter def dashed(self, value): self._line_pattern = None self._dashed = value @property def dashPattern(self): """This is one of the properties that defines the line style. Along with dashed, it can...

Sorry for the late reply. It´s technically possible. The XML would look like this: ``` ``` To implement that into drawpyo a few additions need to be made though: ##...

We ran in the exact same issue. Any news about this?

Is this issue still open to work on?

If this issue is still up for grabs, feel free to assign me.

The problem is located in the converters.py, where the search for a sub does return an html (likely 404 page). I suggest to replace this with a request for `https://oauth.reddit.com/r/{sub}/about.json`...