Carles Pina Estany

Results 41 issues of Carles Pina Estany

### What were you trying to do? Use Mu-Editor ### What steps did you take to trigger the issue? I followed the steps from https://codewith.mu/en/howto/1.1/install_linux ### What did you expect...

In the table-schema.md spec it says: https://github.com/frictionlessdata/specs/blob/master/specs/table-schema.md#descriptor > The descriptor MAY have the additional properties set out below and MAY contain any number of other properties (not defined in this...

Guides

(Maintainer here) Before adding more features and merging PRs (unless they fix an error) I want to write tests for the github action (should have been done long time ago)....

enhancement
help wanted

I'd like to improve the documentation with troubleshooting when people have problems. For example, I helped a user in the issue https://github.com/cpina/github-action-push-to-another-repository/issues/71 where I explained a few steps when problems...

documentation
help wanted

Recently I added support for ssh deploy keys. The documentation could be improved with screenshots, better writing of the steps. I plan to do it in the future but if...

documentation
help wanted

In the succeeded email notification I receive: ``` Monitor http on servidor succeeded! Recovered at: 2022-03-05 06:35:53+00:00 Additional info: 200 in 0.08s ``` Feature request: to write how long it...

enhancement

Currently only Linux runners are supported (see #86, #85, #36). Add this information in the documentation and alternatively add reference to the branch that might support composite version (see #86...

A version of the action running without Docker (so, as composite as seen in the branch "debug-78" and https://github.com/cpina/github-action-push-to-another-repository/blob/debug-78/action.yml#L53) could be released: - Needs documenting: how to use it and...

enhancement

In entrypoint.sh there is a non-used variable `SOURCE_BEFORE_DIRECTORY` that can be deleted (and then modifying the argument indexing for the other avariables). The input `source-before-directory` in action.yml can also be...

Seen in https://github.com/cpina/github-action-push-to-another-repository/issues/78 If ssh-keyscan fails (timeout, especially depending on the network configuration when using a different github server or hosted workers) the GitHub Action aborts without any error message.