Ali

Results 34 comments of Ali

In this example, go to definition (vscode: F12) for procedure `PRC_PRC1` can find the `module subroutine PRC_PRC1` in the interface, but not the implementation of `module subroutine PRC_PRC1` in submodule...

Thanks @zoziha. I have checked your version with gfortran and ifort. Could you please create a PR? Using GNU Fortran (GCC) 12.1.0: `gfortran perf.f90` | Previous Version | New Version...

Hi @gnikit, I would like to ask you if there is a plan for this issue?

Thank you for your reply, I am also very busy at the moment. I will try to contribute when I find some free time.

Thanks, @szaghi, for your answer. I have forked your project to test it on different operating systems. You can find the forked repository at: https://github.com/gha3mi/FACE/. In the repository, I have...

> Hi @gha3mi, sorry I've not been able to reproduce this. As all the pages inherit the `base.html` template, I'm also a bit stumped how this would only happen on...

Thanks for your reply. > Your data do not seem to be correctly coded. That is an example of a response from the OpenAI API.

There is never enough time to improve documentation;). The documentation is very basic, automatically generated using FORD. If you have an OpenAI API key and want to test it: 1....

Thank you for the testing! ForOpenAI works correctly for what you tested above. As I mentioned earlier, the only issue is what I described [here](https://github.com/jacobwilliams/json-fortran/issues/548#issuecomment-2094689034) when the stream is set...

Thank you for your prompt response. My test shows that the function `prepare_form_encoded_str` isn't being called. I think this function should be called within the `client_get_response` function.