Roland

Results 15 comments of Roland
trafficstars

I don't think those goals are necessarily mutually exclusive, it's just that I've become somewhat apprehensive about making this addon more complex than it already is. Upon reflection though, perhaps...

I can definitely add the `theme` option. All that seems to do though is add a class to the `container` and `replacer` elements. You would still have to add the...

This is (partially?) resolved by https://github.com/rustwasm/wasm-bindgen/pull/2907. There is potentially still a remaining issue concerning the code-span targetting of the error message; the problem definitely originated in `webidls/unstable/WebGPU.webidl`, not in `webidls/enabled/BatteryManager.webidl`....

Just stumbled across this issue, figured I'd remark that #999 is still an active problem for me. [Here's what I've been using as stopgap.](https://github.com/RSSchermer/web_glitz.rs/blob/8730f44108f89844eb303057f1b13118604a3e4f/web_glitz/src/util.rs#L10)

Hey, thanks! I am aware of the failing tests. The underlieing issue stems from this addon being from before Ember introduced contextual components. Later versions of Ember then changed something...