-
Updated
Nov 13, 2020 - JavaScript
journalism
Here are 408 public repositories matching this topic...
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,
-
Updated
Nov 20, 2019
-
Updated
Nov 13, 2020 - TypeScript
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
May 18, 2020
Self-explanatory.
-
Updated
Sep 29, 2020
-
Updated
Sep 2, 2020 - TypeScript
-
Updated
Aug 23, 2019
-
Updated
Oct 31, 2020 - Dockerfile
-
Updated
Nov 13, 2020 - JavaScript
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
Release build error
make install error
-
Updated
Jan 29, 2020 - Python
-
Updated
Nov 12, 2020 - Python
Char limit for each journalist's bio is 1000 characters, but we will display the first ~300 characters (probably limit by height) and hide the rest under "Read More" link. To collapse the content, we can use "Read less" label.
Design mock: https://consensys.invisionapp.com/share/RAIZ3X2TVXM#/314949479_01_Newsroom_-_About
-
Updated
Nov 7, 2020 - JavaScript
-
Updated
Nov 14, 2020 - Jupyter Notebook
-
Updated
Jan 22, 2020 - Python
-
Updated
Jul 2, 2020 - Python
-
Updated
Mar 31, 2020 - Python
-
Updated
Oct 28, 2020 - Python
-
Updated
Oct 28, 2020 - Kotlin
The log out link in the header doesn't work on the error 404 page.
-
Updated
Mar 19, 2020 - Python
-
Updated
Mar 12, 2020 - PHP
-
Updated
Jan 6, 2020 - Jupyter Notebook
-
Updated
Apr 26, 2017 - HTML
Improve this page
Add a description, image, and links to the journalism topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the journalism topic, visit your repo's landing page and select "manage topics."
The
phoneticGREL 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