rht

Results 168 issues of rht

Essentially a namedtuple. Most of the code has been implemented by @MoritzS in https://github.com/campadrenalin/EJTP-lib-python/pull/138 Fixes #137.

**Is your feature request related to a problem? Please describe.** Coming from `tig`, the first view I see when I run `tig` is the log and the unstaged changes as...

feature-request

**Is your feature request related to a problem? Please describe.** I'm a `tig` user evaluating alternatives. In `tig`, by default, only unstaged tracked files are shown in the view. With...

feature-request

**What's the problem this feature will solve?** For heavy simulations that may take hours+, exploring the outcome for given parameters set via the GUI would be extremely slow. **Describe the...

Looks like it is possible to do it even on Python older than 3.10. See https://github.com/projectmesa/mesa-geo/pull/67#discussion_r881122416=. Update: from implementing #1345, looks like older Pythons don't support type aliases with `|`...

help wanted
good first issue

To test this: - `pip install bokeh panel` - Initialize a fresh empty .ipynb - Copy the entirety of https://github.com/projectmesa/mesa/blob/main/examples/schelling/model.py into the first cell - Put this into the 2nd...

We should just use D3.js for all the visualization stuff. The bar chart already uses D3.js anyway. If this and jQuery are removed, we will have only Bootstrap, Bootstrap-slider, and...

It would be great if we can use Jupyter UI widgets and components (instead of Mesa-specific UserSettableParams, ChartModule, etc), where we can have interactive simulation running inside a Jupyter session....