Cristian Le

Results 893 comments of Cristian Le
trafficstars

Just from a quick search: https://github.com/sciunto-org/python-bibtexparser

@maxnoe This is not an issue that `sphinxcontrib-bibtex` can handle because the issue originates in [`pybtex`](https://bitbucket.org/pybtex-devs/pybtex/issues/169/replace-pkg_resources-with). I do not have an account there to proposed fixes, nor did I have...

Fair points, @mcmtroffaes are you okay with this approach?

I would say to have it for both PRs and branch commits initially. Later this should be handled by the dependencies logic with `rebuild`/`sync-version` logic [from here](https://github.com/packit/packit/issues/1903). To bridge the...

To detect the files changed how about running purely on the git repo and CI status: - On PRs: check against the target branch - On branches: check against last...

I am inclined towards srpm NVR. For me the main thing was consistency with Koji, and I believe that's what they use as well

Also worth considering GH Action's [`concurrency`](https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurrency) option. Basically if you set it, then it would cancel all previous jobs that have the same `github.ref` (e.g. this would be the PR...

Could you try https://github.com/launchbadge/sqlx/pull/3289? It addresses a very specific issue though, i.e. if you are linking to a pre-built sqlite package.

Interesting @henryiii, are the latest sphinx versions not pulled in the CI? This seems like an upstream/dependency issue, but I'm surprised it was not picked up in the CI. @kloczek...

@kloczek Try it out locally on your system with only different sphinx version. The CI does not say which sphinx version it is using: https://github.com/scikit-build/moderncmakedomain/actions/runs/5594294188/job/15153138220, and the traceback indicates that...