Discord

Discord is a proprietary freeware voice-over-Internet Protocol (VoIP) application designed for video gaming communities, that specializes in text, image, video, and audio communication between users in a chat channel.
Here are 7,410 public repositories matching this topic...
Currently, Dynamic Transitions happen instantly. We should add an option for a 'smooth' transition between states (especially Dynamic Window States), like ChromeOS. Intended to work with TranslucentTB/TranslucentTB#64.
Is your feature request related to a problem? Please describe.
I find it difficult when typing in the entire link to get to
In Gmail tab, trying to open an attachment with "Open with Google Docs" button it just cause to open a blank window.
ENVIRONMENT
Mac Book Pro 2012
Mac OSX 10.11.6
Rambox Version: 0.6.9
Platform: darwin (x64)
Electron: 4.1.4
Chromium: 69.0.3497.128
Node: 10.11.0
Summary
sending a discord.File
object through Messageable.send()
changes the state of the file object.
Reproduction Steps
file = discord.File(io.BytesIO(my_bytes), filename='my_file')
await ctx.send(file=file) # sends the file properly
await ctx.send(file=file) # sends the file with zero bytes
await ctx.send(file=file) # error
Expected Results
Sendi
Using multiple [[gateway]]
What type of issue are you creating?
- Bug
- Feature request
- Question
Description of issue
An options config flag to enable a mode that sequentially plays queued songs by all users, where the sequence of songs consists of taking turns between all users who have queued music.
e.g. User A queues 3 songs, User B queues 1 song, User C queues 2 songs.
Song order
Skip to part in song
add !undo command
Recently I've been getting unexpected 429s when executing webhooks at the limit, following the headers appropriately. When these happen, the previous header contains information that causes my application to expect it still has requests left (e.g. X-RateLimit-Remaining: 2
), and then the very next request will return an error 429 with Retry-After: 43323
or some similar value typically between 4
[docs] docs could use a guide on how to install without JRE for when audio support isn't needed.
See: title.
Users are copying these samples, because, well, we're providing them as examples. We shouldn't be using ProjectReference to set up the dependencies.
We should start using https://github.com/all-contributors/all-contributors to fully recognize the people who contribute to this project, both with code and via answering questions.
Now the software is very cool made, very often it helps and is used by me. The only thing in private messages opposite the correspondence is to show the date of the last message. And the latest correspondence so that you are always at the top.
I would also like to add the function of collecting links to user avatars (https://cdn.discordapp.com/avatars/158283238161383424/4f929df340856c411d68955f
Describe the Bug
Right-click options are gone when "Copy Selector" is enabled.
To Reproduce
Turn on "Developer Mode" and "Copy Selector", and right-click an image popup.
Expected Behavior
Options to copy/save image previews, copy/open links, in addition to Copy Selector.
Screenshots
 and the main wiki page.
Given the need to fulfill the role of what is essentially the repo's poster child, the examples are disproportionately spartanic. While there are six of them, they don't show off every aspect of
-
Updated
Jun 16, 2020 - Lua
-
Updated
Jul 28, 2018 - C#
-
Updated
Mar 10, 2020 - JavaScript
-
Updated
Apr 7, 2018 - Python
- Organization
- discord
- Website
- discord.com
- Wikipedia
- Wikipedia
Create an overload of
gfx_draw_string_left
on\src\openrct2\drawing\Text.cpp
with the same name, but that takes aconst ScreenCoordsXY&
object instead of anint32_t x
and and anint32_t y
and replace the calls to the{x ,y}
pair by the one usingScreenCoordsXY
.Don't try to do all calls at once, unless it doesn't occur a lot, as this might lead to a huge PR. When we stop using the