Doug Borg
Doug Borg
I use brew cask (http://caskroom.io/) to install google-chrome and so my `Google Crome.app` is actually a soft link that lives in my user's Applications (`~/Applications`) directory, not the global `/Applications`...
It would be great to see this plugin up on the new Plugin Portal so it can be applied using the new (in Gradle 2.1+) `plugins` closure. Check out: http://plugins.gradle.org/submit
I interact with git repositories from multiple places (GitHub, BitBucket, internal Stash repositories, etc.). Would it be possible to make the custom commit url template string setting per-project? One idea...
First of all, thanks so much for this plugin. It has helped me greatly in the past week. One thing that seems to be a bit of a pain for...
Right now the `NodeTask` task interface is a bit different than the interface on the standard `Exec` task. While I understand the implementation details behind these differences, I think it...
In my projects that use this plugin, I generally want Gradle project to have the same version as what is specified in the `package.json` file. Do you think this would...
## Summary This PR refactors the `type_converter` function in `model_generator.py` to address the complexity and maintainability issues outlined in #98. The refactor eliminates code duplication, reduces cyclomatic complexity, and improves...
## Summary This PR adds a comprehensive design document for Issue #100: Enhanced error handling for generated OpenAPI clients. ## What's Included The design document (`DESIGN_ISSUE_100.md`) specifies: ### Core Features...
## Summary Add [pre-commit](https://pre-commit.com/) hooks to automatically catch formatting, linting, and other code quality issues **before commit**, preventing CI failures like the one seen in PR #125 (Black formatting issues)....
## Summary Migrate the project's build and dependency management from Poetry to [uv](https://github.com/astral-sh/uv), a significantly faster Python package installer and resolver written in Rust. ## Motivation **Performance Improvements:** - uv...