Chan Sau Yee

Results 6 comments of Chan Sau Yee

Duplicate of https://github.com/eueung/hugo-casper-two/pull/27

> So. Getting started with that task, I exported new Ghost 2 data, and Ghost 1 data, compared them. > > The main difference is a `"db": [ ]` key...

> > * checking in `poetry.lock` for faster package resolution > > I do not like this for libraries. CI should run against the latest versions yeah thats fair

> I wonder if we should just port this to GHA like I did for aiodynamo. There I also made it so [poetry only locks in one step](https://github.com/HENNGE/aiodynamo/blob/3cbf4d859be01283e0ef6c92bc275870fb4d08f0/.github/workflows/workflow.yml#L6-L21) that is...

Since https://github.com/HENNGE/aiodynamo/pull/161 removed support for Python 3.7, we can probably close this issue? Also it looks like `typing-extensions` is required by mypy and black, and not something stated explicitly in...

Looks like you can disable validation or set a different validator by changing the `validatorUrl` parameter > Setting it to either none, 127.0.0.1 or localhost will disable validation. https://swagger.io/docs/open-source-tools/swagger-ui/usage/configuration/