-
While fixing `ConcurrencyModificationException` https://github.com/woocommerce/woocommerce-android/pull/12646, we came to conclusion that replacing `mutableMap` with Thread safe map would benefit in t…
-
Hello,
looking at the code I noticed that the `SparseMatrixCOO` constructor is mutable, while the `SparseMatrixCSC` one is not.
I think that it can be safely converted into immutable. Am I wrong…
-
### Affected rules
- `M6-5-3`: `cpp/autosar/loop-counter-modified-within-statement`
> Rule 6–5–3 (Required)
> The loop-counter shall not be modified within condition
or statement.
### Descri…
-
I tried this code:
```rust
use std::ops::{Deref, DerefMut};
struct DerefMutExample {
value: T
}
impl Deref for DerefMutExample {
type Target = T;
fn deref(&self) -> &Self::…
-
View components use mutable fields. Is this really required?
-
The DOM and the browser APIs are inherently mutable, so the language must have a way to deal with it.
Here are the three options discussed so far:
1. Straightforward mutability - the worst option for…
-
Hi guys, so I was thinking of implementing [BEP46](http://www.bittorrent.org/beps/bep_0046.html) in WebTorrent. I already implemented a simple reference implementation _on top_ of `webtorrent-cli` (ht…
-
Hi!
It would be nice to have a way to assign values to the specific position in the sparse tensor.
Are there any workarounds that allow to set a values to the specific index?
-
Implementing `ClassType` in `declare_class!` is `unsafe` because we need the user to uphold a few safety guarantees, and that was just the most convenient place to put the `unsafe` keyword.
After h…
-
Hello,
I am encountering few errors, when I try to build app with Flutter with command:
`flutter build ios --release --no-tree-shake-icons --flavor devel`
it returns:
```
Swift Compiler …