Guillermo
Guillermo
I wanted to learn from this repo so I cloned it but I couldn't pass from running tests. It seems to work with node 14 ( I couldn't use version...
We are building an application using AragonOS as our base infrastructure. We've called it a credit pool system. It is intended to be used by communities to track loans interests...
We have been testing aragon OS framework and made our custom app. There were many problems with that alone. We noticed that when publishing the app, the GUI folder is...
Hi. This pull request adds relative heat maps feature. Check the following images, by draging the map, the heat map coloring changes according to the range of values being visualized....
https://github.com/holgern/beem/blob/880cecda6797bd153f0680094dc4490bacbc9ad1/beem/comment.py#L436 In this line, I am getting the error: ``` TypeError: unsupported operand type(s) for /: 'str' and 'int' ``` I think you need to convert specific_vote["percent"] to float before...