Wesley Moore

Results 160 comments of Wesley Moore

It appears that more fine grained access to private repositories is available though the [GitHub Apps API](https://docs.github.com/en/rest/reference/apps). When done this way the app is "installed" into each private repo it...

Sounds reasonable. Like a more general version of `find`, which takes care of the c strings if you're only matching on family and style: https://github.com/yeslogic/fontconfig-rs/blob/da4c674a2a5b5a04099bd1a9312e090b13865bd1/fontconfig/src/lib.rs#L142

I have opened a PR with a partial fix for this in https://github.com/kriomant/ch57x-keyboard-tool/pull/69 (Note: I still need to pass `--endpoint-address 2` to make my board work after my changes are...

> Tidy has 2 contributors who aren't me. I'm a bit confused if/how that complicates things. Contributors contributed code under the terms of the project license so you need to...

> We have a bit of an odd requirement for optics in the sense that we need to make sure it is **not** turing complete This sounds a lot like...

Might be a bit late given the state of the tool but some of the work I did for Read Rust might be relevant. Specifically the [add-url](https://github.com/wezm/read-rust/blob/master/src/bin/add-url.rs) tool and [feed...

I can see why this would be useful. However, currently title case has no knowledge of Markdown, it's just handling plain text. Perhaps there should be a markdown mode to...

The implementations I based mine on don't do that so mine doesn't either. It does seem like it would be a reasonable addition for a common use case. Perhaps all...

Another query/thing I've run into. In the stage 2, initial reordering step some characters aren't being tagged such as those with the `NUMBER` category and some punctuation like hypen and...