Federico Stra

Results 18 issues of Federico Stra

Take the default colors from https://github.com/bheisler/criterion.rs/blob/master/src/plot/plotters_backend/summary.rs. Fixes #46.

I accidentally opened this issue https://github.com/bheisler/criterion.rs/issues/547 on `criterion.rs` instead of here. #11 is also another similar issue. The problem seems to be that https://github.com/bheisler/cargo-criterion/blob/main/src/config.rs#L25-L34 defines the colors as ```rust static...

# Problem The program panics with an "index out of bounds" in [`src/mesh/halfedge.rs:714:73`](https://github.com/setzer22/blackjack/blob/main/src/mesh/halfedge.rs#L714). # How to reproduce Chain the following nodes: - Box - Bevel edges 1, 4 - Extrude...

Take inspiration from: - https://github.com/python-poetry/poetry/issues/11 - https://github.com/python-poetry/poetry/issues/137 - https://github.com/python-poetry/poetry/issues/1516 - https://stackoverflow.com/a/63679316 - https://github.com/ADicksonLab/geomm/tree/v0.1.7 (example of `build.py`) - https://github.com/zoj613/htnorm (*more modern* example of `build.py`) - https://github.com/decred/tinydecred/ (example of `build.py`) - https://github.com/iamishalkin/cyrtd...

enhancement
help wanted

Let's say that I have a file `test.jl` with contents ```julia module test T = Int foo(::T) = 42 end ``` At the REPL I execute ```julia julia> push!(LOAD_PATH, ".");...

Hello again, here is another idea for a potentially useful feature: add the possibility to refresh the entry list and recompute the sizes and percentages. This could be bound to...

enhancement

Awesome program! :rocket: Would it be possible to allow editing the trove interactively in the TUI? I think it would be more convenient to browse the hoarded commands and edit...

I don't know whether this is the intended behavior, but I find it strange and confusing: regex search patterns require a *double backslash* to enter metacharacters and character classes. For...

bug

If I try to log to a file I get this error: ```bash $ hwatch -n 3 -l hwatch_log.json date directory "" is not exists. ```

### Pre-submit checks - [X] I [checked for similar issues](https://github.com/TheAssassin/AppImageLauncher/issues?q=) beforehand, but could not find any, not even closed ones. I could not add my bug report to any existing...

bug
needs verification