-
```
What steps will reproduce the problem?
0. Write an app *without* the READ_LOGS permission
1. Have the app send a 'start logging' intent to aLogCat
2. Have the app send a 'save to the sdcard' inten…
-
```
What steps will reproduce the problem?
0. Write an app *without* the READ_LOGS permission
1. Have the app send a 'start logging' intent to aLogCat
2. Have the app send a 'save to the sdcard' inten…
-
```
What steps will reproduce the problem?
0. Write an app *without* the READ_LOGS permission
1. Have the app send a 'start logging' intent to aLogCat
2. Have the app send a 'save to the sdcard' inten…
-
import torch
from transformers import BertForTokenClassification, BertTokenizer, AdamW
# 设定设备
device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
# 加载预训练的BERT模型和分词器
model_name = 'b…
-
### Description
`PendingIntent.getActivities`, 2nd call with same Intents[] results in `shadowOf(pendingIntent).getSavedIntents()` returning an array with only the entry.
### Steps to Reproduce
1…
-
Handle inconsistencies when deleting utters or intents.
-
### Summary
VoiceClient.play() doesn't pass FFMPEG error to 'after' function.
### Reproduction Steps
I know from https://github.com/Rapptz/discord.py/issues/5131 that the session invalidation error…
-
### Summary
Documentation fails to build with sphinx 7.4.7
### Reproduction Steps
python-discord fails to build on Debian and Ubuntu, because the documentation fails to build with sphinx 7.4.7.
…
-
Run the code below with `node --expose-gc`. One might expect the output to be `value`, but it actually prints `undefined`.
```js
import { Tuple } from "libtuple";
import { setTimeout } from "node…
0f-0b updated
1 month ago
-
### Which package is this bug report for?
discord.js
### Issue description
If a shard attempts to reconnect but doesn't fully do so before the final shard becomes ready, the `ready` event won…