Ubuntu, Fedora, openSUSE, CentOS, SUSE Linux Enterprise, Debian,... users can finally use Autodesk Fusion 360 in the Linux Browser now.
On Chromium 55.0.2843.0 I get NET::ERR_CERTIFICATE_TRANSPARENCY_REQUIRED
.
Ubuntu, Fedora, openSUSE, CentOS, SUSE Linux Enterprise, Debian,... users can finally use Autodesk Fusion 360 in the Linux Browser now.
On Chromium 55.0.2843.0 I get NET::ERR_CERTIFICATE_TRANSPARENCY_REQUIRED
.
Info:
Command:
pacaur -S terminus-font
FAR (Fix (NieR) Automata Resolution) -- Required by HD Texture Pack.
KEYMAPOPTS="us us" | |
HOSTNAMEOPTS="-n alpine" | |
INTERFACESOPTS="auto lo | |
iface lo inet loopback | |
auto eth0 | |
iface eth0 inet dhcp | |
hostname alpine | |
" | |
TIMEZONEOPTS="-z UTC" |
This Python script is not maintained and was replaced by the more robust Rust version below:
{ | |
"font_type": { | |
"label": "Font", | |
"type": "fontpicker", | |
"value": "Fredoka One" | |
}, | |
"barBackground": { | |
"label": "BG Color", | |
"type": "colorpicker", | |
"value": "#43342e" |
-----BEGIN PGP SIGNED MESSAGE----- | |
Hash: SHA512 | |
My resignation from freenode staff | |
================================== | |
I joined the freenode staff in March 2019 [1]. | |
Before I joined the staff, Freenode Ltd was sold [2] to a person named | |
Andrew Lee as part of a sponsorship deal. The informal terms of that |
-- trigger upon LSP attachment | |
vim.api.nvim_create_autocmd('User', { | |
pattern = 'LspAttached', | |
once = true, | |
callback = vim.lsp.codelens.refresh, | |
}) | |
-- ... servers and enhanced_opts ... | |
for _, lsp in ipairs(servers) do |