Thibault Derousseaux
Thibault Derousseaux
It's hard to know what's wrong since the repo is private so I can't see its "Actions" tab. Have you [signed up for the GitHub Actions beta](https://github.com/features/actions)? What's the content...
Your log shows that the mergeable state is `blocked`. As explained in https://github.com/tibdex/autosquash/issues/23#issuecomment-553098118, Autosquash relies on this state to decide what to do. The relevant part of the code is...
Based on https://github.com/octokit/octokit.net/issues/1763#issue-297399985, maybe GitHub is returning `blocked` instead of `behind` because your ["required status checks" protection](https://help.github.com/en/github/administering-a-repository/types-of-required-status-checks) is loose. If that's the case, can you try making it strict by...
Hey Markus, you seemed to have resolved your issue on your own. Can we close this?
Hi Harold, can you confirm that you get the same problem when using the app and not the JupyterLab extension?
Indeed, that's [one of the drawbacks of secondary axis](https://blog.datawrapper.de/dualaxis/).
I consider the current process simple and secure and I'm not willing to spend time working on or reviewing something to change this. I'm thus closing this.
I also have this issue with 3.8.1 and Chrome 79 on CircleCI's `ubuntu-1604:201903-01` machine. It's not there with Chrome 78 or the embedded version of Electron. It's probably related to...
Hi, In your `append_rows_to_table()` endpoint, can you try `print`ing the whole `rows` to show that not only the first row is good but all the other ones too? Instead of...