Ralf Grubenmann

Results 16 comments of Ralf Grubenmann

It'd be great if the docs could be updated with the difference between `service_name: github` and `service_name: github-actions` and how they relate to the coveralls and github tokens. Currently the...

I don't play PoE anymore and don't have it installed, so I can't really make/test changes to this, sorry. Though if you or anyone else wants to implement this, I'll...

I'm surprised this PR has been open for this long. I ran into the same issue, though I fixed it by changing `set` to: ``` def set(self, active_ctx, local_ctx, result):...

What's bad about this error in particular is that the GitPython command will work in some cases, e.g. on a repo.diff('HEAD'), it raises the error here https://github.com/gitpython-developers/GitPython/blob/146202cdcbed8239651ccc62d36a8e5af3ceff8c/git/cmd.py#L113 but this is...

Profiling with cProfile, when the issue occurs for me, execution seems to be stuck in graph.py:159:edge_weight(), with tons of calls. The relevant edge_weight call is in pagerank_weighted.py:50:build_adjacency_matrix(). My guess is...

Thank you for the explanation. Maybe I can elaborate a bit on how we are using this feature. We have classes in Python in a hierarchy that create a nested...

In the case of using `coveralls` for a python based repo, we don't really want to send a Github token, if `COVERALLS_REPO_TOKEN` would suffice. Sending a Github Token to a...

Maybe to go a bit more into detail on what the issue was for us. We've been using the `coveralls` python package in our Github Actions. There, the coveralls steps...

Thanks for the information, that helps clear things up! I commented on that issue.

`renku update --remote=cloud --all` would this terminate immediately or once the whole workflow is finished? I can see good reasons for either approach (Also important in regards to `providing some...