Michael Felt
Michael Felt
Not a bug for here - but as it is the link that cam up first when I looked for libpsl (for use with curl) - I thought I'd mention...
To get PyInstaller able to successfully build (and install) the bootloader I had to make a few changes to bootloader/wscript One is simply a 'typo', the other - I am...
- AIX does not have, by default, `pkgconfig`, so the else block is always going to fire. - Even if `pkgconfig` is installed - it doesn't have any info on...
Please put the name of the software product (and affected platforms if relevant) in the title of this issue Delete as appropriate from this list: - Bug in ansible playbook...
Please put the name of the software product (and affected platforms if relevant) in the title of this issue Delete as appropriate from this list: - Bug in ansible playbook...
Please put the name of the software product (and affected platforms if relevant) in the title of this issue - [ ] Missing install - [ ] Bug in ansible...
##### Checklist - [x] commit message has one of the [standard prefixes](https://github.com/adoptium/infrastructure/blob/master/CONTRIBUTING.md#commit-messages) - [x] [faq.md](https://github.com/adoptium/infrastructure/blob/master/FAQ.md) updated if appropriate - [ ] other documentation is changed or added (if applicable) -...
Please put the name of the software product (and affected platforms if relevant) in the title of this issue - [ ] Missing install - [x] Bug in infrastructure documentation...
With this define: 32 37 | #define list_for_each(iter, list) \ 32 38 | for (typeof(list) (iter) = list; (iter) != NULL; (iter) = (iter)->next) 32 39 | AIX xlc -...
Currently `% Reprocessed` is coded as `Reprocessed` / `Price` * 100. I would also like to 'option' to have it be `Reprocessed` / `Manufacturing` * 100. Or - maybe better:...