Ticket created by ~voltagex on ~mlb/linkhut
I note the dockerfile requires Postgres. For small installations (i.e. I'm hosting just for me), Sqlite would simplify things dramatically.
Ticket created by ~voltagex on ~migadu/alps
Currently, running under Windows doesn't work due to SIGUSR1 not existing
cmd\alps\main.go:78:22: undefined: syscall.SIGUSR1
I don't see a 'neat' way to support Windows without adding a different main.go specifically for that platform - I'm not a Go programmer though.
I realise this would be super low priority but I thought I'd ask anyway.
Ticket created by ~voltagex on ~emersion/alps
Currently, running under Windows doesn't work due to SIGUSR1 not existing
cmd\alps\main.go:78:22: undefined: syscall.SIGUSR1
I don't see a 'neat' way to support Windows without adding a different main.go specifically for that platform - I'm not a Go programmer though.
I realise this would be super low priority but I thought I'd ask anyway.
Ticket created by ~voltagex on ~migadu/alps
Currently, running under Windows doesn't work due to SIGUSR1 not existing
cmd\alps\main.go:78:22: undefined: syscall.SIGUSR1
I don't see a 'neat' way to support Windows without adding a different main.go specifically for that platform - I'm not a Go programmer though.
I realise this would be super low priority but I thought I'd ask anyway.
Comment by ~voltagex on ~sircmpwn/meta.sr.ht
This could be handy for grouping sets of projects, by language or topic under a user account.
Comment by ~voltagex on ~sircmpwn/todo.sr.ht
I swear searched (probably for voting instead of vote) before opening my duplicate. +1 for this feature itself.
Ticket created by ~voltagex on ~sircmpwn/builds.sr.ht
curl -vH "Authorization: token $SOURCEHUT_API_KEY" -H "Content-Type: application/json" -XPOST -d '{"manifest": "aaaaaaa"}' https://builds.sr.ht/api/jobs {"errors": [{"reason": "'str' object has no attribute 'get'"}]}
Ticket created by ~voltagex on ~sircmpwn/todo.sr.ht
This would allow some kind of prioritisation by voting.
Comment by ~voltagex on ~sircmpwn/meta.sr.ht
Feel free to delete this, but +1 to this request.
Ticket created by ~voltagex on ~sircmpwn/builds.sr.ht
I guess this is a slightly better place to put this rather than the mailing list.
Looking at https://man.sr.ht/builds.sr.ht/api.md#get-apijobsid, it'd be good to be able to get all jobs for the current user via GET /api/jobs/ or similar.