Chris Angelico
Chris Angelico
By default, asyncio.loop.create_server should be setting SO_REUSEADDR (if reuse_address is not set, it will be set to True on Unix, which I'm on). But it seems not to be active....
When you open the interactive map using an automatic load URL eg https://satisfactory-calculator.com/en/interactive-map?url=https://gameserver.example/fetchsave the download button is not present. It continues to be absent even if you manually load a...
### Steps to reproduce ```js esprima.parse('foo?.bar') ``` ### Expected output Some indication that this is optional chaining (if foo exists, it's the same as foo.bar, else it's undefined) ### Actual...
Not sure if this is intentional, but there's an ugly exception on the console if you call `ComfyJS.Disconnect()` when the connection has not fully established.
Currently, ComfyJS is available either by copying it to your own project, or using NPM. If this repo had GitHub Pages active, it could also be available as: import ComfyJS...
How much of the code in this repository is copied directly from https://github.com/python/cpython ? Have you acknowledged the source? Have you adhered to the license terms for that code?
### Description Small docs fix - this is not a multimap, it's a simple linear multiplier (the square root of the quadratic scale that would be shown to a user)....
https://pagekite.net/wiki/OpenSource/ says "a modern Python (2.x) interpreter", which is now a contradiction in terms. From other issues here I gather that there is some sort of Python 3 support, but...
### Operating System Info Other ### Other OS Debian Bullseye ### OBS Studio Version 29.0.0-beta2 ### OBS Studio Version (Other) _No response_ ### OBS Studio Log URL n/a ### OBS...
``` async def process_request(path, headers): return (200, [], b"Hello, world") async def main(): async with websockets.serve(connection, "localhost", 8000, process_request=process_request): await asyncio.Future() ```` The documentation for [process_request](https://websockets.readthedocs.io/en/stable/reference/asyncio/server.html#websockets.server.WebSocketServerProtocol.process_request) correctly says that the...