Dae R. Jeong

Results 4 comments of Dae R. Jeong

Any news on this issue? As @mwberry points out that there is a data race, I just tried to use a spinlock to protect `cairo_create()`. ``` @@ -690,7 +690,9 @@...

After I had fun with cairo things, I figure out that `ya_draw_pango_text()` does not need to call `cairo_xcb_surface_create()` and `cairo_create()` whenever it is called: `cairo_surface_t *surface` and `cairo_t *cr` can...

Well, this is an old issue but just in case: It seems you have an old version before the commit `756c1909ffd161b88e537039f565f0f7eae0ab37`. v0.4.0 was released before the commit. The problem should...

For those who see the same issue. Try to remove `dummy.service` in the line ``` var dependencies = []string{"dummy.service"} ``` It might be helpful.