Results 12 issues of Ilia Pozdnyakov

Often, I want to just share a single file over HTTP. Right now, we can only pass a directory to `darkhttpd`, and it will serve any file from that directory....

**Please describe the problem you are having in as much detail as possible:** Upgrading from `0.5.x` versions, changing `createVoiceRecevier(connection)` to `new VoiceReceiver(connection)` seemed to be the logical choice. However, the...

bug

**Please describe the problem you are having in as much detail as possible:** https://discordjs.github.io/voice/classes/voicereceiver.html#speaking `VoiceReceiver.speaking` is documented to be a `SpeakingMap`, but there are no docs for `SpeakingMap` itself. **Further...

bug

resolve #894 ## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [ ] Tests for the changes...

### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...

VSCode is able to detect and apply language modes automatically, looking at (among other things) file extensions. This PR makes it so the ContentProvider URIs preserve extensions of their source...

This behavior was the source of much headache and confusion for me, because I thought that my parser was the problem. For example, this simple grammar: ``` Main -> "foobar"...

## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [x] Tests for the changes have been added...

**Is your feature request related to a problem? Please describe.** I've set up a couple different connections in workspace-level settings of different projects. They are stored under `.vscode` in the...

feature request

**Describe the bug** Every time the linux client is launched, it adds itself to XDG autostart (`~/.config/autostart`) with no ability to disable this from inside the client itself. **To Reproduce**...

feature request
os/linux