Nicolas Delaby

Results 62 comments of Nicolas Delaby

We could hash the secret with values extracted from the user. think `password` for instance. Once you change one of the values, the signature will never be the same again....

@serj1975 did you check the proof of concept in #112 ? @Alex3917 I don't really grok your suggestion. Can you provide an example ?

@Alex3917 thank you for the detailed explanation. Your suggestion is viable, it rely on private claims names https://tools.ietf.org/html/rfc7519#section-4.3 of the spec. I'd say it could be considered as an alternative...

The current implementation is slower due to iteration of every properties and not very pythonic. If there is an expected way of constructing an instance of a class is by...

Even if they claim they impose anything on `__init__` they still initiate the attributes of the orm columns through it. When one create a new instance in the desired to...

> that would be more difficult to implement in Python 2.7 - generalizing type annotations - maintaining the project - driving away potential contributors because of the need to maintain...

We are using potion for our production workload. If you welcome contributions we will do more of them, to make sure potion stays relevant for us, as we need to...

Thanks @lyschoening > What would be a good way to discuss the development that you are looking to have done on Potion to keep it relevant for your products? I...

@lyschoening just for your Information, we are maintaining our own fork under `infarm/potion`. We aim to submit every patches to the upstream repository and keep the delta as small as...

Yes, but to be honest I a firm believer that it should become a community project, it means we will probably transfer ownership to jazzband or similar. Out of curiosity,...