-
Pre version 1.16 I could load a large mesh file, but now I have the following Validation Error, and I am wondering why?
```
EGL surface: -srgb
No config found!
EGL says it can present to the wi…
-
https://en.wikipedia.org/wiki/Bresenham%27s_line_algorithm
-
It looks like the following examples are very similar (although they are not exactly the same either).
It might be worth factoring them, WDYT?
- [Example of explicit fixed effects fMRI model fitt…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Operating system
- [X] Linux
- [ ] Mac
- [ ] Windows
### Operating system version
- Linux Ubuntu 22.04
…
-
At the moment the interpolation of the scalar field is done with an isotropic range. This gives problems when the data is not well distributed across the 3 dimension and homogeneously spread (see #322…
-
When I made conflicts with the two exactly same RegExps
```javascript
rules: {
source: $ =>choice($.a, $.b),
a: $ => /\d+/,
b: $ => /\d+/,
}
```
Then the error message was as I exp…
-
### Describe the bug
When providing an iterable for the `cv` arguments for GridSearchCV, if the splits have different size (as it can be the case when doing "leave one group out") the "best" score …
-
When trying to match against the text `(*CALLOUTS)`
the following grammar will parse it as a `capture_group` rather than `callout`
I've tried to use `prec()` everywhere to tell treesitter to pri…
-
I think a common issue is arising because we do not properly explain the importance of setting dataset name on the model.
When having a code like
```
models = Models(bkg_model, model1, model2...)
…
-
### Bug report
When you make a plot with a very long ylabel and then use tight_layout(), the actual graphing area is very small because tight_layout() has made the top and bottom margins very…