Patryk Wychowaniec

Results 36 issues of Patryk Wychowaniec

Closes https://github.com/NixOS/patchelf/issues/531. Closes https://github.com/NixOS/patchelf/issues/482. Closes https://github.com/NixOS/patchelf/issues/244. Upstream-wise, affects https://github.com/NixOS/nixpkgs/issues/226339. (didn't want to write `close` so that merging this merge request doesn't close that issue at once) # Abstract Patching an...

Hi, It looks like parinfer-rust / parinfer-rust-mode doesn't correctly track the context and e.g. writing something like this: ```elisp (map! :n "] E" 'next-error-in-different-file) ``` ... will not parse, saying...

At the moment compiler-builtins isn't useful for AVR, because that platform uses [a custom calling convention for intrinsics](https://gcc.gnu.org/wiki/avr-gcc#Exceptions_to_the_Calling_Convention) - supporting AVR here would require: 1. Implementing this custom calling convention...

### I confirm that... - [x] I have searched the [issue tracker](https://github.com/doomemacs/doomemacs/issues), [documentation](https://docs.doomemacs.org), [FAQ](https://docs.doomemacs.org/-/faq), [Discourse](https://discourse.doomemacs.org), and [Google](https://google.com), in case this issue has already been reported/resolved. - [x] I have read...

is:bug
module:ui/workspaces

This commit introduces an eshell-aware `nix` command that allows to run `nix develop` and `nix shell` that extend the current eshell session instead of spawning an external process. Closes #164.