-
## Description
In #3510 we introduce a new line magic, aimed at improving the process of debugging Kedro projects in notebooks. This feature is **experimental** - this issue should be used to add s…
-
python-boltons fails to build with Python 3.13.03.
```
=================================== FAILURES ===================================
_____________________________ test_exception_info _________…
-
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 "…
-
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…
-
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…
-
### 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 …
-
**Describe the bug**
`xclim.DetrendedQuantileMapping` with `train_test_split="unfair"` failing, but works for QuantileDeltaMapping, EmpiricalQuantileMapping and Scaling.
Origin/discovered in #832 …
-
**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…
-
### 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.…
-
💡 **Feature description**
With python programming model v2 is is tempting to create dynamic routes. I tried something like this:
```python
def importer(name: str):
def activity(func):
…