Fredrick Brennan

Results 187 issues of Fredrick Brennan

https://aur.archlinux.org/packages/fsv3 Unfortunately, this port is very buggy :-( So I had to add a huge hack: ```c ///////////////////////////////////////////////////////////////////////// // non-fatal-assertions.h — non-fatal assertions for glib // ///////////////////////////////////////////////////////////////////////// // Copyright (C)...

Or else just a patch application. :-)

refactor

I do some splitting in #33 but if/when it's approved I'll probably PR more splits.

I think almost(?) all of these are used in other languages as well :-) ``` >>> import unicodedata as ud >>> u=lambda c:"U+{:04X}\t{}\t({})".format(ord(c), ud.name(c).ljust(50), c) >>> s='ĉĝĥĵŝŭ' >>> print( '\n'.join(list(map(u,...

Used in many other languages too, I'm sure :-) ``` >>> import unicodedata as ud >>> u=lambda c:"U+{:04X}\t{}\t({})".format(ord(c), ud.name(c), c) >>> s='āēīōū' >>> print( '\n'.join(list(map(u, s+s.upper())) )) U+0101 LATIN SMALL...

Allows round-tripping through FontForge. Closes #15. Cannot be merged until https://github.com/fonttools/fonttools/pull/2746/ lands in a release.

on-hold

Due to https://github.com/fonttools/fonttools/issues/2745.

bug
in dep & not us
on-hold

I wrote a C version here: https://gist.github.com/ctrlcctrlv/5d75f1d8e7bb1dd32183074d06e3bbac But you probably want to fix this, I'm not sure how to: ``` fred@kinomi:~/Workspace/inky/examples/7color $ ./buttons.py buttons.py - Detect which button has been...

## `verbatim.sil` ``` \begin{document} \script[src=packages/verbatim] \begin{verbatim} \obeylines{ Wouldn't it be nice if this worked? } \end{verbatim} \end{document} ``` ![image](https://user-images.githubusercontent.com/838783/90326448-4dd49d00-df3d-11ea-98f8-fad56173b4c2.png) SILE v0.10.10

bug
modules:packages