Luke Frisken
Luke Frisken
Thanks for reporting!
No worries! Not at all urgent. I'm not sure how littlenavmap's drawing code works, but on a previous project I worked on we did the projection by using a camera...
@jgarzik Our current use of gettext has no standard support for string formatting for messages. We could depend on some runtime string formatting/templating library or implement our own. Or we...
@jgarzik Or sorry perhaps I misunderstood you! You're still suggesting that we use tr! but use some kind of compile time transformation to transform vanilla `gettext()` into `tr!()`?. How would...
I'd be happy to do the find and replace on any branch that @fox0 has going, it's completely automatable using grep and regex from what I can understand.
@fox0 Can you elaborate on why you consider it to be harmful? At the very least, as I understand it, our current use of static linking with `gettext-sys` to GNU...
Oh actually I see on second reading perhaps environment variables can be used to link against GNU gettext on Mac too https://github.com/gettext-rs/gettext-rs/tree/master/gettext-sys#environment-variables Anyway, this adds pain to what is otherwise...
> There is no point in using a wrapper dependency. Without more context, we could probably make the same statement about many other dependencies that we have in this project....
I'm happy to change my mind, willing to be convinced, but I don't understand what your reasoning is yet.
@fox0 I think that's not a bad idea. Just as a point of comparison though, this introduces a new dependency `dynfmt`. On the other hand `tr` includes string formatting, and...