Since a branch is just a pointer,masterpointed to the last commit. When you madenewBranch, you simply made a new pointer to the last commit. Then usinggit resetyou moved themasterpointer back two commits. But since you didn't movenewBranch, it still points to the commit it originally di...
"ctrl-shift-1": ["workspace::MoveItemToPane", 0], "ctrl-shift-2": ["workspace::MoveItemToPane", 1], "ctrl-shift-3": ["workspace::MoveItemToPane", 2], "ctrl-shift-4": ["workspace::MoveItemToPane", 3], "ctrl-shift-5": ["workspace::MoveItemToPane", 4], "ctrl-shift-6"...
}+//+orc::SymbolStringPtr intern(StringRef SymbolName) {+return SSP->intern(SymbolName);+}/// Add an external symbol. /// Some formats (e.g. ELF) allow Symbols to have sizes. For Symbols whose /// size is not known, you should substitute '0'.@@ -1268,18 +1299,25 @@class L...
I pushed my luck and asked Rich to take a couple of new photos of me working on the drum carder. I wanted desperately to post something,anything,at tangledupinwool.com so I could then send out e-mails to all the lovely people who have contacted me at one time or another about felt...
I could have used the time to make another attempt on the source of the Elwha, but decided that the going beyond the trail was too tough and time consuming for me to commit. Instead, I set my sites on Low Divide, where I could reach the top of the Quinault River Basin. Perhaps I...
If you'd like to go back to using Zed Sans/Zed mono you need to download them and install them. 👍 1 👎 9 😕 4 cla-bot bot added the cla-signed label Jun 27, 2024 Move from Zed fonts to IBM Plex 592e70e ConradIrwin force-pushed the ibm-plex branch from 6288466 to ...
What the heck? I thought doing fewer monomorphize calls and fewer mono_reachable traversals should help... Ah well, I'll un-do the 2nd commit then.RalfJung force-pushed the mono-time-checks branch from f25b73b to 23054c5 Compare November 10, 2024 18:35 ...
Description of changes Due to the large size of models, the script can run for a long time, which can cause timeouts, since the startup phase has a time limit. loadModels was originally introduced ...
another Git commit if you provide it's hexsha as an additional argument, like `$ gto register awesome-model abc1234`. ## Options - `-r <text>`, `--repo <text>` - Local or remote repository [default: .] - `--version <text>`, `--ver <text>` - Version name in SemVer format...
This work is separated into commits, so if you want to focus on particular changes, check things per commit. I think it might actually make sense to leave commits unsquashed. I'll spread comments, licensing and all where it all belongs (last commit as of now) and if we'll think that...