-
## Motivation
At the moment `Mono`'s `and(...)` method scales O(N^2), slowing down when applied multiple times, e.g. like:
```
@Test
void combine() {
int numberOfIte…
-
In the GK solver we compute boundary fluxes for at least two purposes:
1. Using them in the Boltzmann electron model, which obtains the sheath potential from ambipolarity at the sheath entrance: Gamm…
-
The splitter ghost bar can appear in the wrong place if you make the application high DPI aware and put it on a high DPI monitor in a system with monitors with two different DPIs.
Repro steps:
0…
-
Hi there,
is there a reason why there is a line of code that rounds the nifti outputs to integers?
`nifti_out = nib.Nifti1Image(np.round(nifti_out).astype(np.int16), affine, header) #fix scaling…
-
@bertob @bragefuglseth
I was planning on making this issue when I finished the other WIP features but since I've got both of your attention right now, I might as well start:
- #1099 Audio visua…
-
Hi,
The link https://github.com/luke-hagar-sp doesn't work anymore.
https://github.com/LukeHagar/LukeHagar.com/blob/main/src/routes/%2Bpage.svelte#L109C10-L109C42
```html
Work
`…
-
First of all, thank you so much for the amazing work. Your package is so much better than the `survminer` package I used before. I've done a few projects now with your package and some details in adap…
-
Currently we use GDAL VRTs with Python pixel functions for implementing products with lazy evaluation (e,g, spectral indices).
But VRTs do have some limitations:
- input and output bands must hav…
-
Happy November! We're thrilled to share the latest updates for Azure Container Apps, packed with new features and improvements that we can't wait for you to try. This week is also Ignite, so we'll sha…
-
- [ ] Implement `ProcessQuadTessFactorsMin` clang builtin,
- [ ] Link `ProcessQuadTessFactorsMin` clang builtin with `hlsl_intrinsics.h`
- [ ] Add sema checks for `ProcessQuadTessFactorsMin` to `Check…