Johann Dahm

Results 15 issues of Johann Dahm

Great extension! I think this is a really nice use of neovim. I'd like to adopt this in my workflow, but I'm having a hard time getting over the fact...

bug
upstream
manager: document_change
category: integration

These boolean variables do not seem to have an effect when enabled through an entry in `custom-set-variables`. ``` zenburn-use-variable-pitch zenburn-scale-org-headlines zenburn-scale-outline-headlines ``` Should these be removed from the customize interface...

help wanted
good first issue

One thing I have missed with CMake is the ability to rely on [GNU standard targets](https://www.gnu.org/prep/standards/html_node/Standard-Targets.html). Could we try to add the ones which make sense back in with BLT?...

Hello! Here is my attempt to build, install, and use RAJA in a mode in a test application: ``` $ cmake -S llnl/RAJA -B llnl/RAJA/build -DCMAKE_BUILD_TYPE=Release -DENABLE_OPENMP=OFF -DENABLE_EXAMPLES=OFF -DENABLE_TESTS=OFF -DENABLE_EXERCISES=OFF...

compilation

`docker run --pull` ensures the latest version of the image is pulled from the repository. Currently We have a `sarus pull` before the `sarus run` invocation, but this takes 30s-1min...

enhancement

Thanks for contributing this! I've used it for a few times now to present material at meetings, and really like it. I'm not sure how easy this is, but at...

The pop-up with `fa-show' only shows a single pointer level when arguments are of type pointer-to-pointer-of-type. Company shows the correct prototype in the minibuffer, so the fault is probably not...

As of updating pace to gt4py [v1.0](https://github.com/ai2cm/pace/commit/bbf546aff1f7131f04de749a867ba4b465b78d4c), the Docker image built in `examples/` with `make build` installs all the dependencies for `pace`, but not `pace` itself. #418 was created to...

bug

The version of black pinned in `constraints.txt` is much newer than the version `pre-commit` uses. This causes inconsistencies with editors and should be brought in sync. To fix, update the...

bug

As a consumer I find it odd that we call get_test_data for the driver from the fv3core directory with `TARGET=driver`. Should this be moved to the driver directory at some...

question
refactor