Rasmus

Results 298 comments of Rasmus

I tried using a prebuilt gcc from https://musl.cc/#binaries instead of gcc from Alpine and that fails in the same way.

I'm just running the Alpine docker image with bash from it's apk package manager. However I think I've found the culprit: I have `BUILD=/root/build` set in my environment (used by...

Got it. I wonder if documenting the "BUILD" variable then would help?

It appears an unrelated, unmodified test failed from timeout [according to Travis](https://travis-ci.org/github/coreos/go-systemd/jobs/732413698#L1720): ``` ... --- FAIL: TestPropertiesSubscription (10.01s) 1721 subscription_test.go:188: Reached timeout ... ```

I tried disabling everything I could think of with otfccbuild and still the same issue: ``` ./bin/release-x64/otfccbuild -O0 --keep-unicode-ranges --keep-modified-time \ --dont-merge-features --dont-merge-lookups --keep-average-char-width \ -o Inter-Regular-otfccbuild.otf Inter-Regular.json ``` I...

Thanks for chiming in @be5invis. I’m working on a project unrelated to Inter where I’d like to use otfcc. I used its code in a C project and kept getting...

I wonder if in the installer, when the display framebuffer is above a certain sensible amount (like MAX(w,h) >= 1280) you could set the scale to 2.0 and ask the...

What OS are you using? (Estrella uses Nodejs's child_process module and process groups on POSIX systems to allow for process tree control)

Also can you please provide a complete repro? (ideally as a gist or a zip or tar archive) FTR, the signalling code is here: https://github.com/rsms/estrella/blob/7294055202b0ea6004ed4cac2fd22e8079497f17/src/exec.ts#L272-L320