ComplexSpaces

Results 110 comments of ComplexSpaces
trafficstars

> Crates that handle file systems, SSL certificates, audio, etc might need porting to work with Android's systems [rustls-platform-verifier](https://github.com/rustls/rustls-platform-verifier) came out earlier this year and handles verifying SSL certificates on...

👋 Hey there, has there been any further thinking on support for this feature? It recently came up on https://github.com/1Password/sys-locale/pull/18 where we had to hardcode `None` in the locale fetching...

I'd like to add a +1 for implementing`modpow`. It's useful in older protocols such as SRP.

Thanks for filing this, I agree it'd be nice to expose a preference list instead of "this locale or nothing." This isn't a high priority item for me at the...

#22 implemented the API for this feature, and the full implementations for WASM and Windows. There are still platforms that need flushed out.

#24 implemented this for our currently-supported Apple targets.

@Dinnerbone @jamiebuilds-signal I've [published 0.3.1](https://crates.io/crates/sys-locale/0.3.1) a few minutes ago, so this new functionality should be available now for the currently supported platforms.

> I think we should use following variable order in locale evaluation: the precedence order: LANGUAGE, LC_ALL, LC_MESSAGES and LANG. Yes, I think this makes sense to me and I...

> Can you clarify the compatibility reasons for keeping LC_CTYPE? > To me, rejecting LC_CTYPE seems more like a fix rather than a breaking change. Its really because I don't...

> I still see removing LC_CTYPE as a fix, so I would suggest doing it. Fair enough, we can go ahead and plan to do that then. > KDE sets...