František Nečas

Results 16 comments of František Nečas

As for point 1), probably no luck there: https://github.com/marshmallow-code/marshmallow/issues/1107

Rebased to main, tests seem to pass locally. Let's see what about reverse-dep.

I resolved most of the comments in the fixup commit, PTAL :)

I'm going to merge this tomorrow so that we have some time on stage (rather than going straight to prod). I don't expect problems but better safe than sorry :)

I've resolved some of the issues pointed out in the review, however I am still a bit unsure about the correct solution in some of the weird cases.

We've discussed this a fair bit on Packit hackfest so I am reopening this issue, here are the main outcomes of the discussions: The ways how we currently construct the...

Hm, trying to run this on the KABI experiments results in a segfault... I guess more debugging time :/

I've rebased the PR and addressed the comments (hopefully all of them, other than the more high-level comment if this should be a pattern or an option -- which we...

`pkg_resources` comes from the `setuptools` package. I see that we have setuptools in the BuildRequires: https://github.com/diffkemp/diffkemp/blob/e6cded9aefd2e51ada26c972f499fe08d442d789/rpm/diffkemp.spec#L14 Looks like that it should also be in `Requires` since it is also a...