Rasmus
Rasmus
Setup continuous integration on Github (using Actions) for compiling and testing font files on PRs and maybe even on every commit on master. Some resources: - https://help.github.com/en/github/automating-your-workflow-with-github-actions/about-github-actions - https://help.github.com/en/github/automating-your-workflow-with-github-actions/configuring-a-workflow -...
See http://www.twardoch.com/download/polishhowto/ogonek.html According to [tweet](https://twitter.com/hhpapazian/status/1170719860268994562?s=20) and [tweet](https://twitter.com/ThunderNixon/status/1170836166972563457?s=20), [FF Ernestine](https://www.fontshop.com/families/ff-ernestine) has nicely connected ogoneks:
Attempting build in docker vm `alpine:3.12`, `make` fails relatively early with: ``` checking build system type... Invalid configuration `/root/build': machine `/root/build' not recognized ``` It appears as somehow `dirname $PWD`...
This adds daemon.SdNotifyBarrier including a unit test. It is modeled after [systemd's sd_notify_barrier](https://github.com/systemd/systemd/blob/v246/src/libsystemd/sd-daemon/sd-daemon.c#L556). The barrier function is useful when a signalling process wants to wait for systemd to process previously-sent...
repro: ``` # fetch https://github.com/caryll/otfcc/archive/v0.9.6.tar.gz and unarchive ./dep/bin-osx/premake5 ninja cd build/ninja ninja otfccdump_release_x64 otfccbuild_release_x64 ./bin/release-x64/otfccdump -o Inter-Regular.json Inter-Regular.otf ./bin/release-x64/otfccbuild -o Inter-Regular-otfccbuild.otf Inter-Regular.json ``` The input file Inter-Regular.otf is from the...
**Describe the bug** Booting up elementaryos-6.0-daily.20210615.iso from a USB drive on a display with high density pixels the installer defaults to a 1.0 scaling factor making it really hard to...
See https://github.com/rsms/markdown-wasm/issues/6 It appears as Emscripten generates the following code: ```js if (ENVIRONMENT_IS_WEB || ENVIRONMENT_IS_WORKER) { // ... if (document.currentScript) { // ... ``` which when executed in Deno causes...
When trying to use a variable font, I get the following error: `KeyError: 'NSCTVariationAxisName'` Repro font: [Inter.var.ttf.zip](https://github.com/typemytype/drawbot/files/9737669/Inter.var.ttf.zip) Repro script: ```py fill(1,1,1) rect(0, 0, width(), height()) fill(0,0,0) t = FormattedString( font="Inter.var.ttf",...
init_kms fails without explanation if vkcube is build without the presence of vulkan_intel.h, leading to confusing error message "failed to initialize kms". Temporary remedy for #46
The past few days I've done some work to improve Cyrillic for version 4. Doing so I realize the depth of knowledge needed to design really good Cyrillic glyphs is...