-
### Description
`docker buildx build` has a `--target` option where you can specify the desired target stage of a multi-platform build. It would be very useful for the value of this option to be ac…
-
It seems like some operations mutate `Mat` without requiring `Mat` to be mutable such as [`ellipse`](https://nebgnahz.github.io/cv-rs/cv/mat/struct.Mat.html#method.ellipse). This could result in a dat…
-
# Expectation
Method to perform test of Video Random Access Memory (VRAM) for failed banks to diagnose https://github.com/Kreyren/kreyren/issues/84 and https://github.com/Kreyren/kreyren/issues/87 to…
-
Thanks for this library!
Is there any interest from the devs in `no_std` support?
We have been using `corepack` as an alternative but it is inferior to `rmp` in a number of ways unrelated to the…
-
Tracking issue
While implementing the missing protocol handler functions in `BootServices`, I found that `extern "efiapi"` is incompatible with Rust's current (unstable) implementation of c variadi…
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [0cb48f4f2de372118a324be32a3de77340c30f22](https://github.com/dotnet/runtime/co…
-
I did install the pymbusparser as follows:
`
PS> poetry add pymbusparser
Using version ^0.0.0 for pymbusparser
Updating dependencies
Resolving dependencies... (6.2s)
Package operations: 1 …
-
### Run Information
Architecture | x64
-- | --
OS | alpine 3.15
Baseline | [543bcc5ee7d6a2b9471b016770227421c43a756e](https://github.com/dotnet/runtime/commit/543bcc5ee7d6a2b9471b016770227421c43…
-
### Please confirm these before moving forward
- [X] I have searched for my issue and not found a work-in-progress/duplicate/resolved issue.
- [X] I have not been informed if the issue is resolved in…
-
### Alpine
```dockerfile
#FROM rustlang/rust:nightly-alpine AS builder
FROM rust:alpine AS builder
RUN apk add --no-cache musl-dev unixodbc-static psqlodbc sqliteodbc
WORKDIR /src/odbc2parque…