• Joined on 2023-07-08
zephyr commented on pull request ligmo/ligmo#18 2025-05-05 23:28:25 -04:00
Initalize go project

is it possible to not use modernc/sqlite?

zephyr commented on pull request ligmo/ligmo#18 2025-05-05 23:28:25 -04:00
Initalize go project

acceptable alternative to using flags: SERVE_ADDR = cmp.Or(os.Getenv("LIGMOTES_API"), ":8080")

zephyr commented on pull request ligmo/ligmo#18 2025-05-05 23:14:08 -04:00
Initalize go project

Flags are supported everywhere. I can't use your env thing for local testing on my Windows PC, because the way you set environment variables in PowerShell is a totally different syntax.

There…

zephyr commented on pull request ligmo/ligmo#18 2025-05-05 23:06:56 -04:00
Initalize go project

They pass flags.

zephyr commented on pull request ligmo/ligmo#18 2025-05-05 23:04:18 -04:00
Initalize go project

The default value of the flag is the value for dev. Other environments have scripts that launch them.

zephyr commented on pull request ligmo/ligmo#18 2025-05-05 22:45:31 -04:00
Initalize go project

Just having this be the default value for a flag would be better imo. Having to care about env is just extra steps at this point, especially when we don't get a default otherwise.

(Going…

zephyr commented on pull request ligmo/ligmo#18 2025-05-05 22:14:25 -04:00
Initalize go project

what's this

zephyr commented on issue ligmo/ligmo#17 2025-05-05 19:47:27 -04:00
Setup Go Project

see also #8

zephyr pushed to schema-updates at ligmo/ligmo 2025-05-05 19:23:10 -04:00
451a7e3e94 schema: rename replaced -> replaced_by
zephyr pushed to schema-updates at ligmo/ligmo 2025-05-05 18:16:17 -04:00
5b9140a7d1 schema: adjust emote-on-list unique constraint
zephyr opened issue ligmo/ligmo#16 2025-05-05 16:14:28 -04:00
decide the name of a collection of emotes
zephyr created pull request ligmo/ligmo#15 2025-05-05 13:54:04 -04:00
schema: adjustments
zephyr pushed to schema-updates at ligmo/ligmo 2025-05-05 13:53:50 -04:00
692e0f7c86 schema: adjustments
zephyr created branch schema-updates in ligmo/ligmo 2025-05-05 13:53:50 -04:00
zephyr commented on issue ligmo/ligmo#7 2025-05-04 14:15:44 -04:00
Create Basic Svelte Dashboard UI

Mirroring from discord.

The only interactions that 98% of users will use are searching and adding emotes to a single emote set, so I think the design should be more single-emote-list-centric. A…

zephyr opened issue ligmo/ligmo#14 2025-05-04 08:52:46 -04:00
api models
zephyr deleted branch schema from ligmo/ligmo 2025-05-03 19:10:27 -04:00
zephyr pushed to main at ligmo/ligmo 2025-05-03 19:10:27 -04:00
2c81978ea2 schema: initialize database (#12)
zephyr closed issue ligmo/ligmo#9 2025-05-03 19:10:26 -04:00
Create DB Schema
zephyr merged pull request ligmo/ligmo#12 2025-05-03 19:10:26 -04:00
schema: initialize database