ghzgod
ghzgod
I notice that the application requires the user to signup with F. Name, L. Name, email etc. If this is a selfhosted application, is it possible to just create a...
I've seen other Waze api projects on github that have this data. Would it be possible to include it here? Maybe even add hazards or accidents? Thank you.
Hello, is there any reason why the integration disables entities by default? Even if an entity has a current stream the entity stays disabled. If the entity is enabled manually,...
Not every course is listed on the all_courses list. For example Machine Learning Fundamentals is not available. Is there a workaround?
### Is there an existing issue for this? - [X] I have searched the existing issues ### OS Linux ### GPU cuda ### VRAM 8 ### What happened? When preserved...
I did a pip upgrade and now If I run YahooDataBackTest for my strategy I get an error Here is my code: ``` from login import get_api_key from lumibot.traders import...
Hello. First off I want to say thank you for an amazing tool. This really helps me a lot on my day to day. I was reading your documentation and...
### DESCRIPTION My RC30 HC1 states are no longer showing up. I'm on 3.7.2 stable, problem also happens on 3.7.1 Dev 11 ### REQUESTED INFORMATION _Make sure your have performed...
## 🐛 Bug Report ### Describe the bug For roughly the last ten Voice Ink releases, transcription frequently vanishes after I stop recording. I press the button, speak, stop, and...
if 2 containers have a similar name, the script errors. For example my-test-container my-container get matched as the same with ```local container_template=$(find "$DOCKER_TEMPLATE_LOCATION" -type f -iname "*-${current_container_name}.xml" 2>/dev/null)``` Proposed fix...