Jacob Coffee

Results 217 comments of Jacob Coffee

If i blanketly set it works, so maybe something with `set_level`? ```py import logging import structlog structlog.configure( wrapper_class=structlog.make_filtering_bound_logger(logging.INFO), ) ```

Some prior art is https://github.com/python/pythondotorg/issues/new/choose, where I implemented this across all issue types in https://github.com/python/pythondotorg/pull/2571 I also added a [`config.yml`](https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser) that adds quicklinks to help lost people find their way....

If this isnt working it may be a bug. I think Scalar supports ExternalDocumentation (https://github.com/search?q=repo%3Ascalar%2Fscalar%20ExternalDocumentation&type=code)

MCVE 1. Set up `app.py`: ```py from litestar.app import Litestar from litestar.openapi import OpenAPIConfig from litestar.openapi.plugins import ScalarRenderPlugin from litestar.openapi.spec import ExternalDocumentation app = Litestar( openapi_config=OpenAPIConfig( title="title", version="version", external_docs=ExternalDocumentation( url="https://docs.litestar.dev",...

Re: authlib, we have an issue for tracking that impl. https://github.com/lepture/authlib/issues/601

Very weird issue with `haproxy` not installing, and Salt failing to proceed because of this, but a 2nd `vagrant up` fixes it, it is available in the repos, etc. Troubleshooting...

``` loadbalancer: [ERROR ] Command 'consul-template' failed with return code: 14 loadbalancer: [ERROR ] stderr: haproxy: unrecognized service loadbalancer: 2024/08/12 18:18:50.111644 [ERR] (cli) 1 error occurred: loadbalancer: * failed to...

Haproxy failing to start ``` Aug 12 18:57:29 loadbalancer.vagrant.psf.io haproxy[4839]: [ALERT] (4839) : config : parsing [/etc/haproxy/haproxy.cfg:126] : error detected while parsing ACL 'our_domains' : failed to open pattern file...

latest issue is around proxy protocol impl: `[ALERT] (4824) : config : parsing [/etc/haproxy/haproxy.cfg:573] : unknown keyword 'send-proxy' in 'listen' section`