Benjamin Leff

Results 31 issues of Benjamin Leff

Is there a timeline for the implementation of AL2023 for underlying hosts on Fargate launch type? Amazon ECS Optimized Amazon Linux 2023 AMI is already supported for EC2, but Fargate...

Proposed

## Description The Search and Replace plugin and RTC plugins are not compatible because Search and Replace does not support Custom Drives. Because Search and replace plugin does not support...

bug

**Platform:** Aarch64 Linux **Problem description:** When trying to compile from source using CMake and Ninja, I see the following error: ``` 30.90 ninja: error: unknown target 'install' ``` It seems...

Help wanted
Feature Request

This PR adds the capability to build Python bindings against system-provided `blosc`, `zstd`, `lz4`, and blosc linked `zlib-ng` instead of the vendored libraries included in `numcodecs`. This PR addresses #464,...

Related to #68. Please add support for Python 3.12 to the C extension. OS version: Amazon Linux 2023 (Fedora Based) - Python3 version (python3 -V -V): 3.12.5 Steps to reproduce:...

Type: Enhancement
Priority: High

### Checked other resources - [X] I added a very descriptive title to this issue. - [X] I searched the LangChain documentation with the integrated search. - [X] I used...

🤖:bug

While using `SociIndexBuild`, I'm currently getting the following: ``` Received response status [FAILED] from custom resource. Message returned: User: arn:aws:sts:::assumed-role/ is not authorized to perform: codebuild:StartBuild on resource: arn:aws:codebuild::project/SociIndexBuild024cf76a10034-qZcibdyitqyI because...

### Describe the current behavior Right now `uv` is a required runtime dependency but is only used in `_experimental` functionality [here](https://github.com/PrefectHQ/prefect/blob/main/src/prefect/_experimental/bundles.py#L27). It's also wrapped in try / except so the...

enhancement

This PR fixes CMake rpath escaping, conditional static/shared builds, and include path with an additional `/` 1. Bad rpath escaping for `$ORIGIN` • The existing `link_libraries()` block was incorrectly quoting...

Continuation of the discussion [here](https://github.com/dmlc/xgboost/issues/11466#issuecomment-2887414032). There are several nvcc specific compiler flags in cmake, and a number of instances with nvcc specific cuda code.

feature-request