Glenn 'devalias' Grant

Results 1040 comments of Glenn 'devalias' Grant
trafficstars

> However, there are many more reserved keywords that are not addressed in your `humanify/src/openai/is-reserved-word.ts` file. I found that the W3 schools website gave a more comprehensive list than what...

> There are a few things we're still keeping in mind over the next few months. The first focus is going to be around performance - speed and accuracy. There...

> `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 > > _Originally posted by @0xdevalias...

> If you use it and it stops working, run `codex --help` and it should point you at the new subcommand/flag. Presumably if the current version stops working it will...

> Neither `--resume` nor `--continue` work. `codex` version `v0.36.0`. It's not just hidden, it's not available. @dbabokin Did you look at [the comment above yours](https://github.com/openai/codex/issues/1991#issuecomment-3299979570) that suggests it changed to...

@BenJackGill That exists, look at the `--search` flag added in `0.24.0`: - https://github.com/openai/codex/releases/tag/rust-v0.24.0 - > Web search when using explicit `--search` option (https://github.com/openai/codex/pull/2371)

> It would be simpler to rewrite the source and make babel generate a source-map additionally. ^Big agree on this. --- > * prettier: doesn't support source-maps [Source maps prettier/prettier#11136](https://github.com/prettier/prettier/issues/11136)...

> **Describe alternatives you've considered** > > We could also implement this from scratch, or create improved code search functionality. See also: - #742

IMO this shouldn't be closed as stale

This blog about how they use `tree-sitter` to build a graph of the repo/code is also really interesting/useful: - https://aider.chat/docs/repomap.html