-
Python 3.11 came with an extra helping of carets:
```python
-> assert expected == actual
(Pdb) print(expected)
Traceback (most recent call last):
File "test_error.py", line ___, in _make_stac…
-
Hi everyone.
### summary
This is asking for help/advices. I am trying generate a func named "call" and it will call a rust function named "add_wrapper". the signature of add_wrapper is `extern "…
-
When trying to update the `meta.yaml` for a package, package is being built successfully before the test fails for the test environment being out of space (see PR #47498).
Some dependencies require…
-
### Description
i am using this [library](https://github.com/Handlebars-Net/Handlebars.Net) to generate strings with templates. it can work fine using JsonDocument as the model under native aot with …
-
Previous versions of `wasmtime-cli` could be built with `cargo install --all-features wasmtime-cli` without issues. However, with `v20.0.0` I'm getting the following errors in a clean `rust` container…
-
**Describe the bug**
Microsoft.SemanticKernel.KernelException: 'Invalid parameter count for function Brainstorm. 1 were specified but 0 are required.' when executing the basic HandlebarsPlanner examp…
-
**Describe the bug**
`xclim.DetrendedQuantileMapping` with `train_test_split="unfair"` failing, but works for QuantileDeltaMapping, EmpiricalQuantileMapping and Scaling.
Origin/discovered in #832 …
-
Given this fuzz input: [clusterfuzz-testcase-minimized-cranelift-fuzzgen-6560475218051072.gz](https://github.com/bytecodealliance/wasmtime/files/12527500/clusterfuzz-testcase-minimized-cranelift-fuzzg…
-
### Setup Information
- Xclim version: 0.44.0
- Xarray version: 2023.8.0
- Python version: 3.11.5
- Operating System: CentOS Linux release 7.3.1611
### Description
I'm trying to use the sdba.…
-
I am attempting to turn a non c api compatible pointer back to the caller.
I just want to treat it as an opaque pointer. I'm not interested in converting all the fields and making a `repr(C)` comp…