Denis Gorbachev
Denis Gorbachev
@LouisGariepy Is it possible please to add the `CodegenSettings.extra_derives: Vec` field & render it into the `#[derive(...)]` on the generated structs?
@nrc Is it possible to merge this PR please? This would be a time-saver for a lot of projects
I'm using https://github.com/sindresorhus/execa, which is ESM-only.
I'm running into the same issue using Node.js SDK... @karvapallo Your solution seemed perfect, and it lowered the amount of errors. However, _sometimes_ SWF still schedules the task to inactive...
@gordonmleigh could you please take a look? This issue actually manifests in production...
Actually, "proc-macro" is a separate kind. The check `target.is_lib()` translates to `target.is_kind("lib")`, which doesn't match "proc-macro". So if the package has only a single target with kind = "proc-macro", then...
`proc-macro` is a separate kind, in fact :) Per `cargo metadata`: ``` git checkout feature/target-proc-macro cargo metadata --format-version 1 --manifest-path tests/pass/proc-macro/Cargo.toml | jq -r '.packages[0].targets[0] | {name, kind}' # {...
Hey @efugier, I needed to read the Anthropic API key from OnePassword. OnePassword provides `op` CLI, so I needed to run `op signin` + `op read`. Note that `op signin`...
Happening to me too on `codex-cli 0.39.0` @bolinfest Is it possible to assign someone to this bug please 🙏