ivan
ivan
`httpx` still has no 1.0 version ~5 years later. Over the years since this PR was opened we've did some work in the async direction: - https://github.com/santiment/sanpy/pull/151 - https://github.com/santiment/sanpy/pull/155 After...
I cannot really replicate this. In the past few days, we had some issues with the stability of the database that could have caused such results, although I am not...
I was able to reproduce the issue quite fast (sadly :( ) At this moment I am not sure what is going on - will investigate after finishing my current...
Some of our machines were given more resources and now I can't reproduce the issue. Please reopen it if you manage to reproduce
@josefansinger thanks for keeping the reports flowing! We'll look into this.
I am actually a little bit more inclined towards the solution where `availableSince` is *not* changed. Reasons: - `availableSince` is not wrong per se, there's just a gap - we...
@josefansinger can you share your opinion here
`GitDiff` takes the output of executing `git diff` as seen [here](https://github.com/hexpm/diff/blob/f63aa68fe9564be4d8373ebef9abc5f22d4de128/lib/diff/hex/hex.ex#L104-L115), so the actual diffing is not done in pure Elixir. But now that you say that, this might be...