ash

Results 151 comments of ash

There is no error. You are using Python 2 (`python`), but Fusée Launcher requires Python 3 (`python3`).

The error you show only occurs in Python 2; you are not using Python 3.7. If you were using Python 3.7, you would be using the `python3` or `python3.7` binary,...

UTF-8 is [the default source encoding](https://www.python.org/dev/peps/pep-3120/) in Python 3.

This is partially implemented here: wsi-cogs/eralchemy@b7003d5db3c465eb880dc4ae17e16c9ffde01ac9 It only works when creating a diagram from SQLAlchemy schema, not from markdown.

It now looks like this: ![image](https://user-images.githubusercontent.com/9433472/52449793-77369080-2b30-11e9-8597-5e2b87c15206.png) I suspect it's the bottom edge (or somewhere near the bottom edge) of my wallpaper.

Aha, it is the bottom edge (thanks to GIMP for the eye-mangling gradient): ![image](https://user-images.githubusercontent.com/9433472/52449988-1ce9ff80-2b31-11e9-8131-31dcfd8c7a40.png)

@yshui thanks, I tested on your version and the issue is still there, so I opened an issue. The xrender backend works fine on your version, though – if I...

Instead of permalinks, they could presumably just have (say) a GET argument/parameter/thing which replaces the title, given that I assume no articles are actually stored.

I'm confused. If alacritty already supports fontconfig fallback, why do emojis render for me in other applications, but not in alacritty? `fc-match` seems to suggest that fontconfig is configured reasonably...

``` $ alacritty --version alacritty 0.4.1 ```