Meriel Luna Mittelbach

Results 48 issues of Meriel Luna Mittelbach

I have a project that contains some libraries as subprojects, cross-compiled for ARM. Right now, every project has to duplicate the same set of default `c_args`, as there's no way...

**Describe the bug** `meson.get_compiler('c').has_link_argument('-Wl,--no-warn-rwx-segments')` doesn't work, C compiler is `arm-none-eabi-gcc (Arch Repository) 12.2.0`. Depending on how meson's detection works, it might be failing because the cross compiler can't simply produce...

rustc: 1.40.0 lazy_static: 1.4.0 I am calling a thread-unsafe unix libc function. So, I have a Mutex in my code to mitigate this issue. Linux provides a thread-safe version, so...

**How did you install `bat`?** Archlinux repositories --- `man 1 ls` ![image](https://github.com/sharkdp/bat/assets/38919842/5bc0b747-944a-4089-ae09-30c826570402) `man 1 zshall` ![image](https://github.com/sharkdp/bat/assets/38919842/9057256c-b609-48a1-ab73-0de606bf50c3) `man 1 ls`, with `MANPAGER="sh -c 'col -bx | bat -plman'"` ![image](https://github.com/sharkdp/bat/assets/38919842/2115e652-9615-4962-a968-196d1755bea2) **bat version...

bug

When using bat as a filter/pager (or in my case, as zsh's `READNULLCMD`, where `< test.txt` is equivalent to `bat < test.txt`), it should be possible to determine the filename...

feature-request

Pass Zsh's [`%~` prompt specifier](https://man.archlinux.org/man/zshmisc.1#Shell_state) to `--logical-path` in `PROMPT`/`RPROMPT` #### Description Display the current directory using zsh's `%~` specifier, which shortens paths if they refer to a [named directory](https://man.archlinux.org/man/zshexpn.1#Static_named_directories). ####...

I was trying to follow from where bindgen was pulling headers. I was suggested to pass the `-print-search-dirs` clang flag. Unfortunately, this simply caused bindgen to panic, with a very...

Similar to [factor out frequently grouped keys](https://serde.rs/attr-flatten.html#factor-out-frequently-grouped-keys), it would be nice if enums could be reused in a similar manner. My use case is a configuration where an option can...

**Is your feature request related to a problem? Please describe.** According to [default_cwd](https://wezfurlong.org/wezterm/config/lua/config/default_cwd.html) there's no (straightforward, non-programmatic) way to opt out of the behaviour that any new terminals will try...

enhancement

parsers that look for fixed data like `tag`, `is_not`, and similar (generally ones that use the FindToken trait?) should be able to take single `u8`s so they can be used...