-
When trying to compile this program that binds one parameter to a function, composes that function with itself and then uses List.map to call both the bound function and the composed function the buil…
-
The README.md currently contains the following statement:
> It needs to be noted however that such `NonDet` effect handler in existing libraries is [broken](https://github.com/lexi-lambda/eff/blob/…
-
### What is the problem
In trying to migrate an eXist app currently running on eXist 3.3 to current 4.7 I hit a strange NPE. The actual code is scattered across several modules and functions but I …
-
## plot predicted time series
t_pred = np.linspace(0, 365*6, 2000)
# get best-fit in CARMA space
best_fit_kernel = DRW_term(*np.log(best_fit))
best_fit_arma = best_fit_kernel.get_carma_parameter…
-
## 🚀 Feature
Add support for PyTorch Callable -> Thunder Callable translation in Thunder JIT.
### Motivation
Several PyTorch operators accept a Python function with PyTorch operations inside …
-
### Please tell us what you were doing! You can include code and files by drag and dropping them into the text area.
report via a user: sporadic crashes with transient slice, stack trace indicated th…
-
-
### Code
```Rust
pub fn into_vec) {
let _f = dummy.prepare();
}
pub fn test() {
into_vec(Assume(Some("test")));
}
pub trait FromRow;
fn prepare(self) -> impl for Self::O…
-
**Is your feature request related to a problem? Please describe.**
Regarding rescript support, we discuss about highlighting `@function` (https://github.com/nkrkv/tree-sitter-rescript/issues/1). On…
-
Hi,
I am opening this issue as suggest to me in the Julia discord topic [Matrices and tensors with Symbolics.jl](https://discourse.julialang.org/t/matrices-and-tensors-with-symbolics-jl/119394). I…