https://learnalist.net/alist/12db78d9-5eb5-5589-8bb4-8dea741cb5f9.html
Starting to add extra pointers for AI (chatGPT), to give more interesting, engaging notes.
https://learnalist.net/alist/12db78d9-5eb5-5589-8bb4-8dea741cb5f9.html
Starting to add extra pointers for AI (chatGPT), to give more interesting, engaging notes.
The prompt
Using
AlistItemV2:
type: object
required:
- from
- to
The terms "habit tracker," "habit builder," and "habit log" are often used interchangeably, but they have subtle differences depending on how they are used in habit-building routines.
Habit Tracker:
Habit Builder:
package kv_test | |
import ( | |
_ "embed" | |
"github.com/freshteapot/learnalist-api/server/pkg/kv" | |
"github.com/freshteapot/learnalist-api/server/pkg/testutils" | |
"github.com/freshteapot/learnalist-api/server/pkg/utils" | |
"github.com/nats-io/nats.go" |
- $ref: '#/components/schemas/ResponseBase'
- type: object
properties:
data:
type: array
items:
$ref: '#/components/schemas/EmbeddingResponseData'
VScode / Vscodium options to make go look pretty when testing packages
{
"go.coverageDecorator": {
"type": "highlight",
"coveredBorderColor": "rgba(64,128,128,0.8)",
"coveredHighlightColor": "rgba(64,128,128,0.8)",
"uncoveredHighlightColor": "rgba(128,64,64,0.5)",
"uncoveredGutterStyle": "verticalred"
"go.testEnvVars": {
"GINKGO_EDITOR_INTEGRATION": true,
},