Skip to content
#

journalism

Here are 408 public repositories matching this topic...

wetneb
wetneb commented Nov 12, 2020

The phonetic GREL function does not validate its second argument, the phonetic encoding, and silently falls back to metaphone.

For instance, "open refine".phonetic("metaphone3") evaluates to "APNRFN" and so does "open refine".phonetic(undefined_value) or "open refine".phonetic(null).

In these last two cases, we should instead throw an error, similar to the one we get with `"open re

trevortimm
trevortimm commented Jun 26, 2018

Description

Consider adding a final reminder when people click 'log out,' saying something to the effect of "Did you remember to write down or remember your code name to log back in? [Code name here]"

User Research Evidence

I recently was doing a test submission to SecureDrop, and I forgot to write down my codename as I clicked through to the submit page. After I made my submission,

Open Source research tool to search, browse, analyze and explore large document collections by Semantic Search Engine and Open Source Text Mining & Text Analytics platform (Integrates ETL for document processing, OCR for images & PDF, named entity recognition for persons, organizations & locations, metadata management by thesaurus & ontologies, search user interface & search apps for fulltext search, faceted search & knowledge graph)

  • Updated Oct 31, 2020
  • Dockerfile
oprisk
oprisk commented Oct 22, 2020

Initial sql error due to field size constraints when porting to MySql (and presumably postgres), but not Sqlite.

I found that migration defines two columns, called 'content' & 'excerpts' with data type '.string', not as '.data', consequently causes an error on initial start. The difference is due to data type '.string' limits the size to varchar(255), while '.data' is a blob or nearly un-limit

Improve this page

Add a description, image, and links to the journalism topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the journalism topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.