Lord-Valen

Results 20 issues of Lord-Valen

### Summary & Motivation Add instructions for doom emacs users ### Further context Resolves #97

### Description [Doom Emacs now has a flag for nix lsp](https://github.com/doomemacs/doomemacs/issues/6592#issuecomment-1194234477) so it should be documented in the README for Doom users. ```elisp ;; init.el (doom! ;; ... :lang (nix...

enhancement

My understanding is that stylix currently uses `stylix.image` for palette generation and wallpapers, and is mandatory. If one wishes to use `stylix.autoEnable`, they might be surprised to see that stylix...

feature

## Description Since it takes a lot of work to adapt the tools/scripts and match dependencies between projects, I think it may be best to migrate just this project and...

CC @acald-creator @PodaruDragos @Jameskmonger In the Inversify Discord server, moving the inversify projects to a monorepo was being discussed. I find that these sorts of things usually benefit from a...

I stripped down devos for a slimmer, simpler, template. All the features devos implements can still be implemented and users can learn how it's done by comparing the two. It...

## Expected Behavior To not throw when running mkFlake. ## Current Behavior Fails to pass checks, due to passing deprecated arguments to homeManagerConfiguration. ## Steps to Reproduce 1. Use template...

bug

https://rushjs.io/ Depends on #234 implementation, as rush uses pnpm.

enhancement
help wanted
nodejs

To comply with XDG Base Directory Specification, the default location for `DATA_DIR` should be `"$XDG_DATA_HOME"/atomic-swap/{ENV}` and `XDG_DATA_HOME` should fallback to `"$HOME"/.local/share`. Some of the contents of `DATA_DIR` could also belong...

It would be nice to support Atom feeds. Currently, they are accepted but no data is read from them. I'm guessing that we check that the link is XML and...