Bruno Coelho

Results 31 issues of Bruno Coelho

Bridgecraft uses the legacy build system because the new one, doesn't support `-dry-run`. https://github.com/lvsti/Bridgecraft/blob/d047af14511440869a21ace4806eea9ad481ec8f/Bridgecraft/GenerateCommand.swift#L248 This isn't an issue right now, but it can be in the future, if the legacy...

Hey, first of all thanks for this amazing tool. Since I updated to Xcode 14, ModuleInterface stoped working. ``` moduleinterface generate --clean --module-name Example --output-folder Docs/API/ -- -scheme Example -workspace...

Hi, First of all, thanks for this nice library. This PR adds support for Swift Package Manager. Please let me know if you required any changes to merge this PR....

Related to: https://github.com/Kotlin/binary-compatibility-validator/issues/55 Hi, I'm using `kotlin-parcelize` plugin to generate the parcelable code in the internal data classes in my project. Let's consider the following kotlin data class, that is...

bug
jvm

Hi, In WWDC23, Apple has announced String Catalogs, that is going to replace `.strings` in iOS and macOS. Is there any plan to support String Catalogs? https://developer.apple.com/videos/play/wwdc2023/10155/ Thanks

Feature

Hi, My project uses PdfBox-Android and everything was working great. But when I upgraded AGP to 8.0.0 it switches automatically to proguard full mode, and that broke my builds. ```...

type: bug

Hi, This PR updates the dependencies of ModuleInterface. This was an attempt to fix https://github.com/minuscorp/ModuleInterface/issues/6, but it didn't fixed it. Anyways here is a PR with the dependencies updated. Thanks

Hi, I want to force magic to reload the `.tea.yaml` on the git hook `post-checkout`, to ensure the I'm using the correct version of each tool mentioned in the `.tea.yaml`....

suggestion

This library looks excellent, great work, but I think it's published in Maven Central incorrectly. I try to do compile 'com.andraskindler.quickscroll:quickscroll:0.9.8' in my gradle project but it doesn't work. I'm...

This PR add's support for `application/json` content type variants like: - `application/vnd.api+json` - `application/ld+json` - `application/*+json` ### PR checklist - [X] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [X] Pull Request title...