Robert Gonciarz
Robert Gonciarz
Guys, maybe you may apply for adding your project to Google Summer of Code: https://summerofcode.withgoogle.com/how-it-works/
It works now, thank you. Please consider a doc improvements. It is not obvious.
I've tried a different scenario: 1. source bin/activate 2. pip install --upgrade pip 3. pip install cffi 4. pip install bedup Now I see a different error message: ModuleNotFoundError: No...
For chrooted env you may use this: ``` dd if=/dev/zero of=new-root-fs bs=1G count=8 mkdir new-root sudo mount -t ext4 -o loop new-root-fs new-root/ sudo pacstrap new-root base base-devel sudo arch-chroot...
Hi @Martchus thank you for a quick feedback. For me a name of this package is misleading 'static-compat-libx11'. I thought it's a fully statically linked lib. But thank you for...
This feature is very needed. I will give you another use case. I can't store credentials in source code. I want to keep them in a separate config file (e.g....