Michael Felt

Results 35 issues of 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...

area:bootloader
platform:Other OS
good first issue
pull-request wanted

- 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...

enhancement
priority-low
platform issue
waiting for reporter

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...

os:aix
ansible

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...

os:aix
ansible

Please put the name of the software product (and affected platforms if relevant) in the title of this issue - [ ] Missing install - [ ] Bug in ansible...

os:aix
ansible
currency

##### 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) -...

doc

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...

ansible
doc
security

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 -...

bug
library

Currently `% Reprocessed` is coded as `Reprocessed` / `Price` * 100. I would also like to 'option' to have it be `Reprocessed` / `Manufacturing` * 100. Or - maybe better:...

question