Neil Halelamien

Results 5 comments of Neil Halelamien

If I'm reading the Python asyncio docs correctly, this behavior might cause issues if code uses an asyncio.TaskGroup or asyncio.timeout(): https://docs.python.org/3/library/asyncio-task.html#task-cancellation >It is recommended that coroutines use try/finally blocks to...

Is there anybody working on this issue, and is there any way others can help? Either this or the related https://github.com/moby/buildkit/issues/2274

For reference, this is due to an upstream change which was made in wkhtmltopdf 0.12.6: https://github.com/wkhtmltopdf/wkhtmltopdf/issues/4536

Would it be feasible for barometer to use protocol-relative URLs throughout the codebase to support both HTTP and HTTPS?

Worth noting that Jetbrains' `.aiassistant/rules/` `.md` files also support frontmatter, although with different fieldnames from Cursor: * https://www.jetbrains.com/help/ai-assistant/configure-project-rules.html * example: https://resources.jetbrains.com/help/img/idea/project_code_review_guidelines.md ``` --- type: always on pattern: src/main/**/*.java --- ```