Xavier Figueroa

Results 10 issues of Xavier Figueroa

### What Happened? I have two keyboard layouts added: *English (US)* and *Spanish (Latin American)*. Say I get in the login form, the US layout is active and I change...

Make use of the [license-expression library](https://github.com/nexB/license-expression) to parse complex license expressions in SPDX documents. Signed-off-by: Xavier Figueroa

An authors file is needed to list and thank people who have contributed to the project.

good first issue
tech debt

_has_optional_field(field)_ verifies whether the value of _field_ is not None. But, some attributes are sometimes initialized as some default/empty object, like an empty list. In that example, _has_optional_field(field)_ will always...

RDF and TAG/VALUE file formats have two different ways to write SPDX IDs throughout a SPDX Document (document ID, file ID, annotation ID, package ID, etc). For RDF files: `[DocumentNamespace|DocumentURI]#[SPDX...

- RDF parsers do not handle 'projectURI' field of 'artifactOf' section. https://github.com/spdx/tools-python/blob/301d72f6ae57c832c1da7f6402fa49b192de6810/spdx/parsers/rdf.py#L588-L596 - RDF writers do not handle anything in 'artifactOf' section. That section is not being written in RDF...

stale

Hello. I've been playing around with some _parameters_ of the TF-IDF agent. I've found that if we stop using a threshold (`cosine similarity >= 0.30`) to filter the match results,...

The evaluation script should - Allow to print a comparison table with all the algorithms supported by atarashi. You can find examples of comparison tables in #95 and #65. -...

### What Happened? My system is configured to get suspended **when inactive for 30 minutes if on baterry** and to **NEVER get suspended if plugged in**. When my computer is...