Jacob Williams

Results 107 issues of Jacob Williams

The [compiler listings](https://fortran-lang.org/compilers/) should be more specific about which platforms are supported by which compilers. Some are listed, but some are not clear.

why did I make `dpi` a string, rather than an integer? double check that.

add option for `ax.ticklabel_format(useOffset=False)`

Need to remove this fixed `tmp_file` name from the code. It should generate an unused file name as needed.

enhancement

Idea... Say there was a file with multiple namelists, and you only wanted to read a specified one. Maybe this could be an option, where you specify the one you...

enhancement

Feature suggestion: If the final variable within a derived type is an array, currently `write` will produce a file like this: ``` fortran a%b%c = 1, 1, 1, ``` Would...

enhancement

Probably because of #21. We should add CMake to the CI.

cmake

May want to split `csv_file` into two classes: one for reading and one for writing. Currently using the same one for both, but really they are two separate operations.

enhancement