Phii

Results 34 comments of Phii

I also think that'd be a great feature, since what is critically high wear (which is basically what the red/yellow color of the wear bar is supposed to indicate) can...

In case you want to also use the GitHub CSS, you could get it from [here](https://github.githubassets.com/assets/gist-embed-52b3348036dbd45f4ab76e44de42ebc4.css). You will need to fill the HTML generated by GitHub's markdown API into a...

This is the next thing I'll start working on.

I think potential values for the `capitalization` section could be name | example | comment --------|-----------|------- lower-case | foobar | these first three options are self-explanatory. capitalized | Foobar |...

I think random-studly-caps should be left out for now due to the problem it entails (as noted in the "comment"-column). random-case will not be implemented for now as well, but...

So for now, we'll leave it at specifying and implementing th following: name | example | comment --------|-----------|------- lower-case | foobar capitalized | Foobar | problem: this only allows to...

The whole thing is developed in the [specify-global-capitalization-system](https://github.com/phseiff/gender-render/tree/specify-global-capitalization-system)-branch.

The specification is extended (not yet published as a new version) to support that now, and the implementation already implements it, too; the only thing left to do is testing.

I will probably change this in a later version of the specification to start with the first capitalizeable letter rather than the first letter, so "`_Foo`" is interpreted as `capitalized`...

I've made some thoughts on how to best structure these additions in regards to there place in the specification system, whom I will share in the following. Noun gendering and...