Lioness100

Results 25 issues of Lioness100

`todo!` better matches the exercise's intent than `unimplemented!` > The difference between `unimplemented!` and `todo!` is that while `todo!` conveys an intent of implementing the functionality later and the message...

Hello! I have a question regarding `standard-library-types/arc1.rs`. This was my solution, which compiles fine: ```rust #![forbid(unused_imports)] // Do not change this, (or the next) line. use std::sync::Arc; use std::thread; fn...

### Which package is this bug report for? discord.js ### Issue description Many events emit partial structures- whether that be `PartialMessage`, `PartialGuildMember`, `PartialMessageReaction`, etc. However, if you try to use...

bug
need repro
typings
packages:discord.js

It seems my module paths do not get resolved correctly when using `node` or `ts-node` `src/index.ts` ```ts import cleanup from 'node-cleanup'; import ArimaClient from '@client/ArimaClient'; // ... ``` `tsconfig.json` ```json...

I'm using generator arguments and the last option, `--name`, always returns `null` when I try to set it. ```js *args() { const member = yield { type: "memberMention", prompt: {...

### Issue description The following error can be produced with any two collections that have different key or value types. I understand why you shouldn't be able to use two...

bug
need repro

## Description This PR fixes some typos ## Checklist * [x] I have read the [contributing guidelines](../CONTRIBUTING.md). * [ ] I have added relevant tests. * [ ] I have...

`crossterm::event::read` is picking up key presses that occur before the function is even called. How do I prevent this?

# Pull Request ## What does this PR do? This PR fixes some typos throughout the repository (trial run for [a CLI I made](https://github.com/Lioness100/rspell)). I'm unfamiliar with this codebase, so...

Fixed a few random typos (this was a trial run for [a CLI I made](https://github.com/Lioness100/rspell))

CLA Signed
beta