Matteo Ferrando
Matteo Ferrando
Thanks for reaching out about this @SBurwash ! I think I had only seen this issue for `1.4` dbt versions. Maybe the production dbt version is not pinned to `1.3`?...
Moving to google-github-actions v2 for all actions I need seem to work now for my use case.
Tried to use the HTML `base` approach and the tag is instead printed in the readme. (https://pypi.org/project/fal/0.8.1/)  Can we enable `base` HTML tag for this approach to work manually...
This seems like a great idea! Would you be willing to contribute this functionality?
I spent some time and cannot create a reproducer. I will try to get around to do this eventually, but it just happened in my prod environment and I solved...
I moved away from using this tool and some times I have slow downloads from hugging face. So maybe it is HF and not the tool.
I actually think it may be huggingface rate limiting, since I saw it happen for other tools too.
I just set a timeout for the download and retry
@KLL535 that means you need to open an issue in https://github.com/cocktailpeanut/fluxgym to ask them to remove this library or to offer a way to not use it. This repo cannot...
and what about instead just making these part of the function definition? ```py @fal.function( alias=..., auth=..., ) ``` or even `@fal.serve(...)` so it applies on apps and functions directly? My...