Henry Gomersall

Results 22 comments of Henry Gomersall

Another strategy I'm experimenting with is running two versions - one that just performs the setup, the other performs the setup and run. I hypothesise that the delta is attributable...

This happens on `i` or `t` in the second last position or `s` in the last position (when the second last is not `s`: ```rust use inflector::Inflector; fn main() {...

The problem is the final [`to_singular()`](https://github.com/whatisinternet/Inflector/blob/a4a95eac75043f4bffb127c7c8ec886b5b106053/src/cases/classcase/mod.rs#L100). This seems like the wrong behaviour to me...

The q-shifts I think I acquired from Nick Kingsbury, but they're published in one of his papers (though I'm not sure to quite the same precision). It does sound like...

It's possible to escape the '.' as a potential workaround.

Whoops, yes, I probably should have been more specific!

Hi Jeremy, Yeah, it was that thread that prompted the question. Was the uio stuff discussed offline, or do you have a reference for that? I too am thinking along...

Tied in with this, presumably, is what happens when the user forgets their password! I'm currently in the position where I can't change much due to me choosing a super...

Out of interest, why would you not like the behaviour? It's standard across every bit of gui software and is the behaviour one normally expects under Linux. That incantation doesn't...

Thanks for the pointers. If I can configure things appropriately, I'm happy.