-
### What happened?
Sometimes we get a flood of logs saying:
```
{"time":"1725395020920384", "source":"uwsgi", "message":"2024-09-03 20:23:40,920 WARNI [ckan.lib.maintain] Function is_flask_reques…
-
# Description:
To reduce the package size for users, we need to optimize dependency management. Currently, all dependencies are installed regardless of use case, which can unnecessarily bloat the pac…
-
![image](https://github.com/user-attachments/assets/3c354321-ee5e-4562-b776-f989f3aeed0d)
-
I stumbled upon a crash to an endpoint protected by `token_auth`, with a curl request for which I forgot to provide a token.
```bash
$ curl -H "Authorization: Bearer " -H "Accept: application/json…
-
**Describe the bug**
"HIM-Building 1395" as a location name which was fine until one tries to access it via the HTTP API. Renaming it to "HIM" solved the problem.
**To Reproduce**
Steps to reprod…
-
## Describe the bug
The openAPI spec is empty when trying to generate for a python web application using flask-restx and flask-restplus
## How to reproduce
Create a sample web-application using…
-
### Project Title: AI-Based Recipe Recommender
**Overview**:
Build an AI-powered web application that recommends recipes based on ingredients the user inputs. The user can list ingredients they …
-
Add API endpoint to print a PDF directly by converting the pages into images using *pdf2image* with the *pdftocairo* backend.
-
python3.10 -m solox
/bin/sh: adb: command not found
/bin/sh: adb: command not found
/bin/sh: adb: command not found
[I 240729 17:02:15 web:98] start solox service
WebSocket transport not availabl…
-
Aim: Building Flask web app which predicts fare of Flight ticket.
Approach: preprocessing dataset ,performing EDA and building model using using ml algorithm like RandomForestRegressor,XG boost …