Manish Goregaokar
Manish Goregaokar
In favor of merging.
June 27 - @hsivonen - We have these small struct wrappers in icu_properties. If we moved those to separate smaller crate we could parallelize builds better. - - Is it...
Though in that case we need to make the change now
Yeah, sounds like a bug
> or other ways discouraging sites from assuming they'll be granted the permission automatically, on page load It's a core part of the design of the feature that sites _can_...
I don't think my old concern that `auto_cfg` and `cfg_show` are confusing since they are new terms using cfg in different spots has been addressed. I'm not going to block...
@GuillaumeGomez nice! Should the syntax for `auto_cfg` then be `doc(auto_cfg)` and `doc(auto_cfg = false)` (with `= true` being accepted but not the primary documented syntax)?
@GuillaumeGomez yes, so basically this means: - `doc(auto_cfg)` = auto on - `doc(auto_cfg(show(..))` = auto on, _and_ show stuff - `doc(auto_cfg = false)` = turn it off - `doc(auto_cfg =...
Yeah, `hide` doesn't make any sense without `auto_cfg`. I mostly don't want to mix the `=` and the `()` syntax too much, and this way most normal users only use...