2-5
2-5
I'm trying to make Aim work on Windows, and I've managed to build `aimrocks`. All the tests pass, except `test_unicode_path`. I tried fixing it, but somewhere between Python -> C...
Right now Granian returns a hard-coded `Server: granian` header. Consider allowing it's customization, mainly to make it (a bit) harder to profile and attack. If the app returns a `Server`...
Not sure if this is expected/by-design or not, so I'm reporting it: ```python import asyncio async def app(scope, proto): async with asyncio.timeout(1): await asyncio.sleep(0.1) proto.response_str( status=200, headers=[ ('content-type', 'text/plain') ],...
### Describe the bug discord.py 2.4.0 throws exception after upgrading aiohttp to 3.10.0: ### To Reproduce 1. use discord.py 2.4.0 ### Expected behavior no exception ### Logs/tracebacks ```python-traceback Traceback (most...
### Windows Terminal version 1.22.11141.0 ### Windows build number 10.0.26100.3915 ### Other Software _No response_ ### Steps to reproduce I use AutoDark to automatically switch the system theme between Light/Dark...
Everytime the extension updates, the Cline side bar pops up, even if it was previously closed/hidden
### What happened? The Cline sidebar appears after every extension update ### Steps to reproduce 1. Wait for Cline extension update 2. Notice how after the extension is updated the...
It would be nice to have a `System` theme, which automatically picks `Light` or `Dark` depending on the active Windows Light/Dark theme. It could read the system theme once on...
### Vue version 3.2.37 ### Link to minimal reproduction https://sfc.vuejs.org/#eNqdUzuP1DAQ/itWqpx0iREnhBSyuaUAiQaoqNxkk9nFt/FDfgShkP/OOE72QnK6gs6eGX+PmfGQfNQ67z0kRVI6ELqrHVRMElJ+kdq7r16cwJA+E6qF7sCSvu48sITQWKSrYSBTjDw+EpZ42cIZ0+NYUh1LTt45Jcmx6XhzXRDIgbx7w5Lq27WksQCLS7pSgFfbGK4dseC8Jl0tL/jaWXzFJBdaGUcGYuBMRnI2SiA7+mDJLbk2MBfkdBUMtkM5k42S1s02DgGylPHZHzIZ4hLaKr0d7z4ErVEdaknuk8iYiVrnT1ZJbOYQvLM5gZoLMkVCbKIt8PDTOW0LSr3U10veKEGPmKPGS8cFZK0Sx4f8bf7wnrbcunU8Byuyk1G/LNp4Qvj7FTjFYA8mM4CCDZhXyTa1/xBucjvSwDkyOWIDNm3dbxMPBas9arxBXPdjXif3WwNGY9vn9fqfdUBfyAPtbieWIWujtMUhx1F+D7dymswkbJJTkP300WWVhrkvOCC4u8F8wssMk+Jz/Aa6RdnFMyZOKO7XS+B3BekV33Ose4Rci7d0IrqAS/HhHm1ZNIN9MjIazp+VID5ObdoX7GS6FWWd4fLygroFdvklujYWPneqnjGC8JAPjUlf60AsDArG7Uca/wK66Je8 ### Steps to reproduce See reproduction link for full example. I declare a property which allows `undefined`: ```typescript const props...
### Bug description I'm using the plugins API from TypeScript. It works, but TypeScript is showing errors because there are no type definitions. Which also means that there is no...