Scott Sadler
Scott Sadler
Thanks for this tool! :-)
I'm just taking my first steps with this library and I ran into a few things. The file linked below reproduces the errors as I'll explain. I'm just making one...
Couple of small ones: ``` diff --git a/djng/errors.py b/djng/errors.py index 9c91c39..9e5e057 100644 --- a/djng/errors.py +++ b/djng/errors.py @@ -5,7 +5,7 @@ class ErrorWrapper(object): def __init__(self, app, custom_404 = None, custom_500 =...
### Is your feature request related to a problem? Please describe. I'm using PerspectiveCamera, I'd like to be able to keep camera position z fixed when trucking, so that the...
Hi, thanks for the great lib! I have encountered a bug where the same type is used for arguments which are both a different struct, for example, in the generated...
In the below script, the function `test_encode` prints: ``` a: [Explicit(ContextSpecific, 0, BigUint { data: [] }, Unknown(ContextSpecific, false, 2, BigUint { data: [] }, [0]))] b: [Unknown(ContextSpecific, true, 0,...
**🧐 Motivation** I found a neat way to do contract provenance verification, ie, check that contract A was created by contract B using only cryptography. The check works out to...
Hi, thanks for this great lib, it's been working very reliably since I installed it :slightly_smiling_face: I have one small problem with it, and that is that the function state...
Gelisam posted: > We need a module called Magic in which I can put my type-interference magic :) But it should not be a top-level module, to play nice with...