coolCucumber-cat

Results 6 issues of coolCucumber-cat

It's not a big deal but you would expect that that it would return the new text, especially if you want to save it in a variable. And for 90%...

**Describe the bug** I watched the TypeScript Basics video by Fireship and noticed that they showed what happens if you try to use await and don't update the tsconfig.json file...

### 🔎 Search Terms object spread, object rest, object spreading ### 🕗 Version & Regression Information - This is the behavior in every version I tried, and I reviewed the...

Bug
Experimentation Needed

### Summary If you have a mutable argument, but it isn't itself mutable, it will not understand that there is mutability. For example, an owned struct with a mutable reference...

C-bug
I-false-positive

- **Etcher version: 1.18.4** - **Operating system and architecture: Windows x64** - **Image flashed: Ubuntu** - **What do you think should have happened: That my phone can be used as...

So there isn't inheritance in Rust but you can easily make wrapper structs and implement methods on that. Since this is quite common, there could be a way to avoid...