Ian Campbell
Ian Campbell
> #[uniffi(type = bytes)] gets a bit ugly for Option, Vec and Map - but maybe that's doable? Could we say that `type` can be any valid UDL type definition...
> I'm not even sure how possible it is to put attributes on individual args and on a result type, which this would require. Ah, yes, I was focused on...
Sorry, my use of the phrase "default to" seems to have complicated matters. My actual requirements would be satisfied by some way (e.g. in `uniffi.toml`) to tell uniffi to always...
> * I think having tag: foo in the build.yml is fine. if present we should push to /: and /:- :+1: > * Specifying --build-arg in the build.yml would...
It is valid to do e.g. `COPY --from=docker:17.06.0-ce` rather than having to do `FROM docker:17.06.0-ce AS docker` then `COPY --from=docker`. Unfortunately `COPY --from=${IMAGE}` doesn't work: ``` Step 5/5 : COPY...
Overall looks good. The repetition of the versions you mention could be resolved by having e.g. `4.14.x/{kernel,dbg,perf}` instead of ``4.14.x{,-dbg,-perf}`. Or you could have them all in the same dir...
> They will still have different hashes as the `extra-sources` will be different. I don't think that _has_ to be the case, it would just mean some of them had...
As @justincormack says this is (probably) possible but is likely to be non-trivial and is not currently a priority for us. I will file a wishlist ticket for this internally....
@SiKing, If someone (or someone's client's hired contractor) was to raise a PR against https://github.com/docker/hyperkit which added the necessary underlying support for USB device passthrough (i.e. causing the USB device...