Ruslan Kuprieiev
Ruslan Kuprieiev
@skshetry No difference, but possible to use in one place. Similar to how s3fs/etc supports it directly and not as a new fs instance (though that obviously doesn't make any...
> Similar to how s3fs/etc supports it directly and not as a new fs instance Obviously this is kinda awkward when you start dealing with it initially, but it makes...
Wow, great catch!
Though UserKeyInfo doesn't even contain user name, so not super clear right away where specifically it fails. Will need to take a closer look.
@badayvedat @jfischoff @isidentical Folks, please chime in. Our future cookiecutter template has similar code, but I think it makes sense to have this logic in fal itself and then use...
@chamini2 Good point, we could do that dinamically and have some command that will help you list all apps that you have in your project. I guess it is just...
But overall dynamic discovery tends to be messy, personally I'm a bigger fan of declarative fal.yaml approach.
Or another posibility is to just use pyproject.toml e.g. ``` [tool.fal] apps = [ "a.b.myapp", "a.c.myotherapp", ] ``` Overall using `pyproject.toml` seems pretty attractive and logical.
for the record: taking over...
Depends on https://github.com/fal-ai/fal-cdn/pull/2