~voltagex


#5 Sqlite support? 8 months ago

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.

#98 Windows support? 2 years ago

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.

#98 Windows support? 3 years ago

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.

#98 Windows support? 3 years ago

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.

#29 Add user groups and access groups 3 years ago

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.

#153 An ability to vote on tickets would be nice 4 years ago

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.

#230 Submitting invalid manifest via API results in an exception, rather than a 'friendly' error message 4 years ago

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'"}]}

#182 Add a +1 or similar feature to tickets 4 years ago

Ticket created by ~voltagex on ~sircmpwn/todo.sr.ht

This would allow some kind of prioritisation by voting.

#49 Add note to personal access tokens 4 years ago

Comment by ~voltagex on ~sircmpwn/meta.sr.ht

Feel free to delete this, but +1 to this request.

#229 Allow getting all jobs for a user via API 4 years ago

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.