AbyxDev

Results 9 issues of AbyxDev

When looking at Celeste in the Discord game library, there's a dropdown for "play". One of the options is "Celeste OpenGL". Upon choosing this option, the game opened as normal...

# Bug report ## Expected behavior `dis.dis` on an empty class should output a message along the lines of "Nothing to disassemble", or possibly raise an exception in that regard...

* Register zh-TW and zh-CN * New language option: `joinSeparator` allows changing the space between words to something else, like an empty string in Chinese's case. * New language option:...

Might be useful in cases where an existing starboard is being migrated to R. Danny

* PrettyPrinter version: 0.18.0 * Python version: 3.9.6 * Operating System: Windows 10 Command Prompt ### Description I was trying to prettyprint the result of operating on `sys.stdin.read()` when I...

Hexdump of the first 16 bytes of a JSON file saved from https://jpwright.github.io/subway is as follows: ``` $ hd -n 16 bns_saved_game.json 00000000 ef bb bf 7b 22 6c 69...

The link should be https://markus.teach.cs.toronto.edu/2023-09 rather than 2022-01

Here's some doctored screenshots: enwiki homepage, transplanted to my local instance (hence the missing images): ![enwiki homepage in new design](https://cdn.discordapp.com/attachments/764646854343655464/899897609097977877/unknown.png) My sandbox, with the pencil menu now just a button:...

design
needs-discussion
prio-low

### Summary The `@app_commands.dm_only()` decorator and its kin do not actually override `CommandTree.{allowed_contexts,allowed_installs}` ### Reproduction Steps 1. Set all three flags on `CommandTree.allowed_contexts` 2. Add a `@dm_only()` command 3. The...

bug