tnibler
tnibler
### Describe the problem I want to use basic auth for my updater endpoint like this: ``` "updater": { "endpoints": ["https://username:[email protected]/updates.json"] } ``` One reason to do this is to...
Hi, thank you for your work first of all. Version 5.3.0 is coming up on 11 months old now, so packages in all kinds of repositories are really far behind...
It would be handy to have rust constants generated from GLSL constants (for example static array sizes, `const uint MAX_FOOS = 32;`), so you can assert at compile or runtime...
I'm finding myself wanting to scale/blur/whatever images into an `ndarray` `Array3`. But `imageproc` functions all allocate their own output, which is suboptimal in many cases, for example when: - the...
### Describe what you are looking for Hi, I just had to look up for the fourth time probably why adding to an `Index` caused a segfault. Turns out it's...
Related to #574 , draft for the v3 Rust bindings. If we're gonna break APIs, let's just go all the way :D The goal is to prevent unsoundness from the...
### Describe what you are looking for I regularly need to come back and check exact behavior/definitions of metrics, notably IP, cos, L2 (which are kindof the same, but also...
This allows the user to provide a function that controls whether a particular point is displayed on the Waveform. Main use case: there are a lot of points on the...