Matthew Heguy

Results 9 issues of Matthew Heguy

**Describe the bug** A clear and concise description of what the bug is. - [X] I have checked that this issue has not already been reported. - [X] I have...

bug

I can't be the only person who wants to find meltdown code and opens nuke-control before I remember that I'm not where I want to be. Would it make sense...

waiting for june/ 0.17 stable

Per doc: `---@param sound string sound to play, nil to not play anything` But code is: `sound = sound or 'utility/new_objective'`

Essentially this will be to demote regulars who haven't been on in multiple months. Lately we had former regulars come on and grief, so this is in the hopes of...

The description for the DeleteBooking endpoint is a copy of the GetBookingIds endpoint. https://github.com/mwinteringham/restful-booker/blob/a79019cadc11105c451f2d1fa1d7e65ee13f3866/public/apidoc/api_data.js#L281

#### Describe the bug The python code generated from the generator example (https://www.asyncapi.com/tools/generator) has several issues that prevent the code from running (without debugging): 1. messaging.py:13 sets defaultHost to `'test.mosquitto.org:{port}'`....

bug

This modifies the type hints to reflect the behaviour of the functions. This is the easier/faster way to close #125, though not the better way.

There is no documentation indicating that ngrok.forward can return an `_asyncio.Task`. Running this code: ```python import asyncio import ngrok NGROK_TOKEN = "" def sync(): listener = ngrok.forward(80, authtoken=NGROK_TOKEN) print("sync") print(type(listener))...

enhancement