Artur Zdolinski

Results 12 issues of Artur Zdolinski

prevent duplicated skb_frag_off for Ubuntu 18.04 kernel 4.15.0-189-generic propose of resolution for issue #12 tested: ``` root@az:/var/lib/dkms/e1000e/3.8.7/build/src# make *** The target kernel has CONFIG_MODULE_SIG_ALL enabled, but *** the signing key...

Ubuntu 18.04 After upgrade from kernel 4.15.0-156 -> 4.15.0-189 compilation failed: Version: e1000e-3.8.7 ``` *** The target kernel has CONFIG_MODULE_SIG_ALL enabled, but *** the signing key cannot be found. Module...

logstash-core change max version from 7.9.9 to 7.19.9

Fix for inconsistance of code when doing sorting of routes and tags #416

In case when you have all router with lowercase letters.... and we add some router called "urlscraper", + uppercase tag like "URLScraper", this will cause inconsistrance between **_routers_** and **_tags_**...

1) Please consider adding the environment variable **OPENAI_API_URL**. This addition will facilitate communication with [LiteLLM](https://www.litellm.ai/), which adheres to the OpenAI API protocol and acts as a local proxy. Through this...

enhancement

### Describe the bug When i have attached mp3 file, it play sound normal.. but if i whant to jump to the middle of record - it is not working....

bug
Stale

### The Feature there is now: "text-completion-codestral" prefix to use fim/completions but there is no way to use FIM endpoint: https://api.mistral.ai/v1/fim/completions proposal: add "text-completion-mistral" which will point to https://api.mistral.ai/v1/fim/completions Mistra...

enhancement

Renamed the `inputSchema` field to `input_schema` in the `Tool` class to align with Python's naming conventions (snake_case). Added an alias `inputSchema` for backward compatibility. ## Motivation and Context The name...

Enhance the `start.sh` script to recognize and utilize the `PIPELINES_ENV` environment variable as follows: - **Development Mode**: - If `PIPELINES_ENV=development`, execute `uvicorn` with the `--reload` option. This will streamline the...