Trending repository
-
Updated
Jul 25, 2022 - C++
On this episode of The Download, Christina returns from some downtime with a random t-shirt and the latest developer and open source project news, including GitHub Copilot, Deno Fresh, GPT-3 code explanation, TensorFlow Lite for Commodore 64s, and more!
August 24, 2022 • Online
Cloudback secures your GitHub repositories with recurrent data backups.
To enhance the safety of users of Tor windows, we should enable HTTPS-Only Mode by default.
HTTPS-Only Mode is currently opt-in. When it is enabled, attempting to visit an insecure website results in the following interstitial page from Chromium:
We can consider whether to add mor
The following dialogue line:
Found in data/json/npcs/refugee_center/surface_refugees/NPC_Jenny_Forcette.json: shows a skill check as [INTELLIGENCE 10] while the convention for skill checks seems to be to shorten attribute names.
(here the fix would be to shorten it to INT, like every other Intelligence skill check)
Meercode App Ever wanted to monitor multiple Github Actions workflows on a single dashboard? Meercode lets you visualize your running and completed workflows, on a clean and beautiful UI.
Is there an existing issue for this?
Describe the problem
The current
Build.yamlworkflow is specific to building and testing theappmodule, however, there are more than 1 apps in the project.Describe the solution
An additional build/test workflow should be added to also build/test
app-nia-catalogAdditional context
N/A