-
e.g. `AnyRefMap` has:
```
def +=(key: K, value: V): this.type = { update(key, value); this }
@inline final def addOne(key: K, value: V): this.type = { update(key, value); this }
@inline ov…
-
Converted to 1.11.2 and noticed a tank had a dark texture:
![dark fluid tank](https://user-images.githubusercontent.com/13642054/27431098-256a336e-5743-11e7-9b8c-6751d13b2e05.png)
So I broke a sin…
-
Preliminary requirements:
- Sync with 3.6/3.7 upstream
- missed things
- changed things
- Improve code maintainability (current files structure is not optimal for code compare)
- Fix API dr…
-
Hi everybody! 👏
We all at Public Lab 🎈 - learn, grow, work, brainstorm ideas, contribute together so why not share about our weekly goals and the awesome work we have done at Public Lab with each o…
-
As per current example in the book: https://doc.rust-lang.org/book/ch03-01-variables-and-mutability.html, the following is currently acceptable:
```rust
fn main() { //Example One
let x = 5;…
-
I'm working with a big `Prelude.JSON.Type` value that I converted from yaml. There are arrays of `mapKey` and `mapValue` all over the place and it's making it hard to read and annoying to convert to p…
-
**The bug**
I've an issue with the `sendMulticast()` method. I want to send a notification to three different devices, 1 Android and 2 iOS.
When I send the notification to one device at a time wit…
-
We dropped signed jars in a recent release, mainly because of how long it takes to verify the jar and the fact that it seems like no one actually verifies them in production.
We should probably at …
-
I am building a dataset of jokes ("dad" jokes), family friendly, the more groan inducing the better! Please help me with links to places I can find more. Starting with 650 from https://icanhazdadjoke.…
-
E.g. `rec { a = 1, b = a }`? Unable to find relevant discussion, sorry if this has come up already.