bendk

Results 297 comments of bendk

I second what @rfk said: Mozilla folks are definitely interested in this and I think that plan to get started makes a lot of sense. If you're on element, feel...

> Uhh... This already works without `[Trait]` though? The goal would be to support a Trait that's implemented by multiple types and have allow the foreign code to have something...

In the spirit of early feedback, here's a patch that makes the FfiConverter code add the box so user's don't have to: https://github.com/bendk/uniffi-rs/pull/new/traits-unboxed. I also wonder about avoiding the box...

> Also I have a question that I wasn't sure whether to ask here or on Matrix: > > Why does the current scaffolding contain a separate `FfiConverterTypeFooError` instead of...

That second bullet is how we handle builtin types currently. I'm surprised that there would be an issue with a `u16` parameter, can you paste the error here?

> So it's only with `u16?` Haha I thought that's what *you* were saying. I would expect any errors to apply to all numberic types, and possibly things like `String`...

One more thing: If I have my credentials cached, everything seems to work fine. In fact, right now I'm using a workaround where I map a keyboard shortcut to run...

One more datapoint is that the pinentry does work for sites that are requesting credentials via HTTP basic auth. I'm not sure why that would be different, maybe it's a...

This one? ``` echo '{"type":"getLogin","entry":"github.com"}' | ./test-client | gopass jsonapi listen ``` It works fine, except I need to change `gopass jsonapi` to `gopass-jsonapi` (and change the entry to something...

> I would say that this data is Category 1 (technical data) instead of interaction data Yes that seems better, updated the description.