You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please merge this Pull Request to see Penify in action! This PR will add a configuration file to your repository, which will enable Penify.dev to generate documentation for your code.
🌍 Introduction
In today's fast-paced software development landscape, the importance of accurate, real-time documentation cannot be overstated.
Yet, the manual effort behind it can be daunting. Enter Penify, the game-changer in automated documentation for your GitHub projects.
🚀 Solution: Penify
Penify.dev is not just a tool; it's your intelligent documentation companion on GitHub.
📲 Easy Installation: Integrate Penify effortlessly with your GitHub organization or specific repo.
🛠️ Automatic Activation: It springs to action right after installation.
🔍 Intelligent Tracking: Keenly monitors merged PRs to the main/master branch, keeping tabs on the freshest of files.
🧠 Smart Generation: Understands your code! Recognizes classes, functions, and generates crisp documentation.
🔄 Intelligent Updates: Updates existing docs in line with recent changes.
📜 Review Before Merge: Gives you the power to review! Creates a PR with updated documentation for your approval.
Let's embrace the future of documentation with Penify.
The action failed due to multiple build errors: 1. In internal/tts/azure/azure.go:24:3: There's a formatting issue with a logger.Fatal call that has an incorrect Printf formatting directive %v 2. In the storage module: Failed to create MinIO client with error "Endpoint does not follow ip address or domain name standards" 3. Missing dependencies: - speechapi_c_error.h header file not found (required by Microsoft cognitive-services-speech-sdk-go) - portaudio-2.0 package not found in pkg-config search path
These errors caused build failures in multiple modules: internal/tts/azure, test/aws, and test/azure.
Relevant error logs:
1: ##[group]Operating System2: Ubuntu
...
506: go: downloading github.com/jmespath/go-jmespath v0.4.0507: # github.com/telepace/voiceflow/internal/tts/azure508: internal/tts/azure/azure.go:24:3: github.com/telepace/voiceflow/pkg/logger.Fatal call has possible Printf formatting directive %v509: ? github.com/telepace/voiceflow/cmd/voiceflow [no test files]510: ? github.com/telepace/voiceflow/examples/log [no test files]511: ? github.com/telepace/voiceflow/internal/llm [no test files]512: ? github.com/telepace/voiceflow/internal/llm/local [no test files]513: ? github.com/telepace/voiceflow/internal/llm/openai [no test files]514: ? github.com/telepace/voiceflow/internal/models [no test files]515: ? github.com/telepace/voiceflow/internal/server [no test files]516: ? github.com/telepace/voiceflow/internal/server/message [no test files]517: ? github.com/telepace/voiceflow/internal/server/middleware [no test files]518: ? github.com/telepace/voiceflow/internal/stt [no test files]519: ? github.com/telepace/voiceflow/internal/stt/assemblyai [no test files]520: ? github.com/telepace/voiceflow/internal/stt/assemblyai-ws [no test files]521: time="2025-04-22T06:57:57Z" level=fatal msg="context.BackgroundFailed to create MinIO client:Endpoint: does not follow ip address or domain name standards." instance_id= service_id=522: FAIL github.com/telepace/voiceflow/internal/storage 0.006s523: ? github.com/telepace/voiceflow/internal/stt/aws [no test files]524: ? github.com/telepace/voiceflow/internal/stt/azure [no test files]525: ? github.com/telepace/voiceflow/internal/stt/google [no test files]526: ? github.com/telepace/voiceflow/internal/stt/local [no test files]527: ? github.com/telepace/voiceflow/internal/stt/volcengine [no test files]528: ? github.com/telepace/voiceflow/internal/stt/whisper [no test files]529: ? github.com/telepace/voiceflow/internal/tts [no test files]530: ? github.com/telepace/voiceflow/internal/tts/aws [no test files]531: FAIL github.com/telepace/voiceflow/internal/tts/azure [build failed]532: ? github.com/telepace/voiceflow/internal/tts/google [no test files]533: ? github.com/telepace/voiceflow/internal/tts/local [no test files]534: ? github.com/telepace/voiceflow/internal/tts/volcengine [no test files]535: ? github.com/telepace/voiceflow/internal/utils [no test files]536: ? github.com/telepace/voiceflow/pkg/config [no test files]537: ? github.com/telepace/voiceflow/pkg/sttservice [no test files]538: ? github.com/telepace/voiceflow/pkg/version [no test files]539: ? github.com/telepace/voiceflow/pkg/voiceprocessor [no test files]540: ok github.com/telepace/voiceflow/pkg/logger 0.006s [no tests to run]541: # github.com/Microsoft/cognitive-services-speech-sdk-go/common542: ../../../go/pkg/mod/github.com/!microsoft/cognitive-services-speech-sdk-go@v1.33.0/common/error.go:10:11: fatal error: speechapi_c_error.h: No such file or directory543: 10 | // #include <speechapi_c_error.h>544: | ^~~~~~~~~~~~~~~~~~~~~545: compilation terminated.546: # github.com/gordonklaus/portaudio547: # [pkg-config --cflags -- portaudio-2.0]548: Package portaudio-2.0 was not found in the pkg-config search path.549: Perhaps you should add the directory containing `portaudio-2.0.pc'550: to the PKG_CONFIG_PATH environment variable551: Package 'portaudio-2.0', required by 'virtual:world', not found552: FAIL github.com/telepace/voiceflow/test/aws [build failed]553: FAIL github.com/telepace/voiceflow/test/azure [build failed]554: ? github.com/telepace/voiceflow/test/volcengine [no test files]555: FAIL556: make: *** [Makefile:301: test] Error 1557: ##[error]Process completed with exit code 2.558: Post job cleanup.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📖 Penify config setup
🚀 Installation
Please merge this Pull Request to see Penify in action! This PR will add a configuration file to your repository, which will enable Penify.dev to generate documentation for your code.
🌍 Introduction
In today's fast-paced software development landscape, the importance of accurate, real-time documentation cannot be overstated.
Yet, the manual effort behind it can be daunting. Enter Penify, the game-changer in automated documentation for your GitHub projects.
🚀 Solution: Penify
Penify.dev is not just a tool; it's your intelligent documentation companion on GitHub.
Let's embrace the future of documentation with Penify.