nbro

Results 127 issues of nbro

### andz version 0.1.0 ### Python version 3.9 ### Bug description [Here][1] we have > To solve this problem, once we compute fib(3), we can **solve** the result. This is...

bug

We should introduce log statements in cases where there might be a problem/bug or we need to show some info. For example, we got this bug https://github.com/nbro/andz/issues/110, but we have...

enhancement

[This GitHub workflow](https://github.com/nbro/andz/actions/runs/8385973216/job/22965641386) failed with the following error ``` ... FAIL: test_delete_all_when_heap_of_random_size (ds.test_MinMaxHeap.TestMinMaxHeap) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/runner/work/andz/andz/tests/ds/test_MinMaxHeap.py", line 108, in test_delete_all_when_heap_of_random_size self.assertTrue(is_min_max_heap(h)) AssertionError: False is not...

bug
data-structures

I have `sshfs`ed my home directory of an Ubuntu VM (where I installed ROS and created a workspace) in a directory of my host machine, so that I could access...

New versions of TF have already been released since the last commit to this repo. As far as I've understood, after having read the README file of this project, you...

I would like to start using vibed, but I was wondering how much it is supported. For example, I want to create my own website using vibe.d and then put...

This problem may not be related to this specific package, but it can happen if you install this package, so I am opening the issue here too. When I try...

It seems that you assume that the state space has `8 * 8 * 2` states. We have a `2 * 4 = 8` grid, so one might think that...