Lachlan Davidson

Results 9 comments of Lachlan Davidson

Ah sorry, I only tested this in dev. Bear with me and I'll fix it for full builds soon.

For `perl-File-BaseDir` you also need to enable powertools with `sudo dnf config-manager --set-enabled powertools` after installing epel-release.

Would it perhaps be viable to chunk the API requests, using some sort of offset-based pagination, for instance with optional `limit` and `offset` parameters? Such that the initial request would...

Looks like the cascade:ondelete was applied in the wrong place for project shares, and there was an issue with the query that looks for any jobs to stop. Fix has...

Error handling for the Wizard steps has been moved to the new toast error handlers now in commit 10866334d6725f21bec78141474bc952be50d999, which will show the `message` returns by the API in the...

Looks like when the unique index constraint is added to the potfile table, certain hashes will be too long for the postgres btree. Possible solutions - Hash (maybe even just...

On reflection, I think I will use the following solution: - Use a hashtable index for the `hash` column - Use client-side logic to prevent duplicates, rather than db constraints...

Cool, I've pushed the above. Will require the db migration `drop index idx_uniq;` (will put in release notes for 0.3.0)