ChrisJL

Results 31 issues of ChrisJL

This allows setting a `binary_path` key in the request body to `/eval` to specify which binary to run under. If not supplied, it defaults to `"/lang/python/default/bin/python"` if supplied, snekbox ensures...

Implement a /ping endpoint (or similar) so that we can check when the system is ready to serve requests. This should only return a 2XX code once all caches are...

We want to have warning+ logs be sent to sentry for ease of investigation. Look at bot for examples on how we do that there.

We currently have this lemonsaurus https://github.com/python-discord/branding/blob/main/emotes/other/src/lemonsaurus.svg It would be really cool if we could have an animated version, with a walking cycle. Maybe with the tail & arms moving too!

area: lemojis
type: feature

Currently whenever you paste a forms link is discord, the embed looks like this: ![image](https://user-images.githubusercontent.com/9753350/150696350-fa4ff153-3619-47a1-8aad-905da7ff2f0a.png) Using `og` tags we can set what this embed looks like, we should include the...

area: front-end
priority: low
status: stalled
type: feature

### Check version - [X] I'm running the latest version of Path of Building and I've verified this by checking the [changelog](https://github.com/PathOfBuildingCommunity/PathOfBuilding/blob/master/CHANGELOG.md) ### Check for duplicates - [X] I've checked...

bug
crash

We removed this functionality in https://github.com/python-discord/bot/pull/2968. IF we were to add this back, we should offer users to opt-out of the DMs. > Part of the idea behind DMing authors...

t: feature
s: planning
a: help channels

## Relevant Issues ## Description ## Did you: - [x] Join the [**Python Discord Community**](https://discord.gg/python)? - [x] Read all the comments in this template? - [x] Ensure there is an...

**Describe the bug** When creating a non-primary key column with a sequence in postgres, alembic generates the migration as expected. However, after applying that migration, and then autogenerating a new...

bug
autogenerate - detection
postgresql