Kevin Kennell

Results 6 issues of Kevin Kennell

Usage examples would be helpful. Also: have you considered wrapping this up into a PyPI package?

Fresh clone from master, running at HEAD `248b6e82504abbc66af49d477b0e7ad434dda10a` Python ``` python3 --version Python 3.10.9 ``` OS ``` sw_vers ProductName: macOS ProductVersion: 12.4 BuildVersion: 21F79 ``` whapa log ``` python3 whapa-gui.py...

Hi, It seems the package does not inject settings variable when directly calling `render_to_string`. Example: **settings.py** ``` TEMPLATES = [ { 'BACKEND': 'django.template.backends.django.DjangoTemplates', 'DIRS': [ os.path.join(BASE_DIR, 'templates') ], 'APP_DIRS': True,...

Currently, the `accounts` property of a `Wallet` instance simply returns a list of `Account` instances. I am thinking about implementing a holder class named `AccountSet` which contains a set of...

enhancement
help wanted
proposal

Need to implement a class to represent Rais. Class should contain self-explaining conversion methods based on [the conversion RPC calls](https://github.com/clemahieu/raiblocks/wiki/RPC-protocol). Reserved for @jdistler

enhancement
help wanted
good first issue

I am in the process of upgrading netaddr from `0.10.1` to `1.2.1`, my Python version is `3.12.3`. In older versions the `netaddr.ZEROFILL` flag was ignored when a IPv6 address was...