sik0fewl@lemmy.catoOpen Source@lemmy.ml•Bitwarden switches password manager and SDK to GPL3
6·
21 days agoYa, maybe it’s not what they intended, but we’ve see it happen enough where source is just closed. Good on them for rectifying it, either way.
Ya, maybe it’s not what they intended, but we’ve see it happen enough where source is just closed. Good on them for rectifying it, either way.
Use rsync and only upload the files that have changed.
They don’t even sell computers from what I can see.
Here’s what I do. Any search key will turn hlsearch on and <Esc> will turn it off.
vim.on_key(function(char)
if vim.fn.mode() == "n" then
local new_hlsearch = vim.tbl_contains({ "<CR>", "n", "N", "*", "#", "?", "/" }, vim.fn.keytrans(char))
local esc = vim.tbl_contains({ "<Esc>" }, vim.fn.keytrans(char))
if new_hlsearch then
vim.opt.hlsearch = true
elseif esc then
vim.opt.hlsearch = false
end
end
end, vim.api.nvim_create_namespace("auto_hlsearch"))
Yeah, network tetris. Played that a ton, too!
He could have created a paradox using just two wishes and used his first wish for something actually useful.
Wraith, Spectre and Banshee were all taken.
Wait til he finds out about “email”.