• one who tiles

  • Joined on 2025-04-28
smantic pushed to add-river-workq at ligmo/ligmo 2025-05-10 18:48:45 -04:00
f8b374230e Convert driver to postgres and init river work queue client
f3194a3a03 api: manually set operation ids (#26)
a2214b766b read api specification (#20)
Compare 3 commits »
smantic commented on pull request ligmo/ligmo#27 2025-05-10 18:44:13 -04:00
emote management api

Yes I think that emote sets should be independent of platform. Are emote sets strictly dependent on platform, as in you cant use the same emote set across 2 different platforms? If that is the…

smantic commented on pull request ligmo/ligmo#27 2025-05-10 16:09:50 -04:00
emote management api

there is a potential N+1 query issue here, where a common usecase might be to fetch the emote set (1) and then query N times for all the emote urls in the emote set. I imagine that most of the time that we fetch an emote set, we will want to display some amount of the emotes contained within that set. So providing the emote URLs in some fashion would make sense to me.

smantic commented on pull request ligmo/ligmo#27 2025-05-10 16:09:50 -04:00
emote management api

Would it be at all more intuitive to consider an emote set toggle for any individual platform, and always connected to every other platform?

smantic approved ligmo/ligmo#27 2025-05-10 16:09:50 -04:00
emote management api
smantic created branch add-river-workq in ligmo/ligmo 2025-05-06 23:49:59 -04:00
smantic pushed to add-river-workq at ligmo/ligmo 2025-05-06 23:49:59 -04:00
smantic commented on pull request ligmo/ligmo#24 2025-05-06 22:35:13 -04:00
infra: add dev task task and cleanup revision in logger

I'll update this back to use goose when we switch over to postgres so we have an easy way to run the migrations outside without running the app.

smantic pushed to main at ligmo/ligmo 2025-05-06 19:24:24 -04:00
e2e114bf1b Initalize go project (#18)
smantic deleted branch setup-go-project from ligmo/ligmo 2025-05-06 19:24:24 -04:00
smantic merged pull request ligmo/ligmo#18 2025-05-06 19:24:22 -04:00
Initalize go project
smantic commented on pull request ligmo/ligmo#18 2025-05-06 19:23:41 -04:00
Initalize go project

@hamza going to let you handle the toolchain / mise configuration. I dont understand the implications of what zeb brought up

smantic pushed to setup-go-project at ligmo/ligmo 2025-05-06 19:21:42 -04:00
11844fc387 Initalize go project
0f1c354dfe schema: adjustments (#15)
Compare 2 commits »
smantic commented on pull request ligmo/ligmo#18 2025-05-06 19:21:12 -04:00
Initalize go project

go vet complains about go: invalid toolchain "local" in go.mod

smantic commented on issue ligmo/ligmo#16 2025-05-06 09:52:59 -04:00
decide the name of a collection of emotes

List implies order, so unless there necessarily is an order requirement, probably set should be used. Realistically everyone working on this project is going to know what you mean if you were to…

smantic pushed to setup-go-project at ligmo/ligmo 2025-05-06 00:12:01 -04:00
3bafbf0c5a Initalize go project
smantic pushed to setup-go-project at ligmo/ligmo 2025-05-06 00:08:30 -04:00
2999790e50 Initalize go project
smantic pushed to setup-go-project at ligmo/ligmo 2025-05-06 00:04:39 -04:00
0aee90f4af Initalize go project
smantic pushed to setup-go-project at ligmo/ligmo 2025-05-05 23:54:25 -04:00
7d9489b17c Initalize go project