Ali
Ali
I noticed the idea of lut files in the TODO list. I have added support for the lut file format in ForImage. Examples of this functionality can be found at...
- [ ] Move all test results to the `demo` folder to keep the main directory clean. - [x] Add the `write_ppm_file_colorbar` subroutine as a type-bound procedure for the `Colormap`...
Hi, I am thinking on adding support for certain libraries to setup-fortran, especially LAPACK and BLAS. Do you think setup-fortran is the right place for this?
Thanks for the project. There is a problem with the mac operating system. It appears that it only works with gfortran version 10. When running a simple `fpm test` on...
In `test5` for translation: This curl command functions correctly: ```shell curl https://api.openai.com/v1/audio/translations \ -H "Authorization: Bearer $OPENAI_API_KEY" \ -H "Content-Type: multipart/form-data" \ -F file="@test/audio_de.mp3" \ -F model="whisper-1" \ -F prompt=""...
There is a bug with the `request` function of `http-client` when working with `multipart/form-data` in `subroutine create_transcription`. The issue arises when there are no spaces before the "name" attribute in...