Micha Moskovic

Results 22 issues of Micha Moskovic

This PR fixes the issue reported in #645 by checking whether the current transaction is nested in the `before_commit` and `after_commit` handlers, and not doing anything if that's the case....

I would like to be able to determine when changes have been committed to the db so that a query from a different worker will see the new data. It...

Uses the [`::group` workflow command](https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#grouping-log-lines) to group the results instead of printing ASCII delimiters.

enhancement
question

Hi, I have a Thinkpad Yoga laptop, and I am trying to make the sensors work, with no luck so far. I am using Ubuntu 14.04 with kernel 3.13.0-18-generic on...

Let me first thank you for this great tool, which makes it super easy to decrease testing time in Github Actions. I have some interrogations about how the new feature...

## Expected Behavior When a record comes in from arXiv that has been withdrawn, the record should be flagged as withdrawn automatically (`"withdrawn": true`) and the modifications outlined in #1548...

Type: Feature

## Expected Behavior When an "author" is actually a supervisor/editor (given by the `inspire_roles` of the author), this should be made clear in the search results and detailed views. ##...

Type: Bug
project/UI

A typical cause of unicode errors is to have a non-unicode format string with a unicode value: ``` In [1]: def broken_format(value): ...: return 'Value: {}'.format(value) ...: In [2]: broken_format('hello')...

Type: Bug

## Expected Behavior Preprints harvested from arXiv sometimes contain several report numbers in the same report number field, because arXiv only has one such field and several have been assigned...

Type: Feature
project/workflows