valadaptive
valadaptive
### Summary issubclass(..., discord.abc.[certain classes]) now raises a TypeError ### Reproduction Steps 1. Try calling `issubclass` with `discord.abc.Snowflake` or `discord.abc.User` as the second argument 2. Notice that it fails with...
First off, apologies for leaving you hanging for a year! Some stuff came up and this fell off my radar for a while, and this seemed like it was going...
Currently, there's a `dist` npm script which generates a bunch of browser distributions into the `dist` folder. However, these builds don't appear to be referenced anywhere--the `browser` field in package.json...
Currently, the documentation seems to be manually maintained and updated alongside the code. It may be beneficial to move the documentation alongside the code in the form of JSDoc comment...
Since the days of Node 0.x, a lot of things have changed in the Node ecosystem. When Node was first created, a lot of useful functionality was missing from the...
**Describe the bug** I often nest left-to-right and right-to-left layouts inside each other in order to place elements along the ends. When a `TextEdit` is the last element in such...
- Clean up the ntsc.py code - This includes various typing fixes, cleanup of imports, and removal of unused code like `XorWowRandom`. - The `LowpassFilter` class and `lowpassFilters` function have...
The current `prisonersDilemma.py` script only pits each algorithm against each other once, meaning that randomness (both in the algorithms themselves and in the round length) could significantly affect the results....
Progress towards unblocking #6790. Renames the experimental `--out-dir` argument to `--artifact-dir`, both to reflect that it's where the final build *artifacts* will be copied to, and to avoid confusion with...
I still need to do some cleanups and replace uses of `Buffer.compare`, but I'm putting this PR here so you can benchmark it. Before I can complete this, #428 (minus...