Psionic K

Results 227 comments of Psionic K

I have gotten a better understanding of both the stack mechanics and intent and think this issue has revealed itself to be poorly defined by me :3rd_place_medal:

I can't recall if I spoke with @dp12 before, but probably I made a pull request and then detached my repo. I've been maintaining an updated version here: https://github.com/positron-solutions/parrot Thinking...

Also was using `(setq org-fold-core-style 'overlays)`. Turned if off, links work.

You probably set `beacon-blink-when-point-moves-horizontally` or `beacon-blink-when-point-moves-vertically` to a boolean. **They are integers** :warning: You can reproduce this error message by configuring: ``` (beacon-blink-when-point-moves-horizontally t) (beacon-blink-when-point-moves-vertically t) ``` Instead of integers:...

I would just hope for an overlay to avoid arbitrary having more versions of nixpkgs laying around than necessary.

The anonymous ones seem to recurse infinitely in 0.5.2. I can't try master until I update seq. Was beginning to look at how to implement this. We have an `interactive-p`....

```nix pkgs = import nixpkgs { inherit system; overlays = [ inputs.fenix.overlays.default inputs.nix2container.overlays.default ]; }; ``` This is the way. Without this style, I see that my input is bringing...

If you have this many assets, you really would just want to serve them with separate server and rely on the proxy support. In production as well, the tendency is...

The problem is not serving the eventual static result but the cost of rebuilding the client during development. On the production server, Github pages in this case, you don't need...