Wesley Moore

Results 98 issues of Wesley Moore

From discussion in #11 it might be useful to have a mode where only ASCII characters are upper-cased: > @wezm I mean I want to leave small greek letters as...

The following test cases are not currently supported: ```rust testcase!( in_flight, "The in-flight entertainment was excellent", "The In-Flight Entertainment Was Excellent" ); testcase!( stand_in, "The Stand-in teacher gave us homework",...

enhancement

I'm working on Myanmar shaping in Allsorts and have a query about how punctuation should be handled in syllable splitting. There are these punctuation characters in the Myanmar character tables...

Yesterday I was doing some programming on an aeroplane flight. I wanted to control how an `enum` was serialized but could not remember the exact attribute to use. I did...

All matched elements are used to generate the item description. Closes #44

This enables ignoring the cache when the configuration has changed, ensuring that the feeds are regenerated. Fixes #45

I use `time` in my [rsspls](https://github.com/wezm/rsspls) project (thanks!). It's a tool that uses CSS selectors to extract parts of web pages and build an RSS feed from them. `time` is...

C-feature-request
A-parsing