Norbert Melzer

Results 106 issues of Norbert Melzer

Codefolding would be a nice feature, so that we can hide different kinds of blocks.

enhancement

Currently the `Cargo.{toml,lock}` are displayed as plaintext without any syntax highlighting/coloring. Please add support for some highlighting here.

enhancement

### Stack Trace racer.racerBinPath is not set in your config. ``` At undefined undefined ``` ### Commands ``` -3:56.4.0 snippets:expand (atom-text-editor.editor.is-focused.autocomplete-active) -0:31.5.0 core:save (atom-text-editor.editor.is-focused) -0:29.7.0 snippets:next-tab-stop (atom-text-editor.editor.is-focused) -0:29.7.0 snippets:expand (atom-text-editor.editor.is-focused)...

In general the feature set seems to be very usable, but to make it actually usable for me, I need to have exact bytesizes to get processed by another script....

enhancement

### Describe the bug Emacs becomes unresponsive when large files are opened. ### Steps to reproduce Steps to reproduce the behavior: 1. Open `pkgs/top-level/all-packages.nix` with the rnix lsp enabled ###...

bug

As OTP 21 has been released just a few weeks ago, its time to provide proper prebuilts.

If it is currently supported, please offer documentation about how to set it up. If it is currently *not* supported, please consider supporting it.

I use `alejandra --check` in a git pre-commit hook. This clears the screen and then prints a success message, that either all files are correctly formatted already or that some...

type | feature request
status | needs discussing
component | engine

I have a flake that provides a docker image as package in its output. All but docker image are buildable and should run on the "default systems", so I wanted...

Flakes require that their overlays arguments are named `final` and `prev`, despite if they are used or not. Having them named differently (even `_`, `_final` or `_prev`) makes `nix flake...