This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Rend] npm run build:renderer exited with code 0 | |
~/source/apps/desktop ~/source | |
• electron-builder version=24.13.3 os=6.10.6 | |
• loaded configuration file=/build/source/apps/desktop/electron-builder.json | |
• writing effective config file=dist/builder-effective-config.yaml | |
• rebuilding native dependencies [email protected] platform=linux arch=x64 | |
Generating the QtOpenGLWidgets bindings... | |
/build/PyQt6-6.7.0.dev2404081550/sip/QtCore/QtCoremod.sip: line 64: '%Plugin' is deprecated and will be removed in SIP v7.0.0 | |
• packaging platform=linux arch=x64 electron=32.1.2 appOutDir=dist/linux-unpacked | |
• copying Electron source=/nix/store/a5k84p8zdj1987cl4z0rjdf6bbkxp8ah-electron-unwrapped-32.1.2/libexec/electron destination=/build/source/apps/desktop/dist/linux-unpacked |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Download latest NeoVim .deb package from GitHub using GH API | |
wget -o nvim.deb \ | |
$(curl -s 'https://api.github.com/repos/neovim/neovim/releases/latest' \ | |
| jq -r '.assets|.[]|select(.content_type == "application/x-debian-package")|.browser_download_url') | |
# Install .deb | |
sudo dpkg -i nvim.deb | |
# Clean up | |
rm -f nvim.deb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# cat << EOF > /dev/null | |
# https://github.com/gpakosz/.tmux | |
# (‑●‑●)> dual licensed under the WTFPL v2 license and the MIT license, | |
# without any warranty. | |
# Copyright 2012— Gregory Pakosz (@gpakosz). | |
# /!\ do not edit this file | |
# instead, override settings in ~/.tmux.conf.local, see README.md | |
# -- general ------------------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@font-face { font-family: "RobotoMono Nerd Font"; font-style: normal; font-weight: 200; src: url(https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/RobotoMono/Light/complete/Roboto%20Mono%20Light%20Nerd%20Font%20Complete.ttf?raw=true); } @font-face { font-family: "RobotoMono Nerd Font"; font-style: normal; font-weight: 400; src: url(https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/RobotoMono/Light/complete/Roboto%20Mono%20Light%20Nerd%20Font%20Complete.ttf?raw=true); } @font-face { font-family: "RobotoMono Nerd Font"; font-weight: 600; src: url(https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/RobotoMono/Light/complete/Roboto%20Mono%20Light%20Nerd%20Font%20Complete.ttf?raw=true); } @font-face { font-family: "RobotoMono Nerd Font"; font-weight: 800; src: url(https://github.com/ryanoasis/nerd-fonts/blob/master/patched-fonts/RobotoMono/Light/complete/Roboto%20Mono%20Light%20Nerd%20Font%20Complete.ttf?raw=true) |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@font-face { | |
font-family: "Hack Nerd Font"; | |
font-style: normal; | |
font-weight: 400; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Building system76-acpi-dkms.spec for openSUSE_Tumbleweed/x86_64 | |
Getting buildconfig from server and store to /home/jflabonte/Development/home:jefflabonte/system76-acpi-dkms/.osc/_buildconfig-openSUSE_Tumbleweed-x86_64 | |
Getting buildinfo from server and store to /home/jflabonte/Development/home:jefflabonte/system76-acpi-dkms/.osc/_buildinfo-openSUSE_Tumbleweed-x86_64.xml | |
Updating cache of required packages | |
0.0% cache miss. 157/157 dependencies cached. | |
Verifying integrity of cached packages | |
using keys from openSUSE:Tumbleweed | |
Writing build configuration | |
Running build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SPC | |
SPC: find file | |
, switch buffer | |
. browse files | |
: MX | |
; EX | |
< switch buffer | |
` eval | |
u universal arg | |
x pop up scratch |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Arguments rundown: | |
# 1 -> The symbolic link that will be created | |
# 2 -> the name of the alternative, in this case python | |
# 3 -> The executable that you want to link ( Argument #1 ) | |
# 4 -> The priority of this alternative | |
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
********************************** | |
Starting Set TEST with 10 values | |
Set took: 0.04215108300559223s | |
Starting List TEST with 10 values | |
List took: 0.08148651605006307s | |
********************************** | |
********************************** | |
Starting Set TEST with 20 values |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[req] | |
distinguished_name = req_distinguished_name | |
req_extensions = v3_req | |
x509_extensions = v3_ca | |
prompt = no | |
[req_distinguished_name] | |
C = CA | |
ST = Chemin Ste-Foy | |
L = Quebec city | |
O = registry.local |
NewerOlder