Vyas Ramasubramani

Results 137 issues of Vyas Ramasubramani

### Rationale for this change The current code uses an incomplete type in a SFINAE construct. Closes #40252 ### What changes are included in this PR? This PR changes the...

Component: C++
awaiting committer review

**Describe the solution you'd like** I contribute to various repositories where the development model involves forking a repo, pushing to the fork, and then making a PR back to the...

enhancement

### Feature description Storing data with signac currently implies a very strict data model where all data associated with a given Project is contained in a subdirectory, the workspace, that...

### Feature description The Job and Project classes are both handles on different types of directories. signac's data model encodes a specific data layout that implies a relationship between the...

pinned

While refactoring I noticed that we define `__all__` in some modules that are not `__init__.py` files representing a package. Is that something that we want to do or care about...

### Troubleshooting docs - [X] My problem is not solved in the Troubleshooting docs ### Anaconda default channels - [X] I do NOT use the Anaconda default channels (pkgs/* etc.)...

where::libsolv

### Troubleshooting docs - [X] My problem is not solved in the Troubleshooting docs ### Anaconda default channels - [X] I do NOT use the Anaconda default channels (pkgs/* etc.)...

Cython implicitly brings all `cimport` objects in a pxd file into the namespace of the corresponding pyx file. For example: ``` # foo.pxd from lib.stdint cimport uint8_t # foo.pyx cdef...

## Description See rapidsai/rapids-cmake#580 ## Checklist - [x] I am familiar with the [Contributing Guidelines](https://github.com/rapidsai/cudf/blob/HEAD/CONTRIBUTING.md). - [x] New or existing tests cover these changes. - [x] The documentation is up...

bug
libcudf
CMake
non-breaking

**Is your feature request related to a problem? Please describe.** pylibcudf is intended to provide a low-level Python interface to the libcudf C++ API. cuDF's internals will ultimately be refactored...

feature request
pylibcudf