Manuel Kaufmann
Manuel Kaufmann
I understand the frustration that you are describing when working with forms and requiring specific HTML/JS code 😄 I don't have too much to add here, but I just wanted...
I took a look at the differences in https://www.psycopg.org/psycopg3/docs/basic/from_pg2.html and I didn't find anything that could affect us directly. So, I think we are good to move forward with this.
Figure it out why New Relic agent is not compatible with `psycopg>=3`. See https://github.com/readthedocs/readthedocs.org/pull/10713
> We are looking into adding psycopg3 as a supported framework. Unfortunately, we cannot commit to releasing that this coming quarter (but we're really hoping for the following quarter). _(from...
New Relic people already merged the PR that implements support for psycopg3, so it may be included in the next release. After that, we will be able to upgrade to...
Next release we will include NR 9.11.0 which includes support for psycopg3+, so we are ready to upgrade this package now.
> I'm not sure about how to report that but the page [How to create reproducible builds](https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html#how-to-create-reproducible-builds) shows an example based on `sphinx==5.3.0` In that documentation page we explains how...
> By the way, the first section (**Use a .readthedocs.yaml configuration file**) should be rewritten since this file is mandatory, right ? Yes! Good point about this as well! 👍🏼
I found another mismatch on the versions 😄 If you jump into the Docker container and run `tox -e eslint`, it will use the Ubuntu's default installed version: `v12.22.9`
The change looks good to me after talking a little more about this with Eric. However, tests and checks are failing, so I think there is no need to rush...