Purpose: Let ChatGPT Pro act as the engineering lead (research + planning) and Codex CLI act as the developer (edits the repo). Your job: only copy-paste the blocks between them.
- Start in ChatGPT Pro → get a TASK FOR CODEX block.
| /* custom font */ | |
| html { | |
| --colorEditorText: var(--colorGray700); | |
| font-family: Chivo; | |
| font-weight: 300; | |
| -webkit-font-smoothing: antialiased; | |
| } | |
| html.isDarkMode { | |
| --colorEditorText: var(--colorGray300); |
| import fetch from "isomorphic-fetch"; | |
| const token = ""; // use your access token here | |
| const time = "2023-01-04T18:00:00.000Z"; | |
| const debug = false; | |
| const fetchFromExportApi = async (updatedAfter = null) => { | |
| let fullData = []; | |
| let nextPageCursor = null; |
Do I want to die on this hill?
Am I including everyone?
FWIW: I (@rondy) am not the creator of the content shared here, which is an excerpt from Edmond Lau's book. I simply copied and pasted it from another location and saved it as a personal note, before it gained popularity on news.ycombinator.com. Unfortunately, I cannot recall the exact origin of the original source, nor was I able to find the author's name, so I am can't provide the appropriate credits.
If you're using SystemJS in the browser, you'll want to update your System config to point at the bundles, if you're not already.
System.config({
//use typescript for simple compilation (no typechecking)
//transpiler: 'typescript',
//typescript compiler options
//typescriptOptions: {
//emitDecoratorMetadata: true
//},Currently, there is an explosion of tools that aim to manage secrets for automated, cloud native infrastructure management. Daniel Somerfield did some work classifying the various approaches, but (as far as I know) no one has made a recent effort to summarize the various tools.
This is an attempt to give a quick overview of what can be found out there. The list is alphabetical. There will be tools that are missing, and some of the facts might be wrong--I welcome your corrections. For the purpose, I can be reached via @maxvt on Twitter, or just leave me a comment here.
There is a companion feature matrix of various tools. Comments are welcome in the same manner.
By: @BTroncone
Also check out my lesson @ngrx/store in 10 minutes on egghead.io!
Update: Non-middleware examples have been updated to ngrx/store v2. More coming soon!
Table of Contents