Hao Hou

Results 67 comments of Hao Hou

Hi, the font object is a little bit tricky. Please let me explain the general out-line at this point. For API users, what they want to use is any types...

For now I think #284 is a ok solution, but I think the next step would be how to make examples output been produced in a better place. I just...

Thanks for the PR. I think the PR looks good to me. I am currently working on a new major release shipping with discrete coordinate trait refactor #89 and slice...

Hi there, thanks for point this out. I've made a new release that change the edition requirement back to 2018, and yanked the broken v0.3.2. Please let me know if...

> I just restarted the [build where this issue originally occurred](https://github.com/psychon/x11rb/runs/7503329086?check_suite_focus=true) via the GitHub UI. [The result](https://github.com/psychon/x11rb/runs/7919857542?check_suite_focus=true) is quite inconclusive. It didn't even get to trying to built plotters and...

Thanks for the suggestions and sorry for the delay. I haven't got a chance to look at the issue since a few month ago. Most of suggestion seems really helpful,...

Just put the items here for tracking purposes. - [x] Short way to set colors for components: e.g. IntoTextStyle implementation for `(FontFamily, T, RGBAColor)` - [x] A direct way to...

Hmm, this is something unsupported yet. You just spotted the root cause of this. The `cc` variable doesn't have a valid type, since it can not be `ChartContext` and `ChartContext

> doubling of the plotting code Yep, you got that. To make it nicer, you can make duplicated code reusable with a template function. That is very often used trick...

Yep, that's the work around currently. But this is a nice feature to support