Bjorn Neergaard

Results 554 comments of Bjorn Neergaard

Please try and refrain from "me too" style comments given the number of participants in this issue. A :+1: is a simple way to show support/interest, and doesn't generate unnecessary...

> @neersighted what is the status of this? Needs a rebase, I'll try to dust it off in a day or two. Also needs to me to do some stuff...

Sorry to get to this after so much time -- as you can see, this repo is busy and larger changes can be hard to review. We're clearing the 1.2...

> **Question:** Is it on purpose that `mypy` is not part of the pre-commit hooks? My 1st push failed on CI because of a mypy error because I didn't realize...

Hi @juhoautio -- the maintainers are busy people doing this in their spare time. While an occasional ping (especially to those who have already interacted with a PR/issue) is not...

I think the best move is to drop the `--dev-dependency` change from this PR, and then introduce a new PR deprecating `--dev-dependency` on `init` and adding `--group-dependency` using the design...

I think this is getting a lot closer to a useful/mergable state. Putting the environment constraints into the pyproject is absolutely the right way to go here. There is a...

@maciejskorski This is definitely something worth revisiting now that we have 1.2 out -- though I must say I have limited bandwidth to help get this over the finish line...

I'm unable to reproduce this on a M1 mac using Poetry 1.2.1. When I install using the pyproject provided or `poetry add orjson`, I end up with `orjson-3.8.0-cp310-cp310-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl` as expected....

It is possible we could allow configuring the implicit PyPI URL, but authentication would get messy. I'm still not 100% sure on if this is a useful/desirable feature as it...