Sebastian Ehlert

Results 260 issues of Sebastian Ehlert

The chapter [Element-wise Operations](https://fortran-lang.org/learn/best_practices/element_operations) needs some work. 1. more explanation between code examples 2. better examples for usage of elemental 3. drawbacks of elemental procedures

learn

The chapter [Multidimensional Arrays](https://fortran-lang.org/learn/best_practices/multidim_arrays) should explain performance implications by the choice of indexing.

learn

The chapter about [File Input/Output](https://fortran-lang.org/learn/best_practices/file_io) needs some work. 1. clearer recommendation on best practice 2. better explanation of the modifiers used with `open`, `close`, ... 3. separate discussion of `inquire`

learn

Following up on Ondřej's suggestion from June's monthly call (see https://fortran-lang.discourse.group/t/fortran-monthly-call-june-2021/1334/14) we want put together a long-term mission statement for Fortran and where we want to be in three years...

help wanted

The package guide is currently just a [markdown file in this repository](https://github.com/fortran-lang/fortran-lang.org/blob/master/PACKAGES.md), but would be very well suited for the webpage as well. Since the markdown file contains some technicalities...

easy

The javascript in `assets/js` contains a few keywords that should be localized as well after #201 is merged. https://github.com/fortran-lang/fortran-lang.org/blob/8ca4ed7229d90552711def3d8919d7f4ed524bd1/assets/js/gh-contributors.js#L329 https://github.com/fortran-lang/fortran-lang.org/blob/8ca4ed7229d90552711def3d8919d7f4ed524bd1/assets/js/gh-contributors.js#L423 https://github.com/fortran-lang/fortran-lang.org/blob/8ca4ed7229d90552711def3d8919d7f4ed524bd1/assets/js/gh-contributors.js#L425 https://github.com/fortran-lang/fortran-lang.org/blob/8ca4ed7229d90552711def3d8919d7f4ed524bd1/assets/js/gh-contributors.js#L431

i18n

One open issue for the localization are the entries in `_data`, some of those are automatically generated, like the fpm registry and therefore hard to translate. Other entries like the...

i18n

The fpm registry at packages/fpm is currently sorted chronologically in the order of addition to the registry, a more useful sorting would be alphabetically. It appears that Liquid is not...

packages

The packaging guidelines state: https://github.com/fortran-lang/fortran-lang.org/blob/0013186256ed68901b883984731ee1e66e489642/PACKAGES.md#L55 But there is no PR template available for this purpose. **Additional context** Discussion regarding this line in https://github.com/fortran-lang/fortran-lang.org/pull/26#discussion_r414839105

documentation
packages

I think there is a general interest in having a good Fortran specific introduction to commonly used build systems. The target audience has already intermediate or advance knowledge of Fortran,...

learn