Sylvain Bellemare

Results 63 issues of Sylvain Bellemare

See related issue https://github.com/oasisprotocol/cipher-paratime/issues/20.

Hi, thanks for this guide. As someone who is totally new to the "nixverse" I was a bit puzzled by the following very simple example, under https://github.com/justinwoo/nix-shorts/blob/master/posts/working-with-nix-shells.md#expressions-as-arguments: > But instead...

must take care of putting this in a different release, and possibly documenting it as a breaking change

enhancement

mainly for simplification purposes, such that instead of having something like: ``` python class transactions.services.service.BitcoinService(testnet=False) ``` we can have something like: ``` python class transactions.services.BitcoinService(testnet=False) ``` and perhaps, simplifying further:...

enhancement

a proposal to simplify the interface and remove redundancy ``` python Transaction.build() ``` appears simpler and less redundant than ``` python Transaction.build_transaction() ``` Since `build_transaction` appears to be more of...

enhancement

https://docs.python.org/2/library/functions.html#input

enhancement

This may be worth looking into at some point. The project is at https://github.com/wbond/asn1crypto. See [Why Another Python ASN.1 Library?](https://github.com/wbond/asn1crypto#why-another-python-asn1-library) for some reasons to consider using this library in the...

see https://travis-ci.org/bigchaindb/cryptoconditions ```bash ==================================== ERRORS ==================================== ___________________ ERROR collecting tests/test_condition.py ___________________ ImportError while importing test module '/home/travis/build/bigchaindb/cryptoconditions/tests/test_condition.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: tests/test_condition.py:3: in...

```python In [2]: cryptoconditions.validate_fulfillment? Signature: cryptoconditions.validate_fulfillment(serialized_fulfillment, serialized_condition, message=None) Docstring: In [3]: cryptoconditions.validate_condition? Signature: cryptoconditions.validate_condition(serialized_condition) Docstring: ```