Glenn 'devalias' Grant
Glenn 'devalias' Grant
Some notes from upstream: --- > it would be helpful if you can check if `C:\Users\Administrator\AppData\Roaming\npm\node_modules\humanifyjs\node_modules\@node-llama-cpp\win-x64\bins\win-x64\llama-addon.node` exists. > > _Originally posted by @giladgd in https://github.com/withcatai/node-llama-cpp/discussions/353#discussioncomment-10853697_ --- > Actually, this may...
`IHistoryService` is here: - https://github.com/microsoft/vscode/blob/5d6671dacb9d6a582b9354ea317211a8e2b2f918/src/vs/workbench/services/history/common/history.ts#L12 And this seems to be an implementation of it: - https://github.com/microsoft/vscode/blob/9f83563406c8b2022b5101116b00f0c6c7721863/src/vs/workbench/services/history/browser/historyService.ts#L53 Handling the mouse back/forward actions would be super useful too (not sure how that...
> `0.30.0` added the start of support for `--resume` and `--continue`: > > - https://github.com/openai/codex/releases/tag/rust-v0.30.0 > - https://github.com/openai/codex/pull/3135 > - https://github.com/openai/codex/pull/3185 > - https://github.com/openai/codex/pull/3218 > > See also: > >...
@etraut-openai For continuity when closing something as a duplicate because other issues exist; it's helpful to link to those issues from your closing message.
> do you have thoughts or plans for tackling this one? I haven't deeply verified that the code references align; but from a quick skim through, this plan for a...
> I do wonder if this should be a user settings on how the groups should be ordered by Theoretically, personally, I would prefer it to be sorted by timestamp...
See additional thoughts/comments in here: - https://github.com/derlin/bitdowntoc/issues/59#issuecomment-2351929504
See also: - https://forum.sublimetext.com/t/latest-sublimetext-does-not-remember-position-in-macos-spaces-after-quitting/73803/3
In local apps 'open recent' usually refers to recent things that are already going to exist on the filesystem, whereas the way you use it here in the Web IDE,...
Also, tangentially related to this, I noticed that the 'API Examples' `code-group` block's end `:::` is below the 'Basic Usage' heading, where I assume it should end before the heading:...