Oliver Wilkes

Results 42 issues of Oliver Wilkes
trafficstars

### Discussed in https://github.com/plasma-umass/scalene/discussions/584 Moved to an issue since discussions seem to be ignored. Originally posted by **ooliver1** March 22, 2023 Using ```py async def runner(): try: await self.start(*args, **kwargs)...

## Summary Bump to [Pyright 1.1.333](https://github.com/microsoft/pyright/releases/tag/1.1.333). This makes changes to `application_commands.py` to support the fact that `ellipsis` is `@type_check_only`. `Range` and `String` need to support type checkers properly with `Annotated`...

p: medium
s: awaiting review
t: refactor

## Summary Add a setter so the cog system can assign options. ## Checklist - [ ] If code changes were made then they have been tested. - [ ]...

t: docs
p: low
s: awaiting review

## Summary > **Note** > This too relies on #1126 as without poetry, the 3.12 PyPI specifier would have to be added to package metadata as well. This is a...

p: medium
t: meta
s: awaiting review

## Summary > **Note** > This is branched from #1126 as to not have to redo dependencies when that is merged. View the tests-only diff [here](https://github.com/nextcord/nextcord/pull/1130/files/4ecb5248b1b1e53f86db567a10bc7f75b08a15b3..1af786382d10949ebc368bb343db6e5b57adbe5b) I am yet to...

s: in progress
p: medium
3.0

### Summary Add a way to pass a relevant scheduled event when creating a stage instance. ### What is the feature request for? The core library ### The Problem Discord...

p: medium
t: api coverage

## Summary Not tested yet so is a draft. This PR makes use of proper keyword arguments in the activity classes. This makes for better intellisense/autocomplete for users, and improves...

s: in progress
p: low
t: refactor

### Summary Add avatar decorations to nextcord. ### What is the feature request for? The core library ### The Problem There is a nitro only feature - avatar decorations, which...

p: high
t: api coverage
3.0

### Summary The recent addition of role subscriptions ### What is the feature request for? The core library ### The Problem Nextcord should support role subscription message types, guild features...

s: stalled
p: medium
t: api coverage

Setting `primary_key` for multiple columns only looks at the last-most column.