-
### Issue
I upgraded from postgres 11 to postgres 16 successfully, tested using a blank db before clearing the db, letting postgres 16 set it up empty, and then loading in the old postgres 11 dump, a…
-
Hi Jeff,
just playing around with molecule testing some of my clunky scripts and ran into an interesting issue.
It seems that docker on wsl2 isn't able to run systemd despite using your images. …
pnunn updated
8 months ago
-
ERROR (please copy and paste in the issue)
{'message': 'jwt expired', 'errorCode': 1000100, 'errorId': 'b7ff1925-fc4a-40f3-8cfd-b967144ced9d'}
401
Starting to download /home/sam_tunder/git/packtpub…
-
`make pytest` gives me the following error:
```
**********************************************************************
File "io.rst", line 511, in default
Failed example:
import pyarrow as pa…
-
when I try
```python
import cosima_cookbook as cc
session = cc.database.create_session()
sea_level = cc.querying.getvar('01deg_jra55v13_iaf','eta_t',session)
```
I get
```python
ValueError …
-
https://github.com/yidao620c/python3-cookbook 这个项目下的关于源码生成PDF文件 写的博客链接地址打不开
ghost updated
6 years ago
-
I'm confused about the current state of our reliance on pre-commit for code quality.
In [Foundations](https://github.com/ProjectPythia/pythia-foundations) we have pre-commit.ci running on every PR.…
-
In general, it is possible to use a `@graph` entry to define a JSON Schema object with references and more complex structures.
Our current importer is not able to cope with this situation. Ther…
-
-
有没有整本书的单个rest文件?
我看书的源文件都分成各个章节里无数的小文件。。
有没有一个大的源文件,里面包含所有的文字和代码的?
谢谢!