straight.el icon indicating copy to clipboard operation
straight.el copied to clipboard

πŸ€ Next-generation, purely functional package manager for the Emacs hacker.

Results 165 straight.el issues
Sort by recently updated
recently updated
newest added

This is just a heads up that autoload.el seems to be in the process of being replaced by loaddefs-gen.el, which was introduced in the last months (starting from Emacs commit...

bug

## What's wrong `straight.el` hasn't installed a single package yet, and it's already consuming north of 300M on disk: ## Directions to reproduce 1. `rm -rf ~/.emacs.d/straight` 2. Apply the...

bug

The network situation in China is not very stable, in that we must use proxy to access GitHub. However, this leads another question: `git clone` or `git pull` may throws...

feature

Test Case ```emacs-lisp (straight-bug-report :interactive :post-bootstrap (setq debug-on-quit t) (straight-use-package '(nov-xwidget :host github :repo "chenyanming/nov-xwidget" :type git))) ``` - Test run at: `2022-06-24 10:01:00` - system-type: `darwin` - straight-version: `prerelease...

waiting on response
support

Currently, straight.el freezes the version of *ELPA mirrors but ideally it shouldn't. Today, I removed the build/ and repo/ directories from straight's tree and rebuilt all the packages. straight cloned...

feature

Fixes issue #985. I believe this may be what is needed, but I haven’t tested it extensively yet.

Hi again, I was thinking about giving straight.el a try for installing some of my own packages (rather than waiting for MELPA to rebuild them, or manually copying them into...

discussion
bootstrap

I find myself not-infrequently encountering the following error: ``` if: No catch for tag: emacs-version-changed, nil ``` As I understand it, `bootstrap.el` is supposed to catch that tag, and the...

support

I like to run several version of emacs on the same machine. All are now the same version so issue #931 applies for example if I want to run a...

feature

## What's wrong Straight doesn't use some of the dependencies when building package such as Magit (in this case it doesn't add the Transient dependency) which leads to one of...

bug