Anshul Singhvi
Anshul Singhvi
I noticed that there was some instability when benchmarking functions with a runtime of ~3ms, which was reduced significantly when I set `seconds=1`. Would it be possible to set "global...
It's pretty common to address files as: ``` protocol://path/to/file ``` examples of `protocol` being `file`, `http[s]`, `s3`, `ftp`, but also things like `reference` (for https://fsspec.github.io/kerchunk/) or even more exotic protocols....
There seem to be three principal modes with which people access data in files: 1. Reading (this is pure reading, maybe you want to read some specific byte range or...
- [ ] what version of Makie are you running? (`]st -m Makie`) master - [ ] can you reproduce the bug with a fresh environment ? (`]activate --temp; add...
# Description Fixes #3315 This PR adds an `init` kwarg to the reducers in the `max_y_ascender` and `min_y_descender` functions. Local tests work but I'm not sure if this change breaks...
For example, the `image` documentation doesn't specify what should be given to `image`. It could be a matrix of colors or floats (for grayscale)
# Description Allows `lines(Makie.OffsetArrays.Origin(-50)(rand(100)))` to work again. CairoMakie had an issue with the new line clipping code where it assumed that the indexing of the point array was one based,...
Following from what was discussed on the community call a couple of months ago. Still WIP and I will have to test locally.
@Datseris has some great utilities in MakieForProjects that would be nice to have here: https://github.com/Datseris/MakieForProjects.jl/blob/main/src/colormanip.jl (all functions here) plus more, to come (I still have to list these) If we...