Iury Alves de Souza
Iury Alves de Souza
Who wants to translate for brazilian portuguese ? o/
Hey @joaocarvalhowd I also had the same issue and I fixed by adding the following trigger and template: ```yaml templates: # On app status change - name: on-status-change title: Application...
Hey @pcoulso1. I recently added support for `anyOf` [here](https://github.com/jenkinsci/JenkinsPipelineUnit/pull/264). It shouldn't be hard to replicate the behavior for `allOf`
Hey @epsilo You're right! I have done a new [PR](https://github.com/jenkinsci/JenkinsPipelineUnit/pull/278) for adding support to multiple validations for `branch` and `expression`. Bear in mind that there are other validations still missing.
@epsilo My PR was merged. Can you try again?
Nice. I think this issue can be closed now.
How is the state of this? I am thinking about using the latex parser.
I have done something similar: ```python from pydocx.export.base import PyDocXExporter class RawExporter(PyDocXExporter): def apply_newlines(self, nodes): if nodes: return '\n'.join(node for node in nodes) return '' def export_paragraph(self, paragraph): nodes =...
Hi @hbarcelos. The maintainer of this project is not available, see issue #66. So i think we could work in my [fork](https://github.com/IuryAlves/system-design-primer). When the translation is done we send a...
Hi @heltucosta @SuperAssassinNinja. What do you think about my suggestion? If you have better ideias, please let me know.