bendk

Results 297 comments of bendk

I think desktop also ignores http_realm when selecting logins for autofill. Here's a screenshot where it suggests one login from a form submission and one login from a basic-auth submission...

I think we should wait on this one for two reasons: - The offending code in the description has been removed from android-components - I think mozilla/uniffi-rs#1077 means that if...

I'd like to revive this discussion now that we're hoping to add better async/callback support for Desktop JS in order to support Nimbus and viaduct. We've discussed several use cases...

@mhammond I totally agree with all of that. I reformatted this into a larger doc, tried to add some comments, and opened #1306 to discuss it more.

That could definitely work, but I'm more wondering about the overall plan. Are we trying to keep the Oracle stateless so that it's easy to construct? Or do we think...

Agreed that the high-level goal of reducing boring/boiler plate code is good and worth the effort. The discussion is making me wonder if there's another way to achieve it though....

> I'd go as far as saying that wrting`fun doOtherThing() { return decorator.decoratingMethod { demoRustObject.doOtherThing() } }` each time I add a new method doesn't seem fun either. What if...

> The main use-case for `Any` is swallowing exceptions, right? If that wasn't a requirement, you could imagine a world where decorators could be described in toml - the signatures...

To me, changing the signature is a requirement for many use cases. One of the main ones is turning a `T` into a `Deferred`. The extra cognitive overhead seems about...

> Related to the above point, we care about this a lot for Nimbus because we own lots of consumer code. But we already have a few other uniffi'ed components,...