José María Fernández
José María Fernández
Also should work with at least OpenSSL 1.0.2
In one internal project I needed to know in the 'on-selection' callback I defined whether Shift key was pressed when the event happened. So, I forked angular-tree-control and added the...
Which is the JSON message to be printed by a transformation script to translate a bare notification containing a number in either its title or its body to an one...
I have been testing to "print" the list of dependencies of several workflows which have some of its steps declarations outside their workflow repository. I need them to be able...
I realized today there can be an issue in Geany core, as text files which inadvertently contain character '\0' (NUL character) in the middle of it (for instance, a log...
First of all, thanks for your extension. I installed tbkeys-lite several days ago to ease the change from one main window layout to another (in order to avoid navigating the...
Hi, I'm involved into https://github.com/ResearchObject community, and I'm writing some code to parse RO-Crate JSON-LD representation, in order to perform further processing. Meanwhile I was doing some tests using RDFLib...
When a SQLite store is initialized, indexes are never created. If you see at next code fragment: https://github.com/kasei/perlrdf/blob/2db05bfd936ece27f44811a649050105581c8b49/RDF-Trine/lib/RDF/Trine/Store/DBI/SQLite.pm#L125-L135 **$self->SUPER::init();** is called before, creating the needed tables. So, check in [line...
This issue is related to `schema_salad.fetcher.DefaultFetcher.fetch_text`, and it is a bit difficult to reproduce. I have found it this late afternoon, when I tried next cwltool commands: ``` cwltool --debug...
Using `docker_extract.py` from both [0.7](https://github.com/common-workflow-language/cwl-utils/releases/tag/0.7) and [0.8](https://github.com/common-workflow-language/cwl-utils/releases/tag/0.8) releases of cwl-utils in order to try prefetching singularity images from a workflow is raising a cryptic exception ``` docker_extract.py -s /tmp/sing_containers https://raw.githubusercontent.com/inab/Wetlab2Variations/eosc-life/cwl-workflows/workflows/workflow.cwl...