Artem Yushkovskiy
Artem Yushkovskiy
Extend `async def check_permission(request, permission, context=None) -> bool` to return back additional information. Method `check_permission()` calls method `async def permits(...) -> bool` declared in `AuthPolicy` and defined in user-defined policies...
* Cookiecutter version: `>=1.7.2` * Template project url: None * Python version: `3.7.6` * Operating System: `x86_64 GNU/Linux` ### Description: In this issue, I propose to set dependency `python-slugify>=4.0.0` optional...
In documentation there's a field `images..full_dockerfile_path`: https://neu-ro.gitbook.io/neuro-flow/reference/live-contexts#images-context ``` $ nf build outforzapiworker ERROR: while constructing a 'Image' in "/home/ay/github/nm/mlops-outforz/.neuro/live.yml", line 11, column 5 unexpected key 'full_dockerfile_path' in "/home/ay/github/nm/mlops-outforz/.neuro/live.yml", line 12,...
data downloading and unarchiving is way too long (more than 10 min), even to the directory not mounted to storage. We need to mount this data from Storage read-only.
Apply changes made by `Untitled1` team as part of Redis Vector Search hackathon by MLOps Community, Redis and Saturn Cloud. See [this blogpost](https://paulomaia20.medium.com/vector-search-engineering-lab-untitled1-cfa86576f1dc) for details
## Long story short Use-case: a server's handler uses a client to make a request to another server. I would like to re-use the response status code in the first...
### Issue Kind Other ### Description I'm working on deploying the AI/ML models to production. I'm using Poetry for dependency management and notably the lock file capabilities. However, I observe...
## What do these changes do? This PR adds a handy method `runner.serve_forever()` similar to [`asyncio.Server.serve_forever()`](https://docs.python.org/3.7/library/asyncio-eventloop.html#asyncio.Server.serve_forever) ## Are there changes in behavior for the user? Yes! see changes in documentation...