Wesley Moore

Results 98 issues of Wesley Moore

* `binfmt-qemu-static-all-arch` can be used as a replacement for `binfmt-qemu-static` * For now `qemu-user-static-bin` can still be installed by cloning the repo and building it: * `git clone https://aur.archlinux.org/qemu-user-static-bin.git`

I've forged ahead with some ideas in order to make it possible to read the contours of simple glyphs. I've added the following primitives: - `u16_from_u8` — does what it...

Just an idea for your consideration. It would be great for displaying times and durations with the seven-segment display glyphs if the colon was positioned higher up vertically when surrounded...

_Opening this issue in response to [this comment on Lobsters](https://lobste.rs/s/klchyw/rumqttc_v0_14_0_released#c_rdxzkz)._ Since MQTT is frequently used in IoT environments with microcontrollers publishing data to a broker it would be nice if...

feature request
stale

**Is your feature request related to a problem? Please describe.** Attempting to read an image with a `gAMA` and `cHRM` chunks ([which are in the PNG1.2 spec](http://www.libpng.org/pub/png/spec/1.2/PNG-Chunks.html#C.gAMA)) results in `UnknownChunkType`...

enhancement
good first issue

### Is your feature request related to a problem ? I have been running a Pleroma instance for a few years. I would very much like to switch to to...

enhancement
future tech

I'd like a linter that checks for verbatim text that has leading whitespace. I had a go at creating this linter and came up with the following: ``` ruby module...

Currently [it appears](https://docs.rs/parity-codec/4.1.4/parity_codec/trait.Encode.html) that `ne` always uses little endian encoding. I deal in big endian values a fair bit (fonts) so it would be useful to be able to encode/decode...

enhancement

First up, I wanted to pass on my thanks for building this tool. I find it very useful for investigating font related issues. Whilst building out `gvar` support in Allsorts...

I've been working on hooking up some recent variable fonts work to the test suite and noticed that several of the test fonts used for variable font tests are lacking...