Bruno P. Kinoshita
Bruno P. Kinoshita
Hello, I learned about Janis yesterday after an e-mail sent to the AU/NZ RSE mailing list. Really interesting project, and the code is super organized, and the docs are beyond...
Hello, Today I'm running some tests with Autosubmit and other workflow managers, and testing [different tools](https://github.com/kinow/kinoshita.eti.br/issues/197), including mHM. While reading the docs I noticed some typos, then ran the code...
Used the docs of the package for [an issue in Java](https://github.com/apache/commons-codec/pull/189#discussion_r1244213822) and noticed this typo. Thanks for the great docs!
Closes #200 @admi2u, can you check if this branch's code works for you? It produced the `blast.cwl` file in this branch/pull request. I am taking a look at the tests...
It started over the week/holiday when I had a go at trying to write the conversion for WDL stdlib's `select_all` function. It didn't work for [other reasons](https://github.com/chanzuckerberg/miniwdl/issues/541), but I noticed...
From WDL [spec](https://github.com/openwdl/wdl/blob/main/versions/development/SPEC.md#string-substring-string-string): >this function replaces all non-overlapping occurrences of pattern in input by replace But I think what we have in the `get_expr_apply` is a call to `.replace()` which...
@Th3nn3ss if you'd like to read about the Journal of Open Source Software: https://joss.theoj.org/ The publication process is really straightforward once an editor is assigned and whoever is the editor...
Hi, Would it be possible to have a summary of the coverage in the terminal? We are using bats + kcov to run tests with a `Makefile`. This gets used...
Hi! I have just installed LinguaCafe, thank you! I found that when importing epub files from my Calibre library, I had to always a) upload, b) type detalis, c) save,...
Running `pydeps` against Cylc `master`, without filtering out dependencies, I noticed that it reported zero cyclic dependency for Cylc, but one for `isodatetime`. Executing `pydeps --show-cycles isodatetime` against latest version...