Tomas Ptacek
Tomas Ptacek
### Current Behavior Hi, I am trying to run e2e tests with nx-cloud and nx-agents, I have run into some issues previously with OOM: `Failed to adjust OOM score of...
Hi everyone, I have the following code: ```lua local Job = require "plenary.job" Job:new({ "npm", "info", "anuglar", "versions", "--json", on_exit = function(job) local result = job:result() print(vim.inspect(result)) end, }):start() ```...
### Regression? No ### System Info and Version System/Version info ```sh Hyprland, built from branch at commit 9e781040d9067c2711ec2e9f5b47b76ef70762b3 (props: bump version to 0.41.1). Date: Thu Jun 13 09:54:06 2024 Tag:...
### Initial Checks - [X] I confirm that I'm on the latest version ### Description I've noticed that when I split my PDF via Firefox to have a smaller PDF...
hello, trying to use the link scoring feature with the following config but im getting the error below. crawl4ai running in docker. any idea what is wrong? ``` [LINK_EXTRACT] ℹ...
Hi, when for example sending[ images for description](https://github.com/docling-project/docling/blob/3e6da2c62dee9a48b442245dbc1aa5e144c1446c/docling/utils/api_image_request.py) to remote API, it would be beneficial to add a retry strategy in the underlying `requests` calls, i.e.: ```py import requests from...