hyperoot

Results 11 comments of hyperoot

I tried replicating your issue, but I can upgrade the package to the latest version (4.2.2) from 3.9.6. I hope you were using the correct upgrade command through pip. ```shell...

## Explanation Finally, I am able to replicate this issue. If anyone wants to replicate the issue, then install python 3.12.0 with pip 23.3.1. I tried the following. - Installed...

added import in `__init__.py` to allow user to directly import `Disc`, `EOM` and `Model` classes

Hi, thank you so much for responding. Judging by their activity, I don't think they will fix it. Are you planning to create a fork of it and publish a...

I have version `0.67.1b0` of bard. ```sh beaupy on  master is 󰏗 v3.8.3 via  v3.12.4 (beaupy-py3.12) ❯ poetry run python -m ward --version python -m ward, version 0.67.1b0...

Thanks. Now it is working. So, we need to change the `pyproject.toml`. I have not checked, but this ward version (`ward==0.68.0b0`) should be backward compatible. I am creating a new...

I came across your post in [SO](https://stackoverflow.com/q/75252767/16038271) while searching for similar issue with mdx. For mdx I fixed it using `"mdx.validate.validateReferences": "ignore"`. I think it's a temporary fix but works...

Thanks for responding so promptly. May I ask, what was the initial reason to utilise `novella`? I have used `mkdocs` before and never felt the need to preprocess it in...

Thanks for responding so promptly. May I ask, why we have `novella` integrated into this project? As far as I understand, it's basically a build system designed to process files...