-
# Bug report
### Bug description:
I try to build numpy with Python 3.14.0a1 and encounter very strange test failures regarding array slicing. The offending tests source code can be found [here](…
-
Is 1T version basically V1? If so, is the HF version of V1 (1T) already deduplicated are ready to be used?
-
Most of the unresearched code currently sits in a handful of large assembly blobs.
These blobs contain lots of unrelated pieces of code. We need to improve structuring.
A basic improvement is to r…
-
While it's generally an unreasonable pain to detect arbitrary overlap of numpy array objects, the storage_size helper routine could potentially check for duplicate objects. Do we want to do this?
-
### Zig Version
0.11.0-dev.3944+2e424e019
### Steps to Reproduce and Observed Behavior
```zig
pub fn comptimeCall(comptime format: []const u8) void {
@compileLog(format);
}
pub fn main() voi…
-
Hello,
I run a Debian 11(.6) bare-metal with 2 LVM VDO volumes. Everything was working fine but now my operating system fails booting because it reaches a timeout waiting for one of the VDO volumes (…
-
Hi all,
I have resubmitted the same job as my [previous issue](https://github.com/deepmind/alphafold/issues/742), except this time on GeForce RTX 2080 Ti rather than A10 or A40s (under the assumpti…
-
### Checklist
- [X] I have searched the [issue tracker](https://github.com/fyne-io/fyne/issues) for open issues that relate to the same problem, before opening a new one.
- [X] This issue only relate…
-
The following code will cause the compiler to go into an infinite function instantiation loop when compiling with `zig build-exe bug.zig`:
```zig
const std = @import("std");
fn comptimeFun(comp…
-
### 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 the GitHub search to find a sim…