-
### Describe the bug
When using the `filter` or `map` function to preprocess a dataset, a ValueError is encountered with the error message "array is too big; arr.size * arr.dtype.itemsize is larger t…
-
### Operating system
macOS Sonoma 14.4.1
### Publii version
Version 0.46.1 (0.46.1)
### Post editor
None
### Bug description
For some of my blog posts, images that end in "-lg.webp" are not wor…
-
Hello, I am trying to configure lsp-ai to get copilot-like completion in helix. I intend to use only models running locally.
I ideally would like to get them served following an OpenAI compatible AP…
-
When building with the Nim-2.2.0 release the `Uniform[T]` types are not being implicitly converted to `T`.
```
examples/triangle.nim(17, 21) Error: type mismatch
Expression: MVP * vec4(vPos.arr[0…
ehmry updated
2 weeks ago
-
### Zarr version
3.0.0.alpha6
### Numcodecs version
N/A
### Python Version
N/A
### Operating System
N/A
### Installation
N/A
### Description
In Zarr-Python 2.x, Zarr provided default compre…
-
**Company or project name**
My company is developing various analytical tools based on ClickHouse. After recent upgrade to 24.3.6.47 we've faced rapid performance degradation of some queries. Furth…
-
### Describe the issue:
During work on np.unwrap tests I found out that the current implementation does not handle bigints correctly.
for example
```python
import numpy as np
arr = np.arange(0, …
-
With the new `arr.at(-1)` syntax introduced V8 9.2, perhaps it would be a good idea to have a rule to disallow `arr[arr.length - 1]` syntax, ass `arr.at(-1)` is imo cleaner and was made for this purpo…
-
Code:
```rust
#![no_main]
#[no_mangle]
pub fn f(a: i32) -> i32 { a + a }
#[no_mangle]
pub fn g(a: [i32; 5]) -> i32 {
let mut sum = 0;
let arr = [1, 2, 3, 4, 5];
for i in a.iter().chain(a…
-
We recently started getting a documentation build error on Read the Docs (see below). It looks like it's in the `charged_particle_radiography_film_stacks` notebook. I have a suspicion this error sta…