Jacob Williams

Results 107 issues of Jacob Williams

In the intel compiler options: ```python self._openmp = ['-qopenmp', '-oqpenmp'] ``` I think the second one is a typo.

bug

I'm seeing a crash like this with gfortran 9 in GitHub actions, using coverage: ``` Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.6.13/x64/bin/FoBiS.py", line 29, in main() File "/opt/hostedtoolcache/Python/3.6.13/x64/lib/python3.6/site-packages/fobis/fobis.py", line 51,...

bug

FoBiS doesn't currently work on Windows. It seems to fail pretty early with: ```python Traceback (most recent call last): File "C:\Anaconda3\Scripts\FoBiS.py", line 21, in main() File "C:\Anaconda3\lib\site-packages\fobis\fobis.py", line 45, in...

bug

Was wondering if it would be useful to also support [QtPy](https://pypi.org/project/QtPy/) in addition to `qt.py`.

GitHub has a feature that can track dependencies by reading a supported manifest file in the project. See: https://docs.github.com/en/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph At some point, we should try to get them to support...

I'm using the `.inc` extension for include files (and the `extra_filetypes` option to include these in the documentation). However, I guess Pygments interprets this as some other kind of file...

enhancement

Was wondering if there were any possibilities for using multiple cores to speed up the overall documentation generation (e.g., in the reading/parsing, or the html generation, or the calls to...

enhancement

Consider adding a `null_to_integer_mode` for integers (similar to the one for reals). See: #517

enhancement

Fixes #498

enhancement

See the discussions [here](https://fortran-lang.discourse.group/t/a-new-json-library/2197/46) and [here](https://fortran-lang.discourse.group/t/faster-string-to-double/2208/40). There is a lot of room for improvement in the string to real parsing (which is currently using `read(fmt=*)` which is apparently quite slow....

enhancement