Wesley Moore

Results 98 issues of Wesley Moore

Since using a new release of rsspls might result in different RSS to be generated for the same input HTML the cache should consider the version. A version field needs...

The README notes, "Other BSD systems may work, I have not tested". I tried building on FreeBSD 12.1 and it failed as follows. ``` error: failed to run custom build...

enhancement

### Basic Info - GFX version: master (f288599e34e536ee406edd3cab81589ab29dc784) - OS: Raspbian (Debian) 9.4 - GPU: Part of SoC (Broadcom BCM2837) - Device: [Raspberry Pi 3 B](https://www.raspberrypi.org/products/raspberry-pi-3-model-b/) - OpenGL Version: 2.1...

type: bug
backend: OpenGL
client: request

This is once thing needed to be able to parse simple glyphs. It allows the number of coordinates in the glyph to be determined by accessing the last end point...

This PR adds source location information to `core::Term` and `Value` so that this information can flow from the surface language through the core language and back out. This allows some...

``` test tests\succeed\stress.fathom ... FAILED failures: ---- tests\succeed\stress.fathom ---- unexpected command output: ---- command ---- "C:\\Users\\wes\\Work\\fathom\\target\\debug\\fathom.exe" "elab" "--term" "tests\\succeed\\stress.fathom" ---- status ---- exit code: 0xc00000fd ---- stderr ---- thread 'main'...

OpenType contains sequences with an unspecified length in a number of places. We need a way to handle these. - Simple glyph flags (`glyf`) - The number of flags bytes...

Prior to the introduction of booleans in patterns, a name in a pattern always created a new binding that acts a catch-all. The initial implementation of booleans defines `true` and...

``` ---- tests\fail\elaboration\unification\mismatch\arrow-both.fathom ---- snapshot mismatch: ---- path ---- tests\fail\elaboration\unification\mismatch\arrow-both.snap ---- stderr diff ---- 2| - ┌─ tests/fail/elaboration/unification/mismatch/arrow-both.fathom:3:34 2| + ┌─ tests\fail\elaboration\unification\mismatch\arrow-both.fathom:3:34 8| - ┌─ tests/fail/elaboration/unification/mismatch/arrow-both.fathom:3:39 8| + ┌─ tests\fail\elaboration\unification\mismatch\arrow-both.fathom:3:39...

For parsing some formats it's necessary to consult the bits of a value. For example in [hvif](http://blog.leahhanson.us/post/recursecenter2016/haiku_icons.html) there are flags in gradients that indicate the size of the colours in...