Daniel Duque
Daniel Duque
**Is your feature request related to a problem? Please describe.** I rarely use the `inclusive` feature because I always have a LaTeX distribution installed in my system. Nonetheless, it is...
**Is your feature request related to a problem? Please describe.** The first thing that comes to mind is setting the width of a bar plot. Without the `\pgfplotsset{compat=1.7}` (or newer)...
Same as issue #5 but for `xbar interval` and `ybar interval` plots. These type of plots have an additional `relative width` key. Or is this key also relevant for normal...
The general command for a plot is: ``` \addplot[keys] coordinates { % coordinates } ; ``` How should we include support for this? My first idea is to add `Option`...
The `Coordinate2D` should support `point meta` data. But I don't fully understand yet how this works. Is this just an integer? Should this only change the `Coordinate2D`: `(x,y) +- (err_x,err_y)`...
### Problem I ran `rustup update` to update my installation and it finished with the error `Bus error (core dumped)`. The following is the complete output I got: ``` [me@lxplus795...
I am not sure if this is even possible at the library level. If it is not, feel free to close this issue. **Issue** If you are writing a library...
`cursive-core` uses `owning-ref` crate, which has a couple of issues as described here: https://github.com/noamtashma/owning-ref-unsoundness The maintainer of `owning_ref` seems unresponsive, and I was wondering if there are any plans to...
This function is not tested. I don't know how to test this properly, and I would like to have a test to avoid breaking it accidentally in the future.
This function is not tested. I don't know how to test this properly, and I would like to have a test to avoid breaking it accidentally in the future.