Nat Noordanus

Results 83 comments of Nat Noordanus

Hi @dmwyatt, thanks for the feedback. I made a quick investigation, and it looks like this is an issue with how SIGTERM signals work on windows (i.e. they don't), reference:...

@Ambro17 thanks for the offer, that might be worth a shot. Although the front page gives the impression it's more geared towards _code_ documentation (i.e. from docstrings, rather than usage...

I got it to work for my own setup. I documented the process I used with a little more detail than the other blog post here: https://gist.github.com/nat-n/c3429d29f2478ccb3de243810bb12956

@luminous8 I can try to help, but I'm not sure what you're missing. The general idea is that the fontconfig built inside the container also exists under /tmp outside the...

I like the sound of starting with a pure refactor to make the code easier to work (maybe in multiple stages) with before adding functionality. Concerning each of the three...

@adriangb I'm not sure I can picture what your last point entails. Contrary to my previous comment about what I labeled as approach C (which your latest comment expanded on),...

> Another option that might be nice but would require more extensive API planning and refactoring is to have each one of these OOP classes render itself: I like this...

Thanks for reporting this, the next step would be to create a failing test case.

Thanks for creating this issue. Yes I think it would be nicer if the enum values were used when deserialising or as the default value. There's an open question of...