Emil 'Skeen' Madsen
Emil 'Skeen' Madsen
Hi @JensErat, I am the author of the other proposal. I think our proposals are somewhat equivalent, and that we should strive to find a common solution. The filter you...
It can be fixed by changing `self._unicode(` to `str(` in `stricttuple/__init__.py`'s `_format_value` function.
What's the status on this?
Assuming you enable the chip when there's money on their account, rather than when wait till the fee us withdrawn; then you risk that the money will actually be gone,...
I'm just considering the fact, that we may want to hook up micropayments on HAL to avoid having an external dependency regarding micropayments. Then we'll have a way.
I'm also encountering this, is there any known workaround?
I noticed the issue as I am using [hypothesis](https://hypothesis.readthedocs.io/) to run property-based tests on my code, in particular using their [provisional.urls](https://hypothesis.readthedocs.io/en/latest/data.html#hypothesis.provisional.urls) strategy. The above parametrized tests can instead be run...