-
### Summary
voice recieveng only work once then i get the exception "The AudioData is already finished writing."
### Reproduction Steps
I used the voice recording example in the examples folder
it…
-
### Summary
Group commands
### Reproduction Steps
I simply created a simple group command with client.create_group()
### Minimal Reproducible Code
```python
serverId = [966310066263322664]
g…
-
### Description
This issue was originally reported here: https://github.com/sct-pipeline/gm-challenge/issues/77
The white matter atlas is supposedly encoded between 0 and 1. After estimating war…
-
### Summary
before_invoke and after_invoke decorators are not called for bridge commands.
### Reproduction Steps
1. Create a bridge command.
2. Add a before_invoke or after_invoke decorator for th…
-
### Description
When using `sct_register_multimodal` with the type `label`, the function crashes:
~~~
Description: itk::ERROR: TransformFileReaderTemplate(0x600002cf3a80): Transform IO: MatlabT…
-
I think a smart implementation of this library would be as an extension by moving it into the discord/ext/wavelink namespace.
Also the library name currently is a bit unconventional. pycord-ext-wavel…
-
Right now, the "linecord-XXX-name" metric is commented out in the sample metric definition file, leading to warnings such as:
```
.../zhmc_prometheus_exporter/zhmc_prometheus_exporter.py:727: UserWa…
-
### Summary
The commands.cooldown decorator doesn't work on slashcommands
### Reproduction Steps
Create a slashcommand and use the @commands.cooldown(args) decorator on it
### Minimal Reproducible…
-
### Summary
Autocomplete methods are not executed for slash commands that are under a SlashCommandGroup.
### Reproduction Steps
I created a slash command group, and added commands with autoco…
-
### System Info
According to following `FutureWarning` loading tokenizer using a file path should work in v4:
```
FutureWarning: Calling AlbertTokenizer.from_pretrained() with the path to a single …