Ali
Ali
fortls can detect the interface in a module, but not its implementation in a submodule, see this example. ```f08 MODULE MOD IMPLICIT NONE !============================================================================== TYPE :: TYP REAL(KIND=8) :: value...
The use of implied DO-loops leads to a better performance, see [link](https://fortran-lang.discourse.group/t/improving-fortran-results-in-the-julia-micro-benchmarks/198/43?u=ali).
This is not an issue, it is a question. Thanks for the project. I wanted to use your library in my project [foropenai](https://github.com/gha3mi/foropenai). As a Linux user, I have tested...
Thank you for the quick bug fixes related to #613. There is a similar issue on the _Derived Types_ pages concerning the _Program_ link on the navigation bar. It attempts...
Hi @jacobwilliams, I'm currently using json-fortran in the [ForOpenAI](https://github.com/gha3mi/foropenai) project. I've encountered a situation where I receive a single string in the following format that contains multiple objects with the...
I found a bug with the `request` function when working with `multipart/form-data`. The second and following pairs of form variables require an extra space at the beginning! Here is the...
Benchmark
Hi, I'm currently working on the [ForBenchmark](https://github.com/gha3mi/forbenchmark) project and have generated some results for the `dot_product` [here](https://github.com/gha3mi/forbenchmark/tree/main/benchmarks/dot/). If you are interested, you can add your `dot_product` implementation to this benchmark....
Hi @vmagnin I've identified the issue with the `nvfortran` compiler and reported a simple example on the nvidia compiler forum: https://forums.developer.nvidia.com/t/nvfortran-f-0000-internal-compiler-error-module-new-dtype-dt-nfd/292240 The following changes will resolve the issue and ensure...