David Flanagan
David Flanagan
### What version of CUE are you using (`cue version`)? 0.12.0 ### Does this issue reproduce with the latest stable release? Yes ### What did you do? cue cmd --help...
## Environment - Platform (select one): - [x] Anthropic API - [ ] AWS Bedrock - [ ] Google Vertex AI - [ ] Other: - Claude CLI version: 1.0.29...
I don't know if this is something the project is looking to adopt, but I forked and made this work for Ghostty for my own experiment and plan to add...
**Description** Describe the bug in your own words. https://github.com/comtrya/comtrya/blob/main/lib/src/actions/package/repository.rs **Example manifest** Can you provide an example manifest that can demonstrate the problem? **Steps to reproduce** Step by step explanation. Please...
When I have a monorepo and I'm composing all my devenv's together at the root: ```yaml # yaml-language-server: $schema=https://devenv.sh/devenv.schema.json inputs: nixpkgs: url: github:cachix/devenv-nixpkgs/rolling root: url: . flake: false imports: -...