-
It would be nice to have unnamed extensible structural types, and unnamed extensible sum types.
Of course these should be canonicalized in the backend (if needed).
Maps do not fit this because th…
-
I'm not sure how much I like the Larion generation, but a world that generates with finite landmass is exactly what I'm looking for.
Is there any way something like this can be made that is compatibl…
-
Create a notebook where we show the possible DAGs & relationships able to recover with the different PyMC-Marketing models.
-
Hi, I’d like to use Extractous for my document processing tasks. I often need to extract PDF content as XML to retain structural information, such as page boundaries. This is a feature supported by Ap…
-
**Describe the bug**
The following test failures appear to be regressions from Python 3.13.3rc2 to 3.13.3rc3.
**To Reproduce**
Steps to reproduce the behavior:
```
$ python3.13 --version
Pyt…
-
### JASP Version
0.19.0
### Commit ID
_No response_
### JASP Module
SEM
### What analysis are you seeing the problem on?
structural eqution modeling
### What OS are you seeing the problem on?
…
-
Here is a simple ODE system (from some perturbation theory toy problem; the real problem is bigger):
```julia
using ModelingToolkit, DifferentialEquations
using ModelingToolkit: t_nounits as t, D_n…
-
Currently when printing logs with `tracing`, we tend to `format` the runtime information into the message like this:
https://github.com/risingwavelabs/risingwave/blob/4f3bce2d024f958d1eeebc49a5556a…
-
### I tried this:
```wing
struct A {
a: num;
}
struct B {
a: num;
}
let x: A = B { a: 0 };
```
### This happened:
Compilation error (`Expected type to be "A", but got "B" inst…
-
When building my roc code, (see below) I receive an error message as in the issue title:
```
An internal compiler expectation was broken.
This is definitely a compiler bug.
Please file an issue he…