Juan M Uys
Juan M Uys
> Hi @opyate . What else do we need to close the Merge Request and publish a new version? This is important to us as we intend to increase the...
Here's one more DeprecationWarning stack, in case it sheds more light. - jest-environment-jsdom: ^29.7.0 - jsdom: 20.0.3 - tought-cookie: 4.1.4 - psl: 1.9.0 ``` > NODE_OPTIONS='--trace-deprecation' jest src/server/views/__tests__/login.njk.test.ts (node:479351) [DEP0040]...
@LaurentGoderre > the image uses the default config but modifies it slightly for the context of the container Yes, I've established that :) From the diff in my comment you...
Yes, please add a callback to `client.release()` so I can pass `resolve` and wrap it in a Promise (or better yet, make `release` return a Promise). The issue manifested itself...
Ah, of course, I missed `.end` in the doc, thanks :+1: Here's my solution for anyone else landing here. File setupFilesAfterEnv.ts: ``` import { Pool } from 'pg' beforeAll(() =>...
`litellm` is so noisy. Literally just importing it prints the following: ``` 2025-01-28T22:21:54.365807Z [debug ] load_ssl_context verify=True cert=None trust_env=True http2=False 2025-01-28T22:21:54.366281Z [debug ] load_verify_locations cafile='/venv/lib/python3.12/site-packages/certifi/cacert.pem' 2025-01-28T22:21:54.381805Z [debug ] load_ssl_context verify=True...
Add one more (`httpx`) to @titusz 's list of loggers to shut up, as I could not figure out where the call was being made from. ``` loggers = ["LiteLLM...
Got this EAC message at the start:  Then, a few seconds into a session, I get kicked off because of anti cheat. FIX: install Valve's Proton EasyAnticheat: 
Not as efficient, as you're getting a write/delete in quick succession, but this code can tide you over until a proper solution is in place: ```python from auditlog.signals import post_log...
I also made a presskit() derivative a while ago, if you want to take a look: https://github.com/juanuys/presskittie