-
When I am trying to plug USB printer in Android 14+
Shutting down VM
E/AndroidRuntime( 1655): FATAL EXCEPTION: main
E/AndroidRuntime( 1655): Process: com.printer.app, PID: 1655
E/AndroidRuntime(…
-
@brmataptos @fEst1ck @georgemitenkov @rahxephon89 @runtian-zhou @vineethk @wrwg
Index notation is already available [for vectors](https://aptos.dev/en/build/smart-contracts/book/vector#index-notati…
-
```julia
julia> img = OpenCV.Mat(rand(UInt8, 3, 32, 32));
julia> ym = OpenCV.cvtColor(img, OpenCV.COLOR_BGR2LAB);
julia> vm = OpenCV.split(ym)
ERROR: MethodError: no method matching jlopencv_c…
-
It is possible to define custom human-readable names for any hash (scripts and pubkeys) in the `pcOptHashNames` options of the pretty printing options `PrettyCookedOpts`.
This is usually set static…
-
In documentation you say that "Money is value object - it's immutable." and yet it has `public setAmount($amount)` and `public setCurrency($currency)` methods. Something doesn't add up here.
-
If a field should be modified, that's usually written as `|value = RefCell::::new(initial)|;` or similar.
(Technically using an atomic would be better in this case, but that's more verbose elsewher…
-
Should the objects of `ComputingConfiguration` class be mutable (the original compute settings changed in the object)? Or should it always keep the original settings and new can be added/updated on th…
-
## Rationale
It's long been a source of confusion that the mutable generic collection interfaces don't implement their respective read-only collection interfaces. This was of course due to the read-o…
-
velero version: 1.14.1
error: async write error: "unable to write content chunk 96 of FILE:000002: mutable parameters: unable to read format blob: error getting kopia.repository blob: The provided to…
-
# Feature Request
**Describe the Feature Request**
The `Vec` type is for now an append-only data structure. We can only append at the end, and retrieve existing values.
We could also add:
-…