Re: Avoiding Typing Encryption Passphrase Multiple Times

2022-08-22 Thread alex sassmannshausen
Specifically this section might be useful for avoiding the second half of the passwords that need to be typed: https://wiki.archlinux.org/title/Dm-crypt/Device_encryption#With_a_keyfile_embedded_in_the_initramfs I'd be interested in seeing your os declaration if you succeed with this! Best wishe

Re: sbcl-slime-swank won't load

2022-08-22 Thread Guillaume Le Vaillant
Trev skribis: > By putting sbcl into my guix-home profile along with the sbcl-stumpwm-* > modules, I am now getting these 3rd party modules without a gexp > work-around. Thanks for that! > > However, I still can't get sbcl-slime-swank working in stumpwm. I tried > having sbcl-slime-swank in my gu

Re: guix-pack on package record

2022-08-22 Thread zimoun
Hi Olivier, On mer., 17 août 2022 at 16:59, Olivier Dion via wrote: > (define* (bundle-package package . rest) > > (define manifest (packages->manifest (list package))) > (define profile (profile (content manifest))) –^ –^ Well, I do not think the compiler likes that. Fr

Re: Two copies of same library in store after cleaning generations and gc

2022-08-22 Thread zimoun
Hi, On ven., 19 août 2022 at 12:37, "Mike Jones" wrote: > Presumably these aren't deduplicated due to the differing > self-references? Yes. Note that this happens for only the packages with multi-outputs impacted by grafted ones. If I am correct, using Guix 65cabb0, the number of packages wit

Re: How to get en_US.UTF-8 locale in guix shell

2022-08-22 Thread Nathan Dehnel
I figured it out, I had to REMOVE the glibc package from my profile. On Fri, Aug 19, 2022 at 6:23 PM Nathan Dehnel wrote: > > After following these instructions > https://guix.gnu.org/manual/en/html_node/Application-Setup.html#locales_002dand_002dlocpath > locale -a only returns > C > POSIX > as

What Python IDE are you using?

2022-08-22 Thread Luis Felipe
Hi, I've been using Emacs Elpy as my Python IDE for a long time now, but it's been failing to work properly for a while (currently, autocompletion doesn't work; before that linting was not working). What do you use to program in Python? Is the IDE you use dependable or does it present these ki

Re: What Python IDE are you using?

2022-08-22 Thread Dr. Arne Babenhauserheide
Luis Felipe writes: > I've been using Emacs Elpy as my Python IDE for a long time now, but > it's been failing to work properly for a while (currently, > autocompletion doesn't work; before that linting was not working). I also experience problems with autocompletion at the moment. I’m consider