journalism
Here are 355 public repositories matching this topic...
Describe the bug
When doing reconciliation, I sometimes manually match entries to Wikidata items using "Search for match". I choose the correct match but the match is applied to all entries with the same name because the radio button "Match other cells with same content" is always ticked by default. Even if I change it, next time this button will again be ticked.
Expected behavior
Description
Contributors have been tripped up by develop being our primary branch, instead of the more common master. In our Setting Up the Development Environment document, we should be clearer that we work on develop. It is the default in the freshly cloned working copy, but git command habits or aliases from
-
Updated
Mar 4, 2020
Hey !
Awesome work on the project, really high quality stuff
I'm the current maintainer of docz and I'm currently looking for projects to help migrate from older versions of docz to docz v2 (which is based on Gatsby and is really good ! (If I say so myself)).
Would you like some assistance in migrating to docz v2 ?
Would be happy to setup a PR to help get started in the migration
We probably should make a distinction between a "list version" of a diagram (which has the name etc.) and the "full version" (which has nested entity data) in the API. The list entities would return with a flag (e.g. partial=true) that could later be padded out if the diagram is opened.
-
Updated
Mar 3, 2020
Use semantic tags where appropriate in the application's HTML markup.
-
Updated
Mar 8, 2020
-
Updated
Mar 5, 2020 - TypeScript
-
Updated
Mar 2, 2020
https://github.com/TryGhost/Ghost-CLI/blob/c3c7a55316df90fac0a5292291df67399df0377e/lib/tasks/major-update/ui.js#L50
https://github.com/TryGhost/Ghost-CLI/blob/c3c7a55316df90fac0a5292291df67399df0377e/lib/tasks/major-update/ui.js#L90
I guess just change it to:
'Visit the demo post at ${chalk.cyan(demoLink)} to see how your theme looks like.' in Ghost 2.0
Ontology example
is someone familiar with the Ontology process and can share an RDF file for example?
Super Thanks :)
It would be useful if I could add a longer help string for each individual parameter. It would make it much less likely a user has to jump out to separate documentation in order to understand how a module works. (Perhaps this could be displayed as a tooltip alongside the name.)
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
Mar 4, 2020 - Python
For those installing tarbell on linux, it is possible they don't have git installed. Then, when they go to install a blueprint, the command breaks in this block.
try:
puts("\nInstalling {0}".format(colored.cyan(template_url)))
puts("\n- Cloning repo")
git = sh.git.bake(_cwd=tempdir, _tty_in=True, _tty_out=False, _err_to_out=True)
-
Updated
Mar 2, 2020 - Java
-
Updated
Mar 3, 2020 - Python
It could include:
- The raw table ID
- A URL leading to the Census Reporter page about the table
- A humanized version of the metadata found in the file name
- A URL leading to the raw data file
-
Updated
Feb 28, 2020 - Python
-
Updated
Feb 22, 2020 - Python
-
Updated
Mar 6, 2020 - PHP
-
Updated
Jan 23, 2020 - Jupyter Notebook
-
Updated
Feb 19, 2020 - HTML
-
Updated
Mar 5, 2020 - JavaScript
-
Updated
Feb 15, 2020 - JavaScript
-
Updated
Mar 7, 2020 - JavaScript
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."



Issue Summary
In Safari 13.0.4 on macOS 10.15.2, the 'Upload routes YAML' button triggers a file browser that only allows selection of files ending in
.yml. These are not accepted by the application, which requires a.yamlextension. This results in routes not being uploadable with Safari.To Reproduce
This doesn'