Scott Belden

Results 7 issues of Scott Belden

Maybe I'm going about this the wrong way, but I'd like to create dynamic gauges for users logged in to a system and the gauge will track the active jobs...

I was trying to figure out why `get_account_data` sometimes takes seemingly forever. For example, take the following script: ```python from iota import Iota import time seed = 'A' * 81...

enhancement

Resolves https://github.com/iotaledger/iota.lib.py/issues/161 This adds an optional C extension for the `kerl` functionality. It can be installed by itself with `pip install kerl` but I've updated the `setup.py` so that it...

At the moment, when one calls an API incorrectly and an exception is raised, it usually ends with something like this: ```python ValueError: Request failed validation ({'transaction': ['wrong_type']}) (`exc.context["filter_errors"]` contains...

enhancement
question

Resolves https://github.com/TheHive-Project/TheHive4py/issues/143

target:1.x

Given this sample file: ```python def foo(): a = 10 b: str return 1 foo() ``` It correctly gives an error about the variable `a`: `test.py:2:5 local variable 'a' is...

The release doesn't include the changes to the setup.py requirements that were added [here](https://github.com/3601314/hbase-python/commit/f2b6a2b3191cd12ca2d323a51f6391399591c345). This means that after installing, if you try to `import hbase` you get an error about...