Emanuele Pagone

Results 9 issues of Emanuele Pagone

With `graph [dpi = 300]` the preview is blank.

bug

Since version 5 (released almost 7 years ago) gnuplot offers [data blocks](https://stackoverflow.com/a/33064653), a more flexible way to in-line data for repeated plotting. It might be worth using this new functionality.

enhancement

## TL;DR This proposal aims at collecting and setting up with `fpm` a modern Fortran environment by default (e.g. no implicit typing, no fixed form, etc...), without requiring **any change**...

It would be helpful to have some info (after the compilation and test instructions) or a command to install automatically StringiFor on the system. I understand it could be complex...

enhancement

The fix for bug #28 introduced a regression (or exposed a bug in gfortran 9.2.1). ```fortran module foo_m use stringifor implicit none type :: foo_t type(string), allocatable :: foo_s(:) contains...

bug

Is it currently possible to enable multiple languages **at the same time** for spell checking? I don't seem to find a way to accomplish that. I can only select one...

Now that is possible to edit past messages in the chat, it would be nice to edit the last message just pressing the up arrow (like it is possible in...

If so, some preliminary work on prior art can be found [at this comment](https://github.com/fortran-lang/stdlib/issues/87#issuecomment-755596293) and below.

```bash $ fpm new --app m_system-bug $ cd m_system-bug/ $ cat fpm.toml ... [dependencies] M_system = {git = "https://github.com/urbanjost/M_system.git"} $ cat app/main.f90 program main use M_system, only : system_dir implicit...