Danielle Madeley

Results 145 comments of Danielle Madeley

max_length calculations are now memoized in #429

Okay, this is a bug in the feature loader when combined with relative imports, i.e. one step file importing things from another step file using relative imports.

There's a fix for this on https://github.com/infoxchange/lettuce/tree/new-parser Although it requires your steps directory to be importable as part of your Python package to work (i.e. you need `__init__.py` files. Alternatively...

The reason prints aren't shown is they were getting overwritten by the coloured output. I have fixed this in the new-parser branch, and stdout and stderr should be correctly output...

Oh. I see. I thought you were complaining about the truncation (that's always really annoyed me). The new outputter makes it really easy to just eat the output. Have a...

I'm rewriting the lettuce parser at the moment and have already fixed this. I just need to include some tests for it. On Saturday, 1 February 2014, Maria Niță [email protected]...

Thanks for the quick response. I'll go through the settings in QGIS.

Does OpenSSL calculate hashes via `C_Digest`? Why are you digesting via the HSM and not via `hashlib`. The only real use for digest is to digest HSM objects (e.g. keys)...

It sounds like there's some mismatch in the type of something. What compiler toolchain are you using on what architecture? What pkcs#11 library?