Mourits de Beer

Results 150 comments of Mourits de Beer

Previous test failure was intermittent -- everything passes after an empty commit

I've taken a swing at adding `orjson` support. Let me know what you think

Ah yes, forgot to add to setup.py Just added. Please check out the PR and let me know best path to resolve errors: https://github.com/nats-io/nats.py/pull/662

It's a good nice-to-have / quality-of-life improvement 👍 will make builds and local dev a bit faster Should be able to use the existing pyproject.toml with minimal changes -- assuming...

@jamshale I tested with 0.12.1, which didn't include that change yet, and also tested the latest nightly build - both cases raise that error. But indeed works with 0.11

@TimoGlastra no breaking changes in #291 - just change to default behaviour that fetched records are now ordered by id. ACA-Py PR is also waiting for a new release: https://github.com/hyperledger/aries-cloudagent-python/pull/3173...

What's holding up the publishing of a new release? Something we can help with?

@berendsliedrecht note that Publish to PyPI errored: [github action link](https://github.com/openwallet-foundation/askar/actions/runs/13029197376/job/36344892560) This needs a version bump: https://github.com/openwallet-foundation/askar/blob/main/wrappers/python/aries_askar/version.py

> Sounds good to me — a significant improvement. How do we get this started? I can test things locally, using a similar loguru config file as we have [here](https://github.com/didx-xyz/acapy-cloud/blob/v4.2.0/shared/log_config.py)....

I think it may be better to handle the HTTPForbidden -> BadRequest refactoring in a separate PR. There are quite a few instances being updated, and it's technically a breaking...