Lalith Suresh

Results 37 issues of Lalith Suresh

Cargo allows benchmarks to be created with two possible filesystem layouts: 1) `benches/` 2) `benches//{main.rs, }`. See for example: https://github.com/vmware/database-stream-processor/tree/main/crates/dbsp/benches Using cargo chef on such a project structure creates skeletons...

bug

**What went wrong?** We recently migrated our Earthfile to use the rust UDC. We've recently been running into an issue we suspect is related to it. Basically, our cargo build...

type:bug

**What went wrong?** We added a memory resource limit for a service within a docker compose file. We are invoking the compose file in Earthly using `WITH DOCKER` and `RUN...

type:bug

**Does existing documentation exist?** No **Request** I currently have the following workflow in a monorepo (simplified): ``` docker build -f Dockerfile-1 --target=foo . docker build -f Dockerfile-2 . ``` ...where...

type:enhancement

1. Beacons being generated don't correspond to the tx-rates being used by the agent. 2. Seems like the WiFi cards are retransmitting beacon frames (since they're unicast). We need to...

I noticed the `create_demo_projects.sh` script was stuck without any feedback on stdout during some Docker builds. Digging deeper, I noticed this in the manager logs (can happen due to a...

bug

Having attempted to interact with the REST API from the commandline (curl + websocat), here are some rough issues I've ran into that I'll try to coordinate with @gz to...

First cut at only creating half-reified constraints where appropriate.

enhancement

### Describe the bug Correlated subqueries currently don't use indexes. ### Reproduction steps ```bash Any constraint query with correlated subqueries. ``` ### Expected behavior . ### Additional context _No response_

bug

Blocked by: https://github.com/google/or-tools/issues/3108

bug