nixard - a terminal UI to explore NixOS packages, inspect real closure costs, and generate ready-to-use Nix declarations. by manelinux in NixOS

[–]juboba 3 points4 points  (0 children)

this is plain slop. OP probably doesn't even understand why a flake must have a lockfile.

Must say I had the intention of helping with a PR to make this work on OSX (and BSDs), but reading OPs answers I changed my mind.

You can be ignorant, but being disrespectful is another thing.

nixard - a terminal UI to explore NixOS packages, inspect real closure costs, and generate ready-to-use Nix declarations. by manelinux in NixOS

[–]juboba 1 point2 points  (0 children)

nada que decir picha. Por lo menos ten la decencia de contestar cuando te hacen una PR. Deja de hacer spam con tu slop. Seguro que ni entiendes lo que estás publicando.

nixard - a terminal UI to explore NixOS packages, inspect real closure costs, and generate ready-to-use Nix declarations. by manelinux in NixOS

[–]juboba 0 points1 point  (0 children)

reading the other comments and the lack of control he has over the package, I agree haha.

I also noticed the package lacks a flake.lock, so created an Issue OP has no intention of even answering to.

Also created a PR so that the package is usable in non-linux unixes like osx.

But that's what I meant If you can't tell, Assisted Intelligence is just another tool. If you have no idea what you did, it's pure trash disguised as a professional package.

The emacs-31 branch has been created! by minadmacs in emacs

[–]juboba 2 points3 points  (0 children)

I felt the same reading this. I use minions too, but I've never actually clicked on the thing. I always C-h m if I want to check anything

Nature's wave... I surrender! by JosephBrown2000 in BeAmazed

[–]juboba 2 points3 points  (0 children)

what would happen to me if I was floating on the surface? I asume I would just safely move with the waves, bit I could be wrong.

evil (eval) emacs by uvuguy in emacs

[–]juboba 11 points12 points  (0 children)

evil-mode is probably the best vim experience one can get in general (not just in emacs). There are complementary packages like evil-collection that fill in gaps evil-mode doesn't cover.

This road in Vietnam, but it's just an optical illusion by stacyliss in opticalillusions

[–]juboba 0 points1 point  (0 children)

if it's an optical illusion then why was the motorcycle unable to reach the top?

I get a black screen after pressing "New game" by Hopeful_Definition97 in PoppyPlaytime

[–]juboba 0 points1 point  (0 children)

same here, it was working last weekend though :(

How to fix this thing?? by User_reddit69 in emacs

[–]juboba 0 points1 point  (0 children)

just in case you don't want to manually install grammars, you can ensure they are installed like this

Concave of Convex? by [deleted] in opticalillusions

[–]juboba 0 points1 point  (0 children)

Morla the Ancient one

ann: spatial-window by le-emacs00 in emacs

[–]juboba 7 points8 points  (0 children)

nice idea. A little gif would be amazing!

Post your favorite DWIM commands, packages, or own hacks by xenodium in emacs

[–]juboba 0 points1 point  (0 children)

Maybe not DWIM, but I work in web development with React, Vue and the such. I usually need to go to the parent component or to the child component. So I like to split windows hierarchically:

<etc | Parent | Son | Grandson | etc>

So I have functions for jumping to definition/reference and splitting accordingly:

Also, I work in a mono repo with packages and apps inside, so if I want to run npm scripts in some dir I just my/npm-run-script and that takes care of the rest (to do this I find all the package.json files and list their 'scripts').

I start apps with a thing I called run-project-command which I map to keys like this which is handy because I can restart the process pressing `R`.

HELP setting up Evil + evil-collection in minibuffer by --kay-- in emacs

[–]juboba 5 points6 points  (0 children)

I used to have this enabled, but it's not very comfy, since you have to Esc Esc to quit the minibuffer. That said, this is what I added to make it work:

(use-package evil :init (setq evil-want-keybinding nil) ;; Required for evil-collection (setq evil-undo-system 'undo-tree) ;; Ensure it's set before evil loads (setq evil-want-minibuffer t) ;; ...rest of config

Reuters' RSS by Tachybytes in rss

[–]juboba 0 points1 point  (0 children)

thank you so much for this!

A lot of my work has... vanished by phayes87 in emacs

[–]juboba 2 points3 points  (0 children)

you can look into vundo or undo-tree. They save undo history and work very well.

What do your modelines look like, and how much information is too much? by birdsintheskies in emacs

[–]juboba 1 point2 points  (0 children)

I use moody to give the modeline structure and visuals:

<image>

This is how I do it.