Karl

Results 19 issues of Karl

`No-Story` Description: ------ In Chile, we have a RUT, kind of an ssn. The module written by oxfist was very nice and useful. But sometimes in Chile, we are asked...

⭐ PR: Feature

Hi! Here is an idea I've built some weeks ago. I wanted to add navigation through the nodes of the JSON. Once upon the user clicks on a node of...

This solves Issue #40 , `cmd/asciigraph/main.go` was modified to call _always_ PlotMany. The previous behavior is preserved. In order to add more plots to the graph, separate the values using...

I used this array: `[147, 147, -15_334, -15_334]` as input data for the class `Line` through `AsciiChart#plot` and the graph breaks: ![image](https://github.com/zhustec/ascii_chart/assets/3003032/7c73c92c-3426-4d32-a8e7-46634dab930c) If I pass a greater `offset` param, the...

Solve issue #4 In case the height argument is provided along with an array filled by the same number, check out the graph plotted: it has `height == 1`. It...

A float domain error appears if you pass an array with same numbers. Eg: `AsciiChart([4,4,4,4])`. You get this: ``` AsciiChartTest#test_writes_array_same_numbers: FloatDomainError: NaN ascii_chart/lib/ascii_chart/line.rb:25:in `ceil' ascii_chart/lib/ascii_chart/line.rb:25:in `plot' ascii_chart/lib/ascii_chart.rb:8:in `plot' ascii_chart/test/ascii_chart_test.rb:12:in `test_writes_array_same_numbers'...

Extracts CSS segment in `assets/output.html.erb` into its own ----------------- Before submitting the PR make sure the following are checked: * [x] The PR relates to *only* one subject with a...

**Replace this text with a summary of the changes in your PR. The more detailed you are, the better.** The other day I was trying to reduce the number of...

**Topic** There are no simple tools available to display a simple graph of commits. It should be easy, right? There are nice tools for VS Code (git graph) and other...

discussion

It took me some time to figure out how to use the `git-graph.toml` file with the default configuration for `--model `, I've had to read the code to figure out...