sticky-note

Results 9 issues of sticky-note

Give possibility to schedule jobs of client type `Runner` like `Local`: ![image](https://user-images.githubusercontent.com/46799934/111143709-3b593980-85da-11eb-8e1b-7eef6056135d.png) Actually, we can't do this : ![image](https://user-images.githubusercontent.com/46799934/111143819-5fb51600-85da-11eb-9805-9c61d6648455.png)

enhancement

**Describe the bug** @anandtiwarics Gitlab SAST scans parser seems outdated. UI of archerysec is displaying vulnerability name as "Not Found" although vuln name has got a real name. Maybe this...

### PR progress checklist (to be filled in by reviewers) - [x] Changes to documentation are appropriate (or tick if not required) - [x] Changes to tests are appropriate (or...

Hello @elsudano I open this feature request (as requested in #12) to implement `cloud-init` provisionning after cloning a machine. There is a little tutorial here: https://www.gwbasics.be/2023/04/cloud-init.html The concept in the...

Hello @elsudano I'm running VMWare Workstation Pro 17.5.2 build-23775571 on Windows 11. I'm experiences issues on coherence between states and what's happening on the Hypervisor. First apply runs fine BUT:...

Workstation Pro 17.5.2 build-23775571 on Windows 11 With this snippet: ``` resource "vmworkstation_vm" "test_machine" { sourceid = var.vmws_resource_frontend_sourceid denomination = var.vmws_resource_frontend_denomination description = var.vmws_resource_frontend_description path = var.vmws_resource_frontend_path processors = var.vmws_resource_frontend_processors...

Playing around with `vLLM` and `mistral-7B` with tools calls. I needed this little diff, without it we get a `ChatCompletionRequest` `Pydantic` validation Error on the request object because of this:...

**Describe the bug** When we try to restart failed job, we are facing this issue in `r2r` `v3.4.0` ``` 500: Error during ingestion: Error parsing document: cannot access local variable...

**Describe the bug** Bug when trying to run `db upgrade` **To Reproduce** Steps to reproduce the behavior: 1. pip install r2r[core,ingestion-bundle]==3.3.32 ``` export R2R_PROJECT_NAME=r2r_default export R2R_EMBEDDING_DIMENSION=1024 r2r db upgrade ```...