git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
*.xls diff=xdoc2txt
Since v8.1 (May 2018), Vim has shipped with a built-in terminal. See https://vimhelp.org/terminal.txt.html or type :help terminal for more info.
Why use this? Mainly because it saves you jumping to a separate terminal window. You can also use Vim commands to manipulate a shell session and easily transfer clipboard content between the terminal and files you're working on.
| #include "IPlugEffect.h" | |
| #include "IPlug_include_in_plug_src.h" | |
| #include "IControls.h" | |
| IPlugEffect::IPlugEffect(const InstanceInfo& info) | |
| : Plugin(info, MakeConfig(kNumParams, kNumPresets)) | |
| , mPAPPHost(reinterpret_cast<IPlugAPPHost*>(info.pAppHost)) | |
| { | |
| GetParam(kGain)->InitDouble("Gain", 0., 0., 100.0, 0.01, "%"); |
| #include "IPlugEffect.h" | |
| #include "IPlug_include_in_plug_src.h" | |
| #include "IControls.h" | |
| IPlugEffect::IPlugEffect(const InstanceInfo& info) | |
| : Plugin(info, MakeConfig(kNumParams, kNumPresets)) | |
| { | |
| GetParam(kGain)->InitDouble("Gain", 0., 0., 100.0, 0.01, "%"); | |
| } |
I need a proper Firefox installation and not the snap version. The snap version does not work properly with Smart Cards. Although it seems to be possible to get it to work with smart cards it is extremely difficult and I don't care to try and make it work. This is not a tutorial on how to get your PIV or CAC to work. Also snaps suck. Canonical will heopfully abandon snaps in the future.
sudo snap disable firefox
sudo snap remove --purge firefox
error: cannot perform the following tasks:
- Remove data for snap "firefox" (1943) (unlinkat /var/snap/firefox/common/host-hunspell/en_ZA.dic: read-only file system)
| { | |
| // go away copilot and other ai slop machines | |
| "accessibility.verbosity.inlineChat": false, | |
| "accessibility.verbosity.panelChat": false, | |
| "ansible.lightspeed.suggestions.waitWindow": 360000, | |
| "chat.agent.enabled": false, | |
| "chat.agent.maxRequests": 0, | |
| "chat.commandCenter.enabled": false, | |
| "chat.detectParticipant.enabled": false, | |
| "chat.disableAIFeatures": true, |