Ian Giestas Pauli

Results 10 issues of Ian Giestas Pauli

## Colors Module In order to support colors and styling (bold, underline and etc) I propose a small utility to handle colored output, namely `stdlib_colors`. The use cases can vary,...

topic: utilities

This pull request updates the Android email backend in Plyer to add support for sending email attachments. The main changes involve importing the necessary Android classes and updating the `_send`...

platform-android

ALE keeps generating mod files to the current Dir and that may conflict with the project you are working with and be pretty annoying as you edit the files and...

### Description I have this legacy project that had the brilliant idea (/s) of selecting functionality based on including only certain directories during the compilation process. In simpler terms, it...

enhancement

How to consistently generate tests? ### BLAS - NETLIB's BLAS/TESTING `z` and `c` are basically the same apart from constants literals (E vs D), types (`COMPLEX*16` vs `COMPLEX`), and obviously...

help wanted

I should start with BLAS. - [ ] [BLAS level 1](https://software.intel.com/content/www/us/en/develop/documentation/mkl-developer-reference-fortran/top/blas-and-sparse-blas-routines/blas-routines/blas-level-1-routines-and-functions.html#blas-level-1-routines-and-functions) - [x] [BLAS level 2](https://software.intel.com/content/www/us/en/develop/documentation/mkl-developer-reference-fortran/top/blas-and-sparse-blas-routines/blas-routines/blas-level-2-routines.html#blas-level-2-routines) - [x] [BLAS level 3](https://software.intel.com/content/www/us/en/develop/documentation/mkl-developer-reference-fortran/top/blas-and-sparse-blas-routines/blas-routines/blas-level-3-routines.html#blas-level-3-routines) Other references: [Intel MKL](https://software.intel.com/content/www/us/en/develop/documentation/mkl-developer-reference-fortran/top/blas-and-sparse-blas-routines.html) [oneAPI BLAS](https://spec.oneapi.com/versions/latest/elements/oneMKL/source/domains/blas/blas.html) [oneAPI LAPACK](https://spec.oneapi.com/versions/latest/elements/oneMKL/source/domains/lapack/lapack.html)

enhancement
good first issue

When the ending macro is at the end of a file, but have no trailing '\n' fypp halts into a FyppFatalError Steps to reproduce: ``` ~$ cat > macro.fypp #:mute...

Hi, is there a reason why `get` and `get_keys` are `intent(inout)` ? Because AFAIK the related functions don't seem to modify the state of the tables and etc... For context...

Hi This pull request introduces new functionalities for iterating over and visiting datasets in HDF5 files, along with some minor fixes and improvements. The most important changes include the addition...