Ali

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

enhancement

- [ ] 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`...

enhancement

enhancement

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?

enhancement

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

bug

Create new examples of NURBS curves, surfaces and volumes.

good first issue

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

bug

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

bug